-
Notifications
You must be signed in to change notification settings - Fork 220
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
Unable to start, mongo error #405
Comments
Full dump: |
As it turns out Mongo is not returning the error code 27 specified on line 107 of seyren-mongo/src/main/java/com/seyren/mongo/MongoStore.java. Change 27 to -1 and rebuild, you'll be able to start it then. |
On a side note, I also suspect line 105 should actually reference "targetHash" instead of "target." |
Confirmed, the above patching fixed it for me. |
+1 on encountering this error. Will try the above patch suggestion |
I encounter the same problem when upgrading from 1.3.0 to 1.5.0. |
Fresh install, tried with mongo 2.4, 2.6, 3.2. Tried with openjdk-7 and oracle jdk 8.
On start:
Caused by: com.mongodb.MongoCommandException: Command failed with error -1: 'index not found' on server localhost:27017. The full response is { "errmsg" : "index not found", "ok" : 0.0 }
Note, this is on first run, and every run following.
The text was updated successfully, but these errors were encountered: