You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to your screenshots, I am unable to connect to the mongo database with this tool. Upon run, I get the following errors:
[info] trying to connect to: /stix
[info] trying to connect to: /cyberstix
[info] mongodb fail to connect, error: reactivemongo.api.MongoConnection$URIParsingException: Invalid scheme: /cyberstix
[info] mongodb fail to connect, error: reactivemongo.api.MongoConnection$URIParsingException: Invalid scheme: /stix
I'm not an expert at mongo, but I think I have the databases for cyberstix and stix defined by following the instructions in the "how-to-mongo.txt" file:
use cyberstix
db.createCollection("bundles")
db.createCollection("userLog")
use stix
db.createCollection("bundles")
db.createCollection("userLog")
I can verify that these databases exist. It doesn't appear like there is anything in the settings.conf file for me to modify that would fix this problem. What am I missing or doing incorrectly?
thanks
The text was updated successfully, but these errors were encountered:
I will investigate. Note that I am no expert (not even a beginner) in mongodb.
In the mean time could you try this:
in the build.sbt file change to the following:
"org.reactivemongo" %% "reactivemongo" % "0.18.6",
"org.reactivemongo" %% "reactivemongo-play-json" % "0.18.6-play27",
then in a terminal, re-compile: sbt compile
then run: sbt run
Similar to your screenshots, I am unable to connect to the mongo database with this tool. Upon run, I get the following errors:
I'm not an expert at mongo, but I think I have the databases for cyberstix and stix defined by following the instructions in the "how-to-mongo.txt" file:
I can verify that these databases exist. It doesn't appear like there is anything in the settings.conf file for me to modify that would fix this problem. What am I missing or doing incorrectly?
thanks
The text was updated successfully, but these errors were encountered: