Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.31 KB | None | 0 0
  1. [03/21/18 13:54:40] Launch failed - cleaning up connection
  2. [03/21/18 13:54:40] [SSH] Connection closed.
  3. Launcher failed to bring the node online. Retrying ...
  4. [03/21/18 13:54:42] [SSH] Opening SSH connection to 10.8.245.232:22.
  5. No route to host (Host unreachable)
  6. SSH Connection failed with IOException: "No route to host (Host unreachable)", retrying in 15 seconds. There are 5 more retries left.
  7. No route to host (Host unreachable)
  8. SSH Connection failed with IOException: "No route to host (Host unreachable)", retrying in 15 seconds. There are 4 more retries left.
  9. No route to host (Host unreachable)
  10. SSH Connection failed with IOException: "No route to host (Host unreachable)", retrying in 15 seconds. There are 3 more retries left.
  11. No route to host (Host unreachable)
  12. SSH Connection failed with IOException: "No route to host (Host unreachable)", retrying in 15 seconds. There are 2 more retries left.
  13. No route to host (Host unreachable)
  14. SSH Connection failed with IOException: "No route to host (Host unreachable)", retrying in 15 seconds. There are 1 more retries left.
  15. No route to host (Host unreachable)
  16. SSH Connection failed with IOException: "No route to host (Host unreachable)".
  17. java.io.IOException: There was a problem while connecting to 10.8.245.232:22
  18. at com.trilead.ssh2.Connection.connect(Connection.java:834)
  19. at hudson.plugins.sshslaves.SSHLauncher.openConnection(SSHLauncher.java:1324)
  20. at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:831)
  21. at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:820)
  22. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  23. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  24. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  25. at java.lang.Thread.run(Thread.java:748)
  26. Caused by: java.net.NoRouteToHostException: No route to host (Host unreachable)
  27. at java.net.PlainSocketImpl.socketConnect(Native Method)
  28. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  29. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  30. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  31. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  32. at java.net.Socket.connect(Socket.java:589)
  33. at com.trilead.ssh2.transport.TransportManager.establishConnection(TransportManager.java:367)
  34. at com.trilead.ssh2.transport.TransportManager.initialize(TransportManager.java:480)
  35. at com.trilead.ssh2.Connection.connect(Connection.java:774)
  36. ... 7 more
  37. [03/21/18 13:56:16] Launch failed - cleaning up connection
  38. [03/21/18 13:56:16] [SSH] Connection closed.
  39. Launcher failed to bring the node online. Retrying ...
  40. [03/21/18 13:56:18] [SSH] Opening SSH connection to 10.8.245.232:22.
  41. No route to host (Host unreachable)
  42. SSH Connection failed with IOException: "No route to host (Host unreachable)", retrying in 15 seconds. There are 5 more retries left.
  43. No route to host (Host unreachable)
  44. SSH Connection failed with IOException: "No route to host (Host unreachable)", retrying in 15 seconds. There are 4 more retries left.
  45. No route to host (Host unreachable)
  46. SSH Connection failed with IOException: "No route to host (Host unreachable)", retrying in 15 seconds. There are 3 more retries left.
  47. No route to host (Host unreachable)
  48. SSH Connection failed with IOException: "No route to host (Host unreachable)", retrying in 15 seconds. There are 2 more retries left.
  49. No route to host (Host unreachable)
  50. SSH Connection failed with IOException: "No route to host (Host unreachable)", retrying in 15 seconds. There are 1 more retries left.
  51. No route to host (Host unreachable)
  52. SSH Connection failed with IOException: "No route to host (Host unreachable)".
  53. java.io.IOException: There was a problem while connecting to 10.8.245.232:22
  54. at com.trilead.ssh2.Connection.connect(Connection.java:834)
  55. at hudson.plugins.sshslaves.SSHLauncher.openConnection(SSHLauncher.java:1324)
  56. at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:831)
  57. at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:820)
  58. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  59. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  60. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  61. at java.lang.Thread.run(Thread.java:748)
  62. Caused by: java.net.NoRouteToHostException: No route to host (Host unreachable)
  63. at java.net.PlainSocketImpl.socketConnect(Native Method)
  64. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  65. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  66. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  67. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  68. at java.net.Socket.connect(Socket.java:589)
  69. at com.trilead.ssh2.transport.TransportManager.establishConnection(TransportManager.java:367)
  70. at com.trilead.ssh2.transport.TransportManager.initialize(TransportManager.java:480)
  71. at com.trilead.ssh2.Connection.connect(Connection.java:774)
  72. ... 7 more
  73. [03/21/18 13:57:49] Launch failed - cleaning up connection
  74. [03/21/18 13:57:49] [SSH] Connection closed.
  75. Launcher failed to bring the node online. Retrying ...
  76. Launcher failed to bring the node online within timeout.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement