[JIRA] (JENKINS-53636) not first time build project,but tip"ERROR: Invalid project setup: Connection reset ERROR: Processing failed due to a bug in the code"
3 views
Skip to first unread message
837530554@qq.com (JIRA)
unread,
Sep 18, 2018, 3:42:02 AM9/18/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
[server-rrmj-base] $ java -cp /data1/jenkins/plugins/maven-plugin/WEB-INF/lib/maven33-agent-1.12-alpha-1.jar:/data1/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven/boot/plexus-classworlds-2.5.2.jar:/data1/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven/conf/logging jenkins.maven3.agent.Maven33Main /data1/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven /data1/jenkins/war/WEB-INF/lib/remoting-3.23.jar /data1/jenkins/plugins/maven-plugin/WEB-INF/lib/maven33-interceptor-1.12-alpha-1.jar /data1/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.12-alpha-1.jar 38239 ERROR: ================================================================================ ERROR: Invalid project setup: Connection reset ERROR: Processing failed due to a bug in the code. Please report this to the issue tracker ( https://jenkins.io/redirect/report-an-issue ). java.lang.NullPointerException at hudson.maven.AbstractMavenProcessFactory.newProcess(AbstractMavenProcessFactory.java:304) at hudson.maven.ProcessCache.get(ProcessCache.java:236) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:804) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504) at hudson.model.Run.execute(Run.java:1815) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) project=hudson.maven.MavenModuleSet@499d73aa[server-rrmj-base] project.getModules()=[hudson.maven.MavenModule@21ef0bcc[server-rrmj-base/com.rrmj:rrmj2-base][server-rrmj-base/com.rrmj:rrmj2-base][relativePath:]] project.getRootModule()=hudson.maven.MavenModule@21ef0bcc[server-rrmj-base/com.rrmj:rrmj2-base][server-rrmj-base/com.rrmj:rrmj2-base][relativePath:] FATAL: null java.lang.NullPointerException at hudson.maven.AbstractMavenProcessFactory.newProcess(AbstractMavenProcessFactory.java:304) at hudson.maven.ProcessCache.get(ProcessCache.java:236) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:804) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504) at hudson.model.Run.execute(Run.java:1815) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) Finished: FAILURE
bizhen yang I don't believe this issue has anything to do with the hudson-wsclean-plugin that you have tagged in the Component/s field. This looks more like a maven build issue than a workspace-cleanup issue.