[JIRA] [core] (JENKINS-17728) NPE from MatrixConfiguration.newBuild

2013-07-10 Thread dogf...@java.net (JIRA)














































dogfood
 commented on  JENKINS-17728


NPE from MatrixConfiguration.newBuild















Integrated in  jenkins_main_trunk #2703
 JENKINS-17728 Fixing another possible cause of an NPE. (Revision 06c211c6b425e313f808f9cbdd49d32f9c922a84)

 Result = UNSTABLE
Jesse Glick : 06c211c6b425e313f808f9cbdd49d32f9c922a84
Files : 

	core/src/main/java/jenkins/model/lazy/AbstractLazyLoadRunMap.java
	core/src/main/java/hudson/model/AbstractProject.java
	core/src/main/java/hudson/matrix/MatrixConfiguration.java
	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/groups/opt_out.




[JIRA] [core] (JENKINS-17728) NPE from MatrixConfiguration.newBuild

2013-07-09 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 updated  JENKINS-17728


NPE from MatrixConfiguration.newBuild
















Change By:


Jesse Glick
(09/Jul/13 9:33 PM)




Labels:


exceptionlts
1.509.2
-
candidate
fixedexception
matrix



























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-17728) NPE from MatrixConfiguration.newBuild

2013-07-09 Thread treyd...@gmail.com (JIRA)














































Trey Dockendorf
 commented on  JENKINS-17728


NPE from MatrixConfiguration.newBuild















Reproduced on Jenkins-1.509.2:


Exception in thread "Executor #4 for master" java.lang.NullPointerException
at hudson.matrix.MatrixConfiguration.newBuild(MatrixConfiguration.java:243)
at hudson.matrix.MatrixConfiguration.newBuild(MatrixConfiguration.java:70)
at hudson.model.AbstractProject.createExecutable(AbstractProject.java:1308)
at hudson.model.AbstractProject.createExecutable(AbstractProject.java:140)
at hudson.model.Executor.run(Executor.java:212)



Single node setup with 6 executors.



























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-17728) NPE from MatrixConfiguration.newBuild

2013-06-03 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-17728


NPE from MatrixConfiguration.newBuild















https://github.com/jenkinsci/jenkins/commit/1c00d3f65b0aea70df1c6d64c60bf9541eb4454f fixes a probably related stack trace:


java.lang.NullPointerException
at hudson.matrix.MatrixBuild$MatrixBuildExecution.doRun(MatrixBuild.java:371)




























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-17728) NPE from MatrixConfiguration.newBuild

2013-05-17 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-17728


NPE from MatrixConfiguration.newBuild















Code changed in jenkins
User: Jesse Glick
Path:
 changelog.html
 core/src/main/java/hudson/matrix/MatrixConfiguration.java
http://jenkins-ci.org/commit/jenkins/ea0bf9577435e3195b3be02879530224885f6c24
Log:
  FIXED JENKINS-17728 ParentBuildAction.parent can sometimes be null.(cherry picked from commit 06e459fffebfe447dcd3edad73559ffb4a8ae707)

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




[JIRA] [core] (JENKINS-17728) NPE from MatrixConfiguration.newBuild

2013-04-23 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 created  JENKINS-17728


NPE from MatrixConfiguration.newBuild















Issue Type:


Bug



Assignee:


Jesse Glick



Components:


core



Created:


23/Apr/13 10:58 PM



Description:


If you create a matrix project and start to build it, but then kill the execution before all the configurations have really run, and then call Queue.schedule on one of these configurations, you can get an exception:


java.lang.NullPointerException
	at hudson.matrix.MatrixConfiguration.newBuild(MatrixConfiguration.java:240)
	at hudson.matrix.MatrixConfiguration.newBuild(MatrixConfiguration.java:70)
	at hudson.model.AbstractProject.createExecutable(AbstractProject.java:1305)
	at hudson.model.AbstractProject.createExecutable(AbstractProject.java:140)
	at hudson.model.Executor.run(Executor.java:212)


Here MatrixBuild lb is null.




Environment:


1.509




Project:


Jenkins



Labels:


exception
matrix




Priority:


Major



Reporter:


Jesse Glick

























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-17728) NPE from MatrixConfiguration.newBuild

2013-04-23 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-17728


NPE from MatrixConfiguration.newBuild















getParent().getLastBuild() is not null, but there is a ParentBuildAction in the current work unit context whose parent is null. Did not manage to reproduce in a test environment, I think because a restart of Jenkins is required.



























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-17728) NPE from MatrixConfiguration.newBuild

2013-04-23 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-17728


NPE from MatrixConfiguration.newBuild















Code changed in jenkins
User: Jesse Glick
Path:
 changelog.html
 core/src/main/java/hudson/matrix/MatrixConfiguration.java
http://jenkins-ci.org/commit/jenkins/06e459fffebfe447dcd3edad73559ffb4a8ae707
Log:
  FIXED JENKINS-17728 ParentBuildAction.parent can sometimes be null.






























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-17728) NPE from MatrixConfiguration.newBuild

2013-04-23 Thread scm_issue_l...@java.net (JIRA)















































SCM/JIRA link daemon
 resolved  JENKINS-17728 as Fixed


NPE from MatrixConfiguration.newBuild
















Change By:


SCM/JIRA link daemon
(24/Apr/13 12:21 AM)




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




[JIRA] [core] (JENKINS-17728) NPE from MatrixConfiguration.newBuild

2013-04-23 Thread dogf...@java.net (JIRA)














































dogfood
 commented on  JENKINS-17728


NPE from MatrixConfiguration.newBuild















Integrated in  jenkins_main_trunk #2488
 FIXED JENKINS-17728 ParentBuildAction.parent can sometimes be null. (Revision 06e459fffebfe447dcd3edad73559ffb4a8ae707)

 Result = SUCCESS
Jesse Glick : 06e459fffebfe447dcd3edad73559ffb4a8ae707
Files : 

	changelog.html
	core/src/main/java/hudson/matrix/MatrixConfiguration.java





























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.