Hi,
I have host which start running steps and it done the host move to "Inactive Nodes" (in grid tab).
When I checked the host status via terminal, it seem the agent in running:
./agent.sh status
QuickBuild Build Agent is running: PID:49054, Wrapper:STARTED, Java:STARTED
When I checked the agent log, I saw there is an exception:
cat console.log
jvm 1 | Caused by: java.lang.OutOfMemoryError: Java heap space
jvm 1 | 2017-02-28 12:19:06,125 ERROR - Error connecting server.
jvm 1 | java.lang.OutOfMemoryError: Java heap space
jvm 1 | 2017-02-28 12:19:23,601 ERROR - Error connecting server.
jvm 1 | java.lang.OutOfMemoryError: Java heap space
jvm 1 | 2017-02-28 12:19:41,088 ERROR - Error connecting server.
jvm 1 | java.lang.OutOfMemoryError: Java heap space
jvm 1 | 2017-02-28 12:19:58,561 ERROR - Error connecting server.
jvm 1 | java.lang.OutOfMemoryError: Java heap space
jvm 1 | 2017-02-28 12:20:16,040 ERROR - Error connecting server.
jvm 1 | java.lang.OutOfMemoryError: Java heap space
jvm 1 | 2017-02-28 12:20:33,507 ERROR - Error connecting server.
jvm 1 | java.lang.OutOfMemoryError: Java heap space
jvm 1 | Exception in thread "Thread-15" java.lang.OutOfMemoryError: Java heap space
What did happened and how it could be solved?
Thanks!