Advertisement
Guest User

Untitled

a guest
Jan 13th, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. ubuntu@ip-172-31-61-126:~/eloquence$ java -jar eloquence-server-1.0-SNAPSHOT.jar
  2. 2016-01-14 01:52:03.173 [INFO]: <main> ServerMain.main ({}) - ServerStart
  3. 2016-01-14 01:52:03.386 [INFO]: <main> ServerMain.main ({}) - Starting Connection Listeners
  4. 2016-01-14 01:52:03.391 [INFO]: <main> ServerMain.main ({}) - Starting comm event thread
  5. 2016-01-14 01:52:03.392 [DEBUG]: <HardwareListenerThread> HardwareCommunicationListenerThread.run ({}) - Waiting for Clients to connect on port 4447
  6. 2016-01-14 01:52:03.396 [INFO]: <main> ServerMain.main ({}) - Starting ping monitor thread
  7. 2016-01-14 01:52:03.405 [INFO]: <main> ServerMain.main ({}) - Starting client timeout thread
  8. 2016-01-14 01:52:03.406 [INFO]: <main> ServerMain.main ({}) - Starting shift change thread
  9. 2016-01-14 01:52:03.410 [INFO]: <main> ServerDataProvider.resurrectOrphans ({}) - Resurrecting Orphans
  10. 2016-01-14 01:52:03.693 [TRACE]: <main> EloquenceDatabase.open ({}) - primary data source initialized to jdbc:mysql:loadbalance://127.0.0.1:3306/eloquence?useUnicode=true&characterEncoding=utf8
  11. 2016-01-14 01:52:03.840 [INFO]: <ListenerThread> IncomingCommunicationListenerThreadNew.run ({}) - Waiting for Clients to connect on port 4446
  12. 2016-01-14 01:52:03.840 [INFO]: <ListenerThread> IncomingCommunicationListenerThreadNew.run ({}) - Supported ciphers are [TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA]
  13. 2016-01-14 01:52:03.840 [INFO]: <ListenerThread> IncomingCommunicationListenerThreadNew.run ({}) - Waiting for Clients to connect on port 4445
  14. 2016-01-14 01:52:03.841 [INFO]: <ListenerThread> IncomingCommunicationListenerThreadNew.run ({}) - Supported ciphers are [TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA]
  15. 2016-01-14 01:52:04.509 [DEBUG]: <main> ServerDataProvider.resurrectOrphans ({}) - Found 0 orphans
  16. 2016-01-14 01:52:04.510 [INFO]: <main> ServerMain.main ({}) - Starting rounding thread
  17. 2016-01-14 01:52:04.535 [INFO]: <main> ServerMain.main ({}) - =============================================================
  18. 2016-01-14 01:52:04.535 [INFO]: <main> ServerMain.main ({}) - ============= Eloquence server has started ==================
  19. 2016-01-14 01:52:04.536 [INFO]: <main> ServerMain.main ({}) - =============================================================
  20. 2016-01-14 01:52:24.689 [DEBUG]: <Handler #30> SimpleCommunicationManager.handleRequest ({ipAddress=127.0.0.1-127.0.0.1}) - < Socket=/127.0.0.1:47992
  21. 2016-01-14 01:52:24.691 [WARN]: <Handler #30> SimpleCommunicationManager.handleRequest ({ipAddress=127.0.0.1-127.0.0.1}) - Connection received from unassociated device=127.0.0.1-127.0.0.1
  22. 2016-01-14 01:52:24.692 [DEBUG]: <Handler #30> SimpleCommunicationManager.unassociatedDeviceNotice ({ipAddress=127.0.0.1-127.0.0.1}) - > 127.0.0.1-127.0.0.1
  23. 2016-01-14 01:52:24.692 [WARN]: <Handler #30> SimpleCommunicationManager.getConnection ({ipAddress=127.0.0.1-127.0.0.1}) - Client 127.0.0.1-127.0.0.1 is not connected
  24. 2016-01-14 01:52:24.693 [WARN]: <Handler #30> SimpleCommunicationManager.getConnection ({ipAddress=127.0.0.1-127.0.0.1}) - map contains []
  25. 2016-01-14 01:52:24.693 [DEBUG]: <Handler #30> SimpleCommunicationManager.unassociatedDeviceNotice ({ipAddress=127.0.0.1-127.0.0.1}) - success=false
  26. 2016-01-14 01:52:24.704 [DEBUG]: <Handler #30> SimpleCommunicationManager.handleRequest ({ipAddress=127.0.0.1-127.0.0.1}) - Handling request for code PING (140)
  27. 2016-01-14 01:52:24.707 [DEBUG]: <Handler #30> SimpleCommunicationManager.handlePing ({ipAddress=127.0.0.1-127.0.0.1}) - < uid=backupServer
  28. 2016-01-14 01:52:24.708 [DEBUG]: <pool-2-thread-1> SimpleCommunicationManager.pingServer ({}) - < success=true (127.0.0.1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement