[JIRA] (JENKINS-54502) Jenkins crashed when a build was aborted due to timeout.

2019-01-04 Thread sji...@407etr.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Scott Jiang updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54502  
 
 
  Jenkins crashed when a build was aborted due to timeout.   
 

  
 
 
 
 

 
Change By: 
 Scott Jiang  
 

  
 
 
 
 

 
 After recently updating to version 2.149 or 2.150,  Jenkins crashed if  aborting  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  build  no matter automatically or manually  crashes  resulted in  Jenkins  crashed itself .      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 loadPropertiesINFO: 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#latestlogger: noneauthenticator: fitnesse.authentication.PromiscuousAuthenticatorpage factory: fitnesse.html.template.PageFactorypage theme: bootstrapExecuting 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.  Could anyone please help to investigate this annoying issue?  Environment: Windows  2012R2  2012 R2  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
   

[JIRA] (JENKINS-54502) Jenkins crashed when a build was aborted due to timeout.

2019-01-04 Thread sji...@407etr.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Scott Jiang updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54502  
 
 
  Jenkins crashed when a build was aborted due to timeout.   
 

  
 
 
 
 

 
Change By: 
 Scott Jiang  
 
 
Labels: 
 Aborting Crash jenkins  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.


[JIRA] (JENKINS-54502) Jenkins crashed when a build was aborted due to timeout.

2019-01-04 Thread sji...@407etr.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Scott Jiang updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54502  
 
 
  Jenkins crashed when a build was aborted due to timeout.   
 

  
 
 
 
 

 
Change By: 
 Scott Jiang  
 
 
Labels: 
 Crash jenkins  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.


[JIRA] (JENKINS-54502) Jenkins crashed when a build was aborted due to timeout.

2019-01-04 Thread sji...@407etr.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Scott Jiang updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54502  
 
 
  Jenkins crashed when a build was aborted due to timeout.   
 

  
 
 
 
 

 
Change By: 
 Scott Jiang  
 

  
 
 
 
 

 
 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 loadPropertiesINFO: 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#latestlogger: noneauthenticator: fitnesse.authentication.PromiscuousAuthenticatorpage factory: fitnesse.html.template.PageFactorypage theme: bootstrapExecuting 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  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  

[JIRA] (JENKINS-54502) Jenkins crashed when a build was aborted due to timeout.

2018-11-06 Thread sji...@407etr.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Scott Jiang created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-54502  
 
 
  Jenkins crashed when a build was aborted due to timeout.   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 core  
 
 
Created: 
 2018-11-06 21:27  
 
 
Labels: 
 jenkins  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Scott Jiang  
 

  
 
 
 
 

 
 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: 

 

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.