Advertisement
LeftyTyomka

Untitled

Jul 24th, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 65.65 KB | None | 0 0
  1. [23:40:43] [Server thread/INFO] [org.mongodb.driver.cluster/sponge]: Cluster created with settings {hosts=[localhost:27040], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
  2. [23:40:43] [Server thread/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING}]
  3. [23:40:43] [Server thread/INFO] [org.mongodb.driver.cluster/sponge]: No server chosen by ReadPreferenceServerSelector{readPreference=primary} from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=localhost:27040, type=UNKNOWN, state=CONNECTING}]}. Waiting for 30000 ms before timing out
  4. [23:40:43] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:1}
  5. [23:40:43] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/INFO] [org.mongodb.driver.cluster/sponge]: Exception in monitor thread while connecting to server localhost:27040
  6. com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}
  7. at com.kookykraftmc.relocate.com.mongodb.connection.SaslAuthenticator.wrapInMongoSecurityException(SaslAuthenticator.java:157) ~[SaslAuthenticator.class:?]
  8. at com.kookykraftmc.relocate.com.mongodb.connection.SaslAuthenticator.access$200(SaslAuthenticator.java:37) ~[SaslAuthenticator.class:?]
  9. at com.kookykraftmc.relocate.com.mongodb.connection.SaslAuthenticator$1.run(SaslAuthenticator.java:66) ~[SaslAuthenticator$1.class:?]
  10. at com.kookykraftmc.relocate.com.mongodb.connection.SaslAuthenticator$1.run(SaslAuthenticator.java:44) ~[SaslAuthenticator$1.class:?]
  11. at com.kookykraftmc.relocate.com.mongodb.connection.SaslAuthenticator.doAsSubject(SaslAuthenticator.java:162) ~[SaslAuthenticator.class:?]
  12. at com.kookykraftmc.relocate.com.mongodb.connection.SaslAuthenticator.authenticate(SaslAuthenticator.java:44) ~[SaslAuthenticator.class:?]
  13. at com.kookykraftmc.relocate.com.mongodb.connection.DefaultAuthenticator.authenticate(DefaultAuthenticator.java:32) ~[DefaultAuthenticator.class:?]
  14. at com.kookykraftmc.relocate.com.mongodb.connection.InternalStreamConnectionInitializer.authenticateAll(InternalStreamConnectionInitializer.java:109) ~[InternalStreamConnectionInitializer.class:?]
  15. at com.kookykraftmc.relocate.com.mongodb.connection.InternalStreamConnectionInitializer.initialize(InternalStreamConnectionInitializer.java:46) ~[InternalStreamConnectionInitializer.class:?]
  16. at com.kookykraftmc.relocate.com.mongodb.connection.InternalStreamConnection.open(InternalStreamConnection.java:116) ~[InternalStreamConnection.class:?]
  17. at com.kookykraftmc.relocate.com.mongodb.connection.DefaultServerMonitor$ServerMonitorRunnable.run(DefaultServerMonitor.java:113) [DefaultServerMonitor$ServerMonitorRunnable.class:?]
  18. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_72]
  19. Caused by: com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }
  20. at com.kookykraftmc.relocate.com.mongodb.connection.CommandHelper.createCommandFailureException(CommandHelper.java:170) ~[CommandHelper.class:?]
  21. at com.kookykraftmc.relocate.com.mongodb.connection.CommandHelper.receiveCommandResult(CommandHelper.java:123) ~[CommandHelper.class:?]
  22. at com.kookykraftmc.relocate.com.mongodb.connection.CommandHelper.executeCommand(CommandHelper.java:32) ~[CommandHelper.class:?]
  23. at com.kookykraftmc.relocate.com.mongodb.connection.SaslAuthenticator.sendSaslStart(SaslAuthenticator.java:117) ~[SaslAuthenticator.class:?]
  24. at com.kookykraftmc.relocate.com.mongodb.connection.SaslAuthenticator.access$000(SaslAuthenticator.java:37) ~[SaslAuthenticator.class:?]
  25. at com.kookykraftmc.relocate.com.mongodb.connection.SaslAuthenticator$1.run(SaslAuthenticator.java:50) ~[SaslAuthenticator$1.class:?]
  26. ... 9 more
  27. [23:40:43] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  28. [23:40:44] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:2}
  29. [23:40:44] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  30. [23:40:44] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:3}
  31. [23:40:44] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  32. [23:40:45] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:4}
  33. [23:40:45] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  34. [23:40:45] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:5}
  35. [23:40:45] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  36. [23:40:46] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:6}
  37. [23:40:46] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  38. [23:40:46] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:7}
  39. [23:40:46] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  40. [23:40:47] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:8}
  41. [23:40:47] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  42. [23:40:47] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:9}
  43. [23:40:47] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  44. [23:40:48] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:10}
  45. [23:40:48] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  46. [23:40:48] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:11}
  47. [23:40:48] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  48. [23:40:49] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:12}
  49. [23:40:49] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  50. [23:40:49] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:13}
  51. [23:40:49] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  52. [23:40:50] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:14}
  53. [23:40:50] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  54. [23:40:50] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:15}
  55. [23:40:50] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  56. [23:40:51] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:16}
  57. [23:40:51] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  58. [23:40:51] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:17}
  59. [23:40:51] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  60. [23:40:52] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:18}
  61. [23:40:52] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  62. [23:40:52] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:19}
  63. [23:40:52] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  64. [23:40:53] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:20}
  65. [23:40:53] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  66. [23:40:53] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:21}
  67. [23:40:53] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  68. [23:40:54] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:22}
  69. [23:40:54] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  70. [23:40:54] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:23}
  71. [23:40:54] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  72. [23:40:55] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:24}
  73. [23:40:55] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  74. [23:40:55] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:25}
  75. [23:40:55] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  76. [23:40:56] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:26}
  77. [23:40:56] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  78. [23:40:56] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:27}
  79. [23:40:56] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  80. [23:40:57] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:28}
  81. [23:40:57] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  82. [23:40:57] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:29}
  83. [23:40:57] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  84. [23:40:58] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:30}
  85. [23:40:58] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  86. [23:40:58] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:31}
  87. [23:40:58] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  88. [23:40:59] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:32}
  89. [23:40:59] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  90. [23:40:59] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:33}
  91. [23:40:59] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  92. [23:41:00] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:34}
  93. [23:41:00] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  94. [23:41:00] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:35}
  95. [23:41:00] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  96. [23:41:01] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:36}
  97. [23:41:01] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  98. [23:41:01] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:37}
  99. [23:41:01] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  100. [23:41:02] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:38}
  101. [23:41:02] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  102. [23:41:02] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:39}
  103. [23:41:02] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  104. [23:41:03] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:40}
  105. [23:41:03] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  106. [23:41:03] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:41}
  107. [23:41:03] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  108. [23:41:04] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:42}
  109. [23:41:04] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  110. [23:41:04] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:43}
  111. [23:41:04] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  112. [23:41:05] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:44}
  113. [23:41:05] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  114. [23:41:05] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:45}
  115. [23:41:05] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  116. [23:41:06] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:46}
  117. [23:41:06] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  118. [23:41:06] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:47}
  119. [23:41:06] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  120. [23:41:07] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:48}
  121. [23:41:07] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  122. [23:41:07] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:49}
  123. [23:41:07] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  124. [23:41:08] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:50}
  125. [23:41:08] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  126. [23:41:08] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:51}
  127. [23:41:08] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  128. [23:41:09] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:52}
  129. [23:41:09] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  130. [23:41:09] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:53}
  131. [23:41:09] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  132. [23:41:10] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:54}
  133. [23:41:10] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  134. [23:41:10] [HikariPool-1 housekeeper/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Pool stats (total=17, active=2, idle=15, waiting=0)
  135. [23:41:10] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:55}
  136. [23:41:10] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  137. [23:41:11] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:56}
  138. [23:41:11] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  139. [23:41:11] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:57}
  140. [23:41:11] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  141. [23:41:12] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:58}
  142. [23:41:12] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  143. [23:41:12] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:59}
  144. [23:41:12] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  145. [23:41:13] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.connection/sponge]: Closing connection connectionId{localValue:60}
  146. [23:41:13] [cluster-ClusterId{value='5976695be4fcc45f64fedbf1', description='null'}-localhost:27040/DEBUG] [org.mongodb.driver.cluster/sponge]: Updating cluster description to {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  147. [23:41:13] [Server thread/ERROR] [Sponge/sponge]: Could not pass FMLInitializationEvent to Plugin{id=market, name=Market, version=0.2.1, description=Market, url=https://kookykraftmc.net, authors=[TimeTheCat], source=/opt/msm/servers/rtest/mods/Market-0.2.1.jar}
  148. com.kookykraftmc.relocate.com.mongodb.MongoTimeoutException: Timed out after 30000 ms while waiting for a server that matches ReadPreferenceServerSelector{readPreference=primary}. Client view of cluster state is {type=UNKNOWN, servers=[{address=localhost:27040, type=UNKNOWN, state=CONNECTING, exception={com.kookykraftmc.relocate.com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='rho', source='rho', password=<hidden>, mechanismProperties={}}}, caused by {com.kookykraftmc.relocate.com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server localhost:27040. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]
  149. at com.kookykraftmc.relocate.com.mongodb.connection.BaseCluster.createTimeoutException(BaseCluster.java:377) ~[BaseCluster.class:?]
  150. at com.kookykraftmc.relocate.com.mongodb.connection.BaseCluster.selectServer(BaseCluster.java:104) ~[BaseCluster.class:?]
  151. at com.kookykraftmc.relocate.com.mongodb.binding.ClusterBinding$ClusterBindingConnectionSource.<init>(ClusterBinding.java:75) ~[ClusterBinding$ClusterBindingConnectionSource.class:?]
  152. at com.kookykraftmc.relocate.com.mongodb.binding.ClusterBinding$ClusterBindingConnectionSource.<init>(ClusterBinding.java:71) ~[ClusterBinding$ClusterBindingConnectionSource.class:?]
  153. at com.kookykraftmc.relocate.com.mongodb.binding.ClusterBinding.getReadConnectionSource(ClusterBinding.java:63) ~[ClusterBinding.class:?]
  154. at com.kookykraftmc.relocate.com.mongodb.operation.OperationHelper.withConnection(OperationHelper.java:402) ~[OperationHelper.class:?]
  155. at com.kookykraftmc.relocate.com.mongodb.operation.FindOperation.execute(FindOperation.java:510) ~[FindOperation.class:?]
  156. at com.kookykraftmc.relocate.com.mongodb.operation.FindOperation.execute(FindOperation.java:81) ~[FindOperation.class:?]
  157. at com.kookykraftmc.relocate.com.mongodb.Mongo.execute(Mongo.java:836) ~[Mongo.class:?]
  158. at com.kookykraftmc.relocate.com.mongodb.Mongo$2.execute(Mongo.java:823) ~[Mongo$2.class:?]
  159. at com.kookykraftmc.relocate.com.mongodb.FindIterableImpl$FindOperationIterable.first(FindIterableImpl.java:216) ~[FindIterableImpl$FindOperationIterable.class:?]
  160. at com.kookykraftmc.relocate.com.mongodb.FindIterableImpl.first(FindIterableImpl.java:156) ~[FindIterableImpl.class:?]
  161. at com.kookykraftmc.market.datastores.MongoDBDataStore.setupDB(MongoDBDataStore.java:59) ~[MongoDBDataStore.class:?]
  162. at com.kookykraftmc.market.datastores.MongoDBDataStore.<init>(MongoDBDataStore.java:53) ~[MongoDBDataStore.class:?]
  163. at com.kookykraftmc.market.Market.onInit(Market.java:144) ~[Market.class:?]
  164. at org.spongepowered.common.event.listener.GameInitializationEventListener_Market_onInit24.handle(Unknown Source) ~[?:?]
  165. at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95) ~[RegisteredListener.class:1.10.2-2281-5.2.0-BETA-2422]
  166. at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:313) [SpongeModEventManager.class:1.10.2-2281-5.2.0-BETA-2422]
  167. at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:342) [SpongeModEventManager.class:1.10.2-2281-5.2.0-BETA-2422]
  168. at org.spongepowered.mod.SpongeMod.onStateEvent(SpongeMod.java:234) [SpongeMod.class:1.10.2-2281-5.2.0-BETA-2422]
  169. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_72]
  170. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_72]
  171. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_72]
  172. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_72]
  173. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.10.2.jar:?]
  174. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.10.2.jar:?]
  175. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.10.2.jar:?]
  176. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.10.2.jar:?]
  177. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.10.2.jar:?]
  178. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243) [LoadController.class:?]
  179. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221) [LoadController.class:?]
  180. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_72]
  181. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_72]
  182. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_72]
  183. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_72]
  184. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.10.2.jar:?]
  185. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.10.2.jar:?]
  186. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.10.2.jar:?]
  187. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.10.2.jar:?]
  188. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.10.2.jar:?]
  189. at net.minecraftforge.fml.common.LoadController.redirect$onPost$zzb000(LoadController.java:561) [LoadController.class:?]
  190. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145) [LoadController.class:?]
  191. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:805) [Loader.class:?]
  192. at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108) [FMLServerHandler.class:?]
  193. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:333) [FMLCommonHandler.class:?]
  194. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:214) [ld.class:?]
  195. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431) [MinecraftServer.class:?]
  196. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_72]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement