-
Bug
-
Resolution: Fixed
-
Major
After recently updating to version 2.149 or 2.150, aborting a running build no matter automatically or manually resulted in Jenkins crashed itself.
In jenkins,err.log I couldn't find any useful/related log. Could anyone please help to investigate this annoying issue?
Environment: Windows 2012 R2
- is blocked by
-
JENKINS-60183 jenkins crash after stop job
-
- Open
-
[JENKINS-54502] Jenkins crashed when a running build was aborted.
Description |
Original:
After recently updating to version 2.149 or 2.150, Jenkins crashed if a job tried to abort due to configured time out for the job. From Windows Task Manager we saw the Jenkins processes were gone, but the program being executed by the job was still running (instead that the program should be stopped by Jenkins abort action). The below shows Jenkins job log: {code:java} C:\FitNesseForAppian>start /b /wait java -jar fitnesse-standalone.jar -p 8980 -c "TransponderNewLeaseTestSuite.IntegrationTestSuite.WebServiceInitUnauthNewOopPlateNameMatchPacFulfill?test&format=text" Nov 06, 2018 3:45:59 PM fitnesse.ConfigurationParameter loadProperties INFO: No configuration file found (C:\FitNesseForAppian\plugins.properties) Bootstrapping FitNesse, the fully integrated standalone wiki and acceptance testing framework. root page: fitnesse.wiki.fs.FileSystemPage at .\FitNesseRoot#latest logger: none authenticator: fitnesse.authentication.PromiscuousAuthenticator page factory: fitnesse.html.template.PageFactory page theme: bootstrap Executing command: Etr407AppianTest.TransponderManagement.TransponderNewLeaseTestSuite.IntegrationTestSuite.WebServiceInitUnauthNewOopPlateNameMatchPacFulfill?test&format=textStarting Test System: slim:fitnesse.slim.SlimService. Build timed out (after 3 minutes). Marking the build as aborted. {code} The above job executed a fitnesse script, but the same issue was able to reproduce from running other program, like Test Studio script. In jenkins,err.log I couldn't find any useful/related log. Environment: Windows 2012R2 |
New:
After recently updating to version 2.149 or 2.150, Jenkins crashed if a job tried to abort due to configured time out for the job. From Windows Task Manager we saw the Jenkins processes were gone, but the program being executed by the job was still running (instead that the program should be stopped by Jenkins abort action). [Update] Aborting a running job no matter automatically or manually crashes Jenkins. The below shows Jenkins job log: {code:java} C:\FitNesseForAppian>start /b /wait java -jar fitnesse-standalone.jar -p 8980 -c "TransponderNewLeaseTestSuite.IntegrationTestSuite.WebServiceInitUnauthNewOopPlateNameMatchPacFulfill?test&format=text" Nov 06, 2018 3:45:59 PM fitnesse.ConfigurationParameter loadProperties INFO: No configuration file found (C:\FitNesseForAppian\plugins.properties) Bootstrapping FitNesse, the fully integrated standalone wiki and acceptance testing framework. root page: fitnesse.wiki.fs.FileSystemPage at .\FitNesseRoot#latest logger: none authenticator: fitnesse.authentication.PromiscuousAuthenticator page factory: fitnesse.html.template.PageFactory page theme: bootstrap Executing command: Etr407AppianTest.TransponderManagement.TransponderNewLeaseTestSuite.IntegrationTestSuite.WebServiceInitUnauthNewOopPlateNameMatchPacFulfill?test&format=textStarting Test System: slim:fitnesse.slim.SlimService. Build timed out (after 3 minutes). Marking the build as aborted. {code} The above job executed a fitnesse script, but the same issue was able to reproduce from running other program, like Test Studio script. In jenkins,err.log I couldn't find any useful/related log. Environment: Windows 2012R2 |
Description |
Original:
After recently updating to version 2.149 or 2.150, Jenkins crashed if a job tried to abort due to configured time out for the job. From Windows Task Manager we saw the Jenkins processes were gone, but the program being executed by the job was still running (instead that the program should be stopped by Jenkins abort action). [Update] Aborting a running job no matter automatically or manually crashes Jenkins. The below shows Jenkins job log: {code:java} C:\FitNesseForAppian>start /b /wait java -jar fitnesse-standalone.jar -p 8980 -c "TransponderNewLeaseTestSuite.IntegrationTestSuite.WebServiceInitUnauthNewOopPlateNameMatchPacFulfill?test&format=text" Nov 06, 2018 3:45:59 PM fitnesse.ConfigurationParameter loadProperties INFO: No configuration file found (C:\FitNesseForAppian\plugins.properties) Bootstrapping FitNesse, the fully integrated standalone wiki and acceptance testing framework. root page: fitnesse.wiki.fs.FileSystemPage at .\FitNesseRoot#latest logger: none authenticator: fitnesse.authentication.PromiscuousAuthenticator page factory: fitnesse.html.template.PageFactory page theme: bootstrap Executing command: Etr407AppianTest.TransponderManagement.TransponderNewLeaseTestSuite.IntegrationTestSuite.WebServiceInitUnauthNewOopPlateNameMatchPacFulfill?test&format=textStarting Test System: slim:fitnesse.slim.SlimService. Build timed out (after 3 minutes). Marking the build as aborted. {code} The above job executed a fitnesse script, but the same issue was able to reproduce from running other program, like Test Studio script. In jenkins,err.log I couldn't find any useful/related log. Environment: Windows 2012R2 |
New:
After recently updating to version 2.149 or 2.150, aborting a running build no matter automatically or manually resulted in Jenkins crashed itself. In jenkins,err.log I couldn't find any useful/related log. Could anyone please help to investigate this annoying issue? Environment: Windows 2012 R2 |
Labels | Original: jenkins | New: Crash jenkins |
Labels | Original: Crash jenkins | New: Aborting Crash jenkins |
Summary | Original: Jenkins crashed when a build was aborted due to timeout. | New: Jenkins crashed when a running build was aborted. |
I am having the exact same issue on version 2.150 . Any update on it?