Advertisement
Guest User

Untitled

a guest
Dec 10th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.73 KB | None | 0 0
  1. 10.12 18:37:01 [Server] WARN Exception in thread "Craft Scheduler Thread - 4536"
  2. 10.12 18:37:01 [Server] WARN org.apache.commons.lang.UnhandledException: Plugin FateUHC v3.44 generated an exception while executing task 16
  3. 10.12 18:37:01 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  4. 10.12 18:37:01 [Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  5. 10.12 18:37:01 [Server] INFO at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  6. 10.12 18:37:01 [Server] INFO at java.lang.Thread.run(Thread.java:748)
  7. 10.12 18:37:01 [Server] INFO Caused by: com.mongodb.MongoTimeoutException: Timed out after 30000 ms while waiting to connect. Client view of cluster state is {type=UNKNOWN, servers=[{address=mongoaddress:25565, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketException: mongoaddress}, caused by {java.net.UnknownHostException: mongoaddress}}]
  8. 10.12 18:37:01 [Server] INFO at com.mongodb.internal.connection.BaseCluster.getDescription(BaseCluster.java:182)
  9. 10.12 18:37:01 [Server] INFO at com.mongodb.internal.connection.SingleServerCluster.getDescription(SingleServerCluster.java:41)
  10. 10.12 18:37:01 [Server] INFO at com.mongodb.client.internal.MongoClientDelegate.getConnectedClusterDescription(MongoClientDelegate.java:136)
  11. 10.12 18:37:01 [Server] INFO at com.mongodb.client.internal.MongoClientDelegate.createClientSession(MongoClientDelegate.java:94)
  12. 10.12 18:37:01 [Server] INFO at com.mongodb.client.internal.MongoClientDelegate$DelegateOperationExecutor.getClientSession(MongoClientDelegate.java:249)
  13. 10.12 18:37:01 [Server] INFO at com.mongodb.client.internal.MongoClientDelegate$DelegateOperationExecutor.execute(MongoClientDelegate.java:190)
  14. 10.12 18:37:01 [Server] INFO at com.mongodb.client.internal.MongoCollectionImpl.executeSingleWriteRequest(MongoCollectionImpl.java:961)
  15. 10.12 18:37:01 [Server] INFO at com.mongodb.client.internal.MongoCollectionImpl.executeReplaceOne(MongoCollectionImpl.java:603)
  16. 10.12 18:37:01 [Server] INFO at com.mongodb.client.internal.MongoCollectionImpl.replaceOne(MongoCollectionImpl.java:579)
  17. 10.12 18:37:01 [Server] INFO at com.mongodb.client.internal.MongoCollectionImpl.replaceOne(MongoCollectionImpl.java:574)
  18. 10.12 18:37:01 [Server] INFO at net.fateuhc.plugin.tasks.data.DataSyncTask.run(DataSyncTask.java:54)
  19. 10.12 18:37:01 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
  20. 10.12 18:37:01 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  21. 10.12 18:37:01 [Server] INFO ... 3 more
  22. 10.12 18:37:01 [Server] INFO Exception in monitor thread while connecting to server mongoaddress:25565
  23. 10.12 18:37:01 [Server] INFO com.mongodb.MongoSocketException: mongoaddress: Name or service not known
  24. 10.12 18:37:01 [Server] INFO at com.mongodb.ServerAddress.getSocketAddresses(ServerAddress.java:211) ~[FateUHC3.44.jar:?]
  25. 10.12 18:37:01 [Server] INFO at com.mongodb.internal.connection.SocketStream.initializeSocket(SocketStream.java:75) ~[FateUHC3.44.jar:?]
  26. 10.12 18:37:01 [Server] INFO at com.mongodb.internal.connection.SocketStream.open(SocketStream.java:65) ~[FateUHC3.44.jar:?]
  27. 10.12 18:37:01 [Server] INFO at com.mongodb.internal.connection.InternalStreamConnection.open(InternalStreamConnection.java:126) ~[FateUHC3.44.jar:?]
  28. 10.12 18:37:01 [Server] INFO at com.mongodb.internal.connection.DefaultServerMonitor$ServerMonitorRunnable.run(DefaultServerMonitor.java:117) [FateUHC3.44.jar:?]
  29. 10.12 18:37:01 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
  30. 10.12 18:37:01 [Server] INFO Caused by: java.net.UnknownHostException: mongoaddress: Name or service not known
  31. 10.12 18:37:01 [Server] INFO at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) ~[?:1.8.0_222]
  32. 10.12 18:37:01 [Server] INFO at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:929) ~[?:1.8.0_222]
  33. 10.12 18:37:01 [Server] INFO at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1324) ~[?:1.8.0_222]
  34. 10.12 18:37:01 [Server] INFO at java.net.InetAddress.getAllByName0(InetAddress.java:1277) ~[?:1.8.0_222]
  35. 10.12 18:37:01 [Server] INFO at java.net.InetAddress.getAllByName(InetAddress.java:1193) ~[?:1.8.0_222]
  36. 10.12 18:37:01 [Server] INFO at java.net.InetAddress.getAllByName(InetAddress.java:1127) ~[?:1.8.0_222]
  37. 10.12 18:37:01 [Server] INFO at com.mongodb.ServerAddress.getSocketAddresses(ServerAddress.java:203) ~[FateUHC3.44.jar:?]
  38. 10.12 18:37:01 [Server] INFO ... 5 more
  39. 10.12 18:37:01 [Server] WARN Exception in thread "Craft Scheduler Thread - 4533"
  40. 10.12 18:37:01 [Server] WARN org.apache.commons.lang.UnhandledException: Plugin FateUHC v3.44 generated an exception while executing task 16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement