Now getting a related error:
getting pretty solid Jenkins failure on git pull request:
[Apache UIMA Java SDK (GitHub PR)] $
/home/jenkins/tools/java/latest1.8/bin/java -Xmx4g -Xms4g -cp
/home/jenkins/jenkins-slave/maven33-agent.jar:/home/jenkins/tools/maven/apache-maven-3.3.9/boot/plexus-classworlds-2.5.2.jar:/home/jenkins/tools/maven/apache-maven-3.3.9/conf/logging
jenkins.maven3.agent.Maven33Main /home/jenkins/tools/maven/apache-maven-3.3.9
/home/jenkins/jenkins-slave/remoting.jar
/home/jenkins/jenkins-slave/maven33-interceptor.jar
/home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 33042
Error occurred during initialization of VM
java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start0(Native Method)
at java.lang.Thread.start(Thread.java:717)
at java.lang.ref.Reference.<clinit>(Reference.java:232)
This message, is also given not for out of memory, but when the OS can't create
a new thread. Seems similar to my post 3 above. So far, it's retried multiple
(maybe 5) times, always getting this failure.Any workarounds, appreciated! Ref:
https://builds.apache.org/job/Apache%20UIMA%20Java%20SDK%20(GitHub%20PR)/38/console
posted also to apache slack channel.
-Marshall