Advertisement
Guest User

Untitled

a guest
Jan 8th, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. [22:47:05 WARN]: [Server thread] INFO org.mongodb.driver.cluster - Cluster created with settings {hosts=[209.126.124.34:27017],
  2. mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
  3. [22:47:06 WARN]: [PermissionsEx] The updater could not find any files for the project id 31279
  4. [22:47:06 WARN]: [Buycraft] The updater could not find any files for the project id 31571
  5. [22:47:06 WARN]: [Server thread] INFO org.mongodb.driver.cluster - No server chosen by ReadPreferenceServerSelector{readPreference=primary} from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, all=[ServerDescription{address=209.126.124.34:27017, type=UNKNOWN, state=CONNECTING}]}. Waiting for 30000 ms before timing out
  6. [22:47:06 WARN]: [cluster-ClusterId{value='56903c6946e0fb0005b63815', description='null'}-209.126.124.34:27017] INFO org.mongodb.driver.cluster - Exception in monitor thread while connecting to server 209.126.124.34:27017
  7. >
  8. [22:47:06 WARN]: com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='clashmc', source='clashmc', password=<hidden>, mechanismProperties={}}
  9. >
  10. [22:47:06 WARN]: at com.mongodb.connection.SaslAuthenticator.authenticate(SaslAuthenticator.java:61)
  11. >
  12. [22:47:06 WARN]: at com.mongodb.connection.DefaultAuthenticator.authenticate(DefaultAuthenticator.java:32)
  13. >
  14. [22:47:06 WARN]: at com.mongodb.connection.InternalStreamConnectionInitializer.authenticateAll(InternalStreamConnectionInitializer.java:99)
  15. >
  16.  
  17. [22:47:06 WARN]: at com.mongodb.connection.InternalStreamConnectionInitializer.initialize(InternalStreamConnectionInitializer.java:44)
  18. >
  19. [22:47:06 WARN]: at com.mongodb.connection.InternalStreamConnection.open(InternalStreamConnection.java:115)
  20. >
  21. [22:47:06 WARN]: at com.mongodb.connection.DefaultServerMonitor$ServerMonitorRunnable.run(DefaultServerMonitor.java:128)
  22. >
  23. [22:47:06 WARN]: at java.lang.Thread.run(Thread.java:745)
  24.  
  25. [22:47:06 WARN]: Caused by: com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server 209.126.124.34:27017. The full response is { "ok" : 0.0, "code" : 18, "errmsg" : "Authentication failed." }
  26. >
  27. [22:47:06 WARN]: at com.mongodb.connection.CommandHelper.createCommandFailureException(CommandHelper.java:170)
  28. >
  29.  
  30. [22:47:06 WARN]: at com.mongodb.connection.CommandHelper.receiveCommandResult(CommandHelper.java:123)
  31. >
  32. [22:47:06 WARN]: at com.mongodb.connection.CommandHelper.executeCommand(CommandHelper.java:32)
  33. >
  34. [22:47:06 WARN]: at com.mongodb.connection.SaslAuthenticator.sendSaslStart(SaslAuthenticator.java:95)
  35. >
  36.  
  37. [22:47:06 WARN]: at com.mongodb.connection.SaslAuthenticator.authenticate(SaslAuthenticator.java:45)
  38. >
  39. [22:47:06 WARN]: ... 6 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement