[JIRA] [core] (JENKINS-21999) Computer does not exist returns NPE

2014-05-19 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-21999


Computer does not exist returns NPE















Code changed in jenkins
User: Jesse Glick
Path:
 src/main/java/com/cloudbees/jenkins/support/impl/FileDescriptorLimit.java
http://jenkins-ci.org/commit/support-core-plugin/44539f3a597ed5c37436be28d1087de0aacdd3be
Log:
  JENKINS-21999 Workaround: ignore an offline slave.





























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.


[JIRA] [core] (JENKINS-21999) Computer does not exist returns NPE

2014-05-19 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-21999


Computer does not exist returns NPE















Code changed in jenkins
User: christ66
Path:
 core/src/main/java/hudson/Launcher.java
 core/src/main/java/hudson/model/Slave.java
http://jenkins-ci.org/commit/jenkins/7946d9fa3e00295298294137a3b263d2c6def9ff
Log:
  FIXED JENKINS-21999 If a slave node does not exist it will throw a
null pointer exception. Instead we create a dummy launcher and return
that if it is unable to get the slave node.

(cherry picked from commit d2a2ec589f4728fa2cfa35371155bce7cc95a0a7)





























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.


[JIRA] [core] (JENKINS-21999) Computer does not exist returns NPE

2014-04-04 Thread clinton.b...@eng-software.com (JIRA)














































Clinton Barr
 commented on  JENKINS-21999


Computer does not exist returns NPE















Any idea when this will make it into an official release? I was actually making a comment yesterday evening when I saw these updates. We're having a similar problem:

Basically, when we start a job on any given node, there's a high chance that the next job queued to run on the same node will attempt to start and then fail with this exception:

FATAL: null
java.lang.NullPointerException
	at hudson.model.Slave.createLauncher(Slave.java:348)
	at hudson.model.AbstractBuild$AbstractBuildExecution.createLauncher(AbstractBuild.java:564)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:481)
	at hudson.model.Run.execute(Run.java:1688)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:231)

I say "high chance" because this exception is fairly reproducible in our systems with some variation. Most often, this occurs in builds triggered used in the Parameterized Build Plugin.

Does anyone have an idea if our issues might be solved by this fix as well?



























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.


[JIRA] [core] (JENKINS-21999) Computer does not exist returns NPE

2014-04-04 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-21999


Computer does not exist returns NPE















Clinton Barr: Unless delayed, the change will be in 1.559 to be released in 1.5 weeks or so.



























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.


[JIRA] [core] (JENKINS-21999) Computer does not exist returns NPE

2014-04-03 Thread scm_issue_l...@java.net (JIRA)















































SCM/JIRA link daemon
 resolved  JENKINS-21999 as Fixed


Computer does not exist returns NPE
















Change By:


SCM/JIRA link daemon
(03/Apr/14 3:02 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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.


[JIRA] [core] (JENKINS-21999) Computer does not exist returns NPE

2014-04-03 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-21999


Computer does not exist returns NPE















Code changed in jenkins
User: Jesse Glick
Path:
 changelog.html
http://jenkins-ci.org/commit/jenkins/43f218cd79223d96691a0957c7befed6f85ff868
Log:
  JENKINS-21999 Noting merge of #1145.


Compare: https://github.com/jenkinsci/jenkins/compare/44a8ec110459...43f218cd7922




























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.


[JIRA] [core] (JENKINS-21999) Computer does not exist returns NPE

2014-04-03 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-21999


Computer does not exist returns NPE















Code changed in jenkins
User: christ66
Path:
 core/src/main/java/hudson/Launcher.java
 core/src/main/java/hudson/model/Slave.java
http://jenkins-ci.org/commit/jenkins/d2a2ec589f4728fa2cfa35371155bce7cc95a0a7
Log:
  FIXED JENKINS-21999 If a slave node does not exist it will throw a
null pointer exception. Instead we create a dummy launcher and return
that if it is unable to get the slave node.





























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.


[JIRA] [core] (JENKINS-21999) Computer does not exist returns NPE

2014-04-03 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-21999


Computer does not exist returns NPE















Code changed in jenkins
User: Jesse Glick
Path:
 core/src/main/java/hudson/Launcher.java
 core/src/main/java/hudson/model/Slave.java
http://jenkins-ci.org/commit/jenkins/e7c7bbd541d091923fceb6a2613881944ae8c810
Log:
  Merge branch 'JENKINS-21999' of github.com:christ66/jenkins





























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.


[JIRA] [core] (JENKINS-21999) Computer does not exist returns NPE

2014-04-03 Thread dogf...@java.net (JIRA)














































dogfood
 commented on  JENKINS-21999


Computer does not exist returns NPE















Integrated in  jenkins_main_trunk #3278
 FIXED JENKINS-21999 If a slave node does not exist it will throw a (Revision d2a2ec589f4728fa2cfa35371155bce7cc95a0a7)
JENKINS-21999 Noting merge of #1145. (Revision 43f218cd79223d96691a0957c7befed6f85ff868)

 Result = SUCCESS
schristou88 : d2a2ec589f4728fa2cfa35371155bce7cc95a0a7
Files : 

	core/src/main/java/hudson/model/Slave.java
	core/src/main/java/hudson/Launcher.java



Jesse Glick : 43f218cd79223d96691a0957c7befed6f85ff868
Files : 

	changelog.html





























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.


[JIRA] [core] (JENKINS-21999) Computer does not exist returns NPE

2014-03-03 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-21999


Computer does not exist returns NPE















What are the circumstances for this to happen?



























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/groups/opt_out.


[JIRA] [core] (JENKINS-21999) Computer does not exist returns NPE

2014-02-28 Thread schris...@cloudbees.com (JIRA)














































Steven Christou
 created  JENKINS-21999


Computer does not exist returns NPE















Issue Type:


Bug



Affects Versions:


current



Assignee:


Steven Christou



Components:


core



Created:


28/Feb/14 6:36 PM



Description:


If a computer does not exist, or a slave does not exist createLaucher throws a NPE.


FATAL: null
java.lang.NullPointerException
	at hudson.model.Slave.createLauncher(Slave.java:347)
	at hudson.model.AbstractBuild$AbstractBuildExecution.createLauncher(AbstractBuild.java:617)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:553)
	at hudson.model.Run.execute(Run.java:1665)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:246)






Fix Versions:


current



Project:


Jenkins



Priority:


Major



Reporter:


Steven Christou

























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/groups/opt_out.


[JIRA] [core] (JENKINS-21999) Computer does not exist returns NPE

2014-02-28 Thread schris...@cloudbees.com (JIRA)














































Steven Christou
 updated  JENKINS-21999


Computer does not exist returns NPE
















Change By:


Steven Christou
(28/Feb/14 6:37 PM)




Description:


Ifacomputer
doesnotexist,
or
a
slavedoesnotexistcreateLaucherthrowsaNPE.{noformat}FATAL:nulljava.lang.NullPointerException	athudson.model.Slave.createLauncher(Slave.java:347)	athudson.model.AbstractBuild$AbstractBuildExecution.createLauncher(AbstractBuild.java:617)	athudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:553)	athudson.model.Run.execute(Run.java:1665)	athudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	athudson.model.ResourceController.execute(ResourceController.java:88)	athudson.model.Executor.run(Executor.java:246){noformat}



























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/groups/opt_out.