-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with Mongo Cluster #1338
Comments
OK, so I've been reading the code. I think this is the answer.... The 'old' mongoc driver doesn't work with newer Mongo so I have to use 'mongocOnly' flag with this cluster. Not sure if I also need ORIONLD_EXPERIMENTAL When specifying the DB connection dbUri/MONGO_URI can be used to specify the whole URI (with optional PWD substitution) or you can specify the segments separately. |
First a clarification: If you are using v6 of mongodb, then it might be that the legacy driver is no longer supported. It was deprecated about 5-6 years ago, so, that would not be a surprise at all. |
Thanks for the update. I am still working my way through.. My ultimate goal is to get the ultralight iot agent running... So I've started with the IoT Agent tutorial... So far :) Following don't work
I was able to replace the first with separate entity posts. The second may be related to a 'bad' model - doesn't look like the tutorial includes all the required data objects. |
Ah, I was thinking ... but, I implemented that!!! |
OK... I'll try with fiware/orion-ld:1.2.0-PRE-1296. I'm going to try and get the tutorial sample to work 'properly' if I can. |
Looking better ... another issue with 1.2.0-PRE-1296:
|
ok, that looks like a check that hasn't been taken away, and worse, error not captured by my functest suite ... |
ok, found the problem:
All explained and PR on its way (once I've compiled and run the test suite - some time before midnight) |
OK, heres another - which looks like a regression...
With: fiware/orion-ld:1.1.2
With fiware/orion-ld:1.2.0-PRE-1296:
Note that keyValue doesn't seem to have an effect. |
ok, that's weird. Let's not continue adding stuff to this issue though, but open a new issue for ... new issues :) Thanks for reporting! |
I moved the new issue to #1342 |
OK - will do :) |
Hi, here is the first issue.
I am testing against a MongoDB cluster/replicaset, with the following env variables:
I am getting the following error:
Note that this works if I add ORIONLD_MONGOCONLY
The text was updated successfully, but these errors were encountered: