Axel Berndt commented on Bug JENKINS-17667

I think I have the same problem. What I see is this:

  • Job timed out (using the build timeout plugin)
  • There is no system process on the machine any more for the job (ps ax)
  • There is a thread running inside Jenkins having this stack (taken from http://jenkins:8080/threadDump):
    Executor #12 for master : executing MyJob #1381
    
    "Executor #12 for master : executing MyJob #1381" Id=4432 Group=main RUNNABLE
    	at java.util.WeakHashMap.get(WeakHashMap.java:471)
    	at hudson.tools.InstallerTranslator.getToolHome(InstallerTranslator.java:55)
    	at hudson.tools.ToolLocationNodeProperty.getToolHome(ToolLocationNodeProperty.java:107)
    	at hudson.tools.ToolInstallation.translateFor(ToolInstallation.java:204)
    	at hudson.tasks.Maven$MavenInstallation.forNode(Maven.java:610)
    	at hudson.maven.MavenModuleSetBuild.getEnvironment(MavenModuleSetBuild.java:182)
    	at hudson.scm.SubversionSCM.getModuleRoot(SubversionSCM.java:1554)
    	at hudson.model.AbstractBuild.getModuleRoot(AbstractBuild.java:372)
    	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:698)
    	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:585)
    	at hudson.model.Run.execute(Run.java:1676)
    	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:519)
    	at hudson.model.ResourceController.execute(ResourceController.java:88)
    	at hudson.model.Executor.run(Executor.java:231)
    
    	Number of locked synchronizers = 1
    	- java.util.concurrent.locks.ReentrantLock$NonfairSync@67ae5a69
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to