justin nelson 15 Report post Posted July 19, 2013 I’m receiving an out of memory error when trying to build on Hudson. I’m not sure if it’s my fault. Started by user Justin NelsonBuilding remotely on java_windowsCheckout:CIAPI.Java / c:\dev\workspace\CIAPI.Java - hudson.remoting.Channel@108b4bc:java_windowsUsing strategy: DefaultLast Built Revision: Revision 6e8bbefe29fa7d388e9a3f4074dd0a3c222e1e13 (origin/jjnguy)hudson.util.IOException2: remote file operation failed: c:\dev\workspace\CIAPI.Java at hudson.remoting.Channel@108b4bc:java_windows at hudson.FilePath.act(FilePath.java:754) at hudson.FilePath.act(FilePath.java:740) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:908) at hudson.model.AbstractProject.checkout(AbstractProject.java:1181) at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:536) at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:424) at hudson.model.Run.run(Run.java:1374) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:467) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:145)Caused by: java.io.IOException: Remote call on java_windows failed at hudson.remoting.Channel.call(Channel.java:670) at hudson.FilePath.act(FilePath.java:747) ... 9 moreCaused by: java.lang.OutOfMemoryError: PermGen space[WARNINGS] Skipping publisher since build result is FAILUREFinished: FAILURE Also, I’m unable to rdp into the build slave. I’m using the following dns to connect, but it is unable to connect. ec2-72-44-51-77.compute-1.amazonaws.com Share this post Link to post
Guest mrdavidlaing Report post Posted July 25, 2013 I rebooted the build slave which seems to have fixed the Java build errors. Ping me a private email if you are still having trouble Share this post Link to post