Problem bootstrapping Mongo
Wibles opened this issue · 1 comments
Wibles commented
Just installed Seyren, looks very interesting for our use case.
Installed Mongo 3.2.1 - and running on localhost default
Installed Seyren and set up system variables
However, when I start the application, I get an unexpected clash stating:
If you've hit this problem it's possible that you have two checks which are named the same and violate an index which we've tried to add.
Ultimately causing:
Caused by: com.mongodb.CommandFailureException: { "serverUsed" : "localhost:27017" , "nIndexesWas" : 3 , "ok" : 0.0 , "errmsg" : "index not found with name [checkId_1_target_1]" , "code" : 27}
I'm pretty sure we haven't added any checks yet, so why has this occurred?