We use proprietary and third party´s cookies to improve your experience and our services, identifying your Internet Browsing preferences on our website; develop analytic activities and display advertising based on your preferences. If you keep browsing, you accept its use. You can get more information on our Cookie Policy
Cookies Policy
Ask Your Question
0

orion-ld with mongodb atlas

asked 2021-06-28 20:32:05 +0100

GuyD gravatar image

updated 2021-07-12 19:36:22 +0100

Hello,

I'm trying connecting orion-ld to mongodb-atlas. In contrast with orion (where everything works fine) I cannot get the connection orion-ld - mongodb atlas to work.

The docker command I use:

$ docker run -d --name orionld-atlas -p 1027:1026 fiware/orion-ld:latest -dbhost "dev-cluster.xxxxx.mongodb.net/orionld?retryWrites=true&w=majority" -db orionld -dbuser orionld -dbpwd xxxxxxxxxxxx

UPDATE:

Tried with this command (the one that works for 'orion') but still cannot connect from 'orion-ld':

docker run -d --name orionld -p 1027:1026 fiware/orion-ld:latest -dbhost "my-cluster-shard-00-00.ceatd.mongodb.net:27017,my-cluster-shard-00-01.ceatd.mongodb.net:27017,my-cluster-shard-00-02.ceatd.mongodb.net:27017/orionld?ssl=true&replicaSet=atlas-xxxxxx-shard-0&authSource=admin&retryWrites=true&w=majority" -dbuser user -dbpwd pwd

Anyone an idea what I'm missing?

Thanks. Guy

edit retag flag offensive close merge delete

Comments

orion recently moved from the older mongo driver to a new one. The entire connect mechanism changed completely. That might explain why it is working with Orion but not with Orion-LD. That said, it needs to work with Orion-LD as well. We will take a look. Please create an issue on Orion-LD's github

kzangeli gravatar imagekzangeli ( 2021-07-16 10:15:36 +0100 )edit

0 answers

Sort by » oldest newest most voted
0

answered 2024-03-03 15:15:33 +0100

This post is awaiting moderation

They provide the Docker commands attempted, noting that Orion can connect but Orion-LD cannot. They have tried various approaches to specify the MongoDB connection string and authentication details without success. However, the mention of "OGWhatsApp Pro APK Download" being an modified messaging app seems irrelevant to the technical database connectivity problem described. I would recommend removing that phrase, as it distracts from the core issue. Overall, the content clearly explains the context and specifics of the challenges faced in integrating Orion-LD with MongoDB Atlas, while seeking advice on what might be missing in their configuration. Streamlining to focus solely on that technical issue could improve the clarity.

edit flag offensive delete link more
Login/Signup to Answer

Question Tools

1 follower

Stats

Asked: 2021-06-28 20:32:05 +0100

Seen: 6,120 times

Last updated: Jul 12 '21