Skip to content
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

Error writing to DB when running 2.0.0 version #183

Closed
SteveFreeman opened this issue Oct 2, 2019 · 4 comments
Closed

Error writing to DB when running 2.0.0 version #183

SteveFreeman opened this issue Oct 2, 2019 · 4 comments

Comments

@SteveFreeman
Copy link

I am getting this error in the log:

com.mongodb.WriteConcernException: Write failed with error code 79 and error message 'No write concern mode named 'JOURNALED' found in replica set configuration'

What changes do I need to make to the MongoDB replica set?

@BillyD73
Copy link
Contributor

BillyD73 commented Oct 7, 2019

Hi @SteveFreeman - could you please tell me which versions of the MongoDB client and server you are using as well as your Java and Gradle versions, and the steps to reproduce the problem please? I have been running on Mongodb client and server v4.2.0 using Java 8 and haven't been able to reproduce this issue.

@SteveFreeman
Copy link
Author

MongoDB 4.0.12 and IBM Java 8.0.5.36. Gradle has nothing to do with the runtime as this is happening after the build is complete and when I deploy to a real environment.

@BillyD73
Copy link
Contributor

Hi @SteveFreeman. Thank you for your patience whilst I have investigated this issue. I've pushed a fix to my dev_bd branch which should solve this problem. Please let me know how it works for you.

@BillyD73
Copy link
Contributor

This has been fixed with the 2.0.1 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants