I am working with Tomee,Jenkins and Gradle. I am able to install Gradle plugin in Jenkins on the Tomee 7 server.I am trying to do the build in Jenkins and not able to do so.
Aug 21, 2014 1:56:11 PM hudson.TcpSlaveAgentListener <init> INFO: JNLP slave agent listener started on TCP port 54522 Aug 21, 2014 1:56:11 PM hudson.WebAppMain$3 run INFO: Jenkins is fully up and running Aug 21, 2014 1:57:02 PM hudson.model.Run execute INFO: ProcessExperience #2 main build action completed: FAILURE Exception in thread "Executor #1 for master : executing ProcessExperience #2" Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Executor #1 for master : executing ProcessExperien ce #2" Exception in thread "JmDNS(LPRADEEP1RW0V12.local.).Timer" Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "JmDNS(LPRADEEP1RW0V12.local.).Timer" Exception in thread "SocketListener(LPRADEEP1RW0V12.local.)" Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "SocketListener(LPRADEEP1RW0V12.local.)" Exception in thread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "ContainerBackgroundProcessor[StandardEngine[Catali na]]" Exception in thread "http-bio-8082-exec-4" Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "http-bio-8082-exec-4" Can any one please suggest me what i need to do to resolve the issue. I created the setenv.sh file in c:\<Tomee>\bin\ and the file content is CATALINA_OPTS="-Xms4096M -Xmx4096M -XX:PermSize=512M -XX:MaxPermSize=512M" GRADLE_OPTS="-XX:MaxPermSize=512m" JAVA_OPTS="-XX:MaxPermSize=512m -Xms512m -Xmx1024m" Let me know do i need to provide more information. Regards LN -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
