Guest User

Untitled

a guest
Aug 30th, 2018
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.14 KB | None | 0 0
  1. 2018-08-29 18:29:55.320 INFO 4026 --- [cluster-ClusterId{value='5b86bbf3b6d4740fba68d822', description='null'}-192.168.9.73:27017] org.mongodb.driver.cluster : Exception in monitor thread while connecting to server 192.168.9.73:27017
  2.  
  3. com.mongodb.MongoSocketOpenException: Exception opening socket
  4. at com.mongodb.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:254)
  5. at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:128)
  6. at sun.nio.ch.Invoker$2.run(Invoker.java:218)
  7. at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
  8. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  9. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  10. at java.lang.Thread.run(Thread.java:745)
  11. Caused by: java.net.ConnectException: Connection refused
  12. at sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method)
  13. at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:252)
  14. at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:198)
  15. at sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
  16. at sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:293)
  17. ... 1 common frames omitted
  18.  
  19. 2018-08-29 18:29:55.323 INFO 4026 --- [main] org.mongodb.driver.cluster : Cluster created with settings {hosts=[192.168.9.73:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=8000000}
  20. 2018-08-29 18:29:55.324 INFO 4026 --- [main] org.mongodb.driver.cluster : No server chosen by WritableServerSelector from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=192.168.9.73:27017, type=UNKNOWN, state=CONNECTING}]}. Waiting for 30000 ms before timing out
  21. 2018-08-29 18:29:55.325 INFO 4026 --- [main] org.mongodb.driver.cluster : No server chosen by WritableServerSelector from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=192.168.9.73:27017, type=UNKNOWN, state=CONNECTING}]}. Waiting for 30000 ms before timing out
  22. 2018-08-29 18:29:55.326 INFO 4026 --- [cluster-ClusterId{value='5b86bbf3b6d4740fba68d823', description='null'}-192.168.9.73:27017] org.mongodb.driver.cluster : Exception in monitor thread while connecting to server 192.168.9.73:27017
  23.  
  24. com.mongodb.MongoSocketOpenException: Exception opening socket
  25. at com.mongodb.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:254)
  26. at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:128)
  27. at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:278)
  28. at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:198)
  29. at sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:213)
  30. at sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:293)
  31. at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
  32. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  33. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  34. at java.lang.Thread.run(Thread.java:745)
  35. Caused by: java.net.ConnectException: Connection refused
  36. at sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method)
  37. at sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:252)
  38. ... 7 common frames omitted
  39.  
  40. 2018-08-29 18:29:57.864 INFO 4026 --- [main] r.a.r.c.c.h.factory.HttpClientFactory : Resource {} has already been published. Let's remove and publish again!
  41. 2018-08-29 18:29:57.940 INFO 4026 --- [main] .c.FullyCheckConsistencyCommandProcessor : afterPropertiesSet egrn2mdrIntegration.enabled=false regionsWithEGRN=(24|33)
  42. 2018-08-29 18:29:57.961 INFO 4026 --- [main] r.a.r.c.cmd.CommandRoutingProcessor : init processorsCount=22
  43. 2018-08-29 18:29:58.396 INFO 4026 --- [main] o.s.ui.freemarker.SpringTemplateLoader : SpringTemplateLoader for FreeMarker: using resource loader [org.springframework.context.annotation.AnnotationConfigApplicationContext@72d1ad2e: startup date [Wed Aug 29 18:29:51 MSK 2018]; root of context hierarchy] and template loader path [classpath:/templates/]
  44. 2018-08-29 18:29:58.402 WARN 4026 --- [main] o.s.b.a.f.FreeMarkerAutoConfiguration : Cannot find template location(s): [classpath:/templates/] (please add some templates, check your FreeMarker configuration, or set spring.freemarker.checkTemplateLocation=false)
  45. 2018-08-29 18:29:58.617 INFO 4026 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
  46. 2018-08-29 18:29:58.631 INFO 4026 --- [main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483647
  47. 2018-08-29 18:29:58.864 INFO 4026 --- [main] r.a.r.u.UnpackServiceApplication : Started UnpackServiceApplication in 8.251 seconds (JVM running for 9.424)
Advertisement
Add Comment
Please, Sign In to add comment