I just updated to the latest Jenkins version and now my build job never finishes but hangs for hours! If I abort the job I get the following messages in my console output:
: Tests run: 11, Failures: 0, Errors: 0, Skipped: 0 [WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: Invalid object ID 8 iota=19 [INFO] [INFO] *--- maven-failsafe-plugin:2.11:verify (default) @ slc-common ---*[INFO] Failsafe report directory: D:\_dev\workspaces\xxxxx\target\failsafe-reports [WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: Invalid object ID 8 iota=19 [WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: Invalid object ID 8 iota=19 [WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: Invalid object ID 11 iota=19 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building xxx 3.5-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] *--- maven-clean-plugin:2.5:clean (default-clean) @ slc-web-common ---*[INFO] Deleting D:\_dev\workspaces\xxxx\target channel stopped Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information Build wurde abgebrochen Aborted by anonymous <http://localhost:8080/user/anonymous> Finished: ABORTED anyone can tell me what this is? Even worse, after aborting the job I can't restart the jobs because the genarted jar-files are locked and clean can't remove them. The job is a Maven job and runs locally on my system (Windows 7) -- 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.
