Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. [2019-05-27 12:24:07] [windows-slaves] Connecting to 192.168.1.152
  2. Checking if Java exists
  3. java -version returned 1.8.0.
  4. [2019-05-27 12:24:16] [windows-slaves] Copying jenkins-slave.xml
  5. [2019-05-27 12:24:16] [windows-slaves] Copying slave.jar
  6. [2019-05-27 12:24:16] [windows-slaves] Starting the service
  7. [2019-05-27 12:24:16] [windows-slaves] Waiting for the service to become ready
  8. ERROR: [2019-05-27 12:24:52] [windows-slaves] The service did not respond. Perhaps it failed to launch?
  9. [2019-05-27 12:36:00] [windows-slaves] Connecting to 192.168.1.152
  10. Checking if Java exists
  11. java -version returned 1.8.0.
  12. [2019-05-27 12:36:08] [windows-slaves] Copying jenkins-slave.xml
  13. [2019-05-27 12:36:08] [windows-slaves] Copying slave.jar
  14. [2019-05-27 12:36:08] [windows-slaves] Starting the service
  15. ERROR: Unexpected error in launching an agent. This is probably a bug in Jenkins
  16. org.jinterop.dcom.common.JIException: Service Already Running
  17. at org.jvnet.hudson.wmi.Win32Service$Implementation.start(Win32Service.java:149)
  18. Caused: java.lang.reflect.InvocationTargetException
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  22. at java.lang.reflect.Method.invoke(Method.java:498)
  23. at org.kohsuke.jinterop.JInteropInvocationHandler.invoke(JInteropInvocationHandler.java:140)
  24. Caused: java.lang.reflect.UndeclaredThrowableException
  25. at com.sun.proxy.$Proxy90.start(Unknown Source)
  26. at hudson.os.windows.ManagedWindowsServiceLauncher.launch(ManagedWindowsServiceLauncher.java:342)
  27. at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:294)
  28. at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
  29. at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71)
  30. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  31. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  32. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  33. at java.lang.Thread.run(Thread.java:748)
  34.  
  35. 2019-05-27 12:19:32,644 INFO - Starting ServiceWrapper in the service mode
  36. 2019-05-27 12:19:32,659 INFO - Starting javaw.exe -Xrs -jar "C:Jenkinsslave.jar" -tcp "C:Jenkinsport.txt"
  37. 2019-05-27 12:19:32,675 INFO - Extension loaded: killOnStartup
  38. 2019-05-27 12:19:32,675 DEBUG - Checking the potentially runaway process with PID=1408
  39. 2019-05-27 12:19:32,675 DEBUG - No runaway process with PID=1408. The process has been already stopped.
  40. 2019-05-27 12:19:32,675 INFO - Starting javaw.exe -Xrs -jar "C:Jenkinsslave.jar" -tcp "C:Jenkinsport.txt"
  41. 2019-05-27 12:19:32,691 INFO - Started process 4084
  42. 2019-05-27 12:19:32,691 DEBUG - Forwarding logs of the process System.Diagnostics.Process (javaw) to winsw.SizeBasedRollingLogAppender
  43. 2019-05-27 12:19:32,691 INFO - Recording PID of the started process:4084. PID file destination is C:Jenkinsjenkins_agent.pid
  44. 2019-05-27 12:23:56,529 INFO - Stopping jenkinsslave-C__Jenkins
  45. 2019-05-27 12:23:56,529 DEBUG - ProcessKill 4084
  46. 2019-05-27 12:23:56,561 INFO - Stopping process 4084
  47. 2019-05-27 12:23:56,561 INFO - Send SIGINT 4084
  48. 2019-05-27 12:23:56,561 WARN - SIGINT to 4084 failed - Killing as fallback
  49. 2019-05-27 12:23:56,561 INFO - Finished jenkinsslave-C__Jenkins
  50. 2019-05-27 12:23:56,561 DEBUG - Completed. Exit code is 0
  51. 2019-05-27 12:24:16,374 INFO - Starting ServiceWrapper in the service mode
  52. 2019-05-27 12:24:16,390 INFO - Starting javaw.exe -Xrs -jar "C:Jenkinsslave.jar" -tcp "C:Jenkinsport.txt"
  53. 2019-05-27 12:24:16,405 INFO - Extension loaded: killOnStartup
  54. 2019-05-27 12:24:16,405 DEBUG - Checking the potentially runaway process with PID=4084
  55. 2019-05-27 12:24:16,405 DEBUG - No runaway process with PID=4084. The process has been already stopped.
  56. 2019-05-27 12:24:16,405 INFO - Starting javaw.exe -Xrs -jar "C:Jenkinsslave.jar" -tcp "C:Jenkinsport.txt"
  57. 2019-05-27 12:24:16,421 INFO - Started process 364
  58. 2019-05-27 12:24:16,421 DEBUG - Forwarding logs of the process System.Diagnostics.Process (javaw) to winsw.SizeBasedRollingLogAppender
  59. 2019-05-27 12:24:16,421 INFO - Recording PID of the started process:364. PID file destination is C:Jenkinsjenkins_agent.pid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement