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
Hello,
I am not very experienced with MongoDB Initialization and I just followed the instructions as stated in "MongoDB configuration" section. Specifically I cannotauthenticate using :
MongoDB shell version v4.4.4
connecting to: mongodb://127.0.0.1:27017/?compressors=disabled&gssapiServiceName=mongodb
Implicit session: session { "id" : UUID("eefd4f48-5b68-4a77-b8f7-1b2bf909058b") }
MongoDB server version: 4.4.4
Which I think causes the following error when running the scheduler
Caused by: com.mongodb.MongoCommandException: Command failed with error 18 (AuthenticationFailed): 'Authentication failed.' on server 127.0.0.1:27017. The full response is {"ok": 0.0, "errmsg": "Authentication failed.", "code": 18, "codeName": "AuthenticationFailed"}
Probably I am doing something wrong, but I would appreciate any help.
The text was updated successfully, but these errors were encountered:
Hello,
I am not very experienced with MongoDB Initialization and I just followed the instructions as stated in "MongoDB configuration" section. Specifically I cannot authenticate using :
Which I think causes the following error when running the scheduler
Probably I am doing something wrong, but I would appreciate any help.
The text was updated successfully, but these errors were encountered: