[JIRA] [core] (JENKINS-16845) NullPointer in getPreviousBuild

2013-08-05 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 updated  JENKINS-16845


NullPointer in getPreviousBuild
















Change By:


Jesse Glick
(05/Aug/13 3:08 PM)




Labels:


1.509.1-fixed
lts-candidate



























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-16845) NullPointer in getPreviousBuild

2013-06-12 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-16845


NullPointer in getPreviousBuild















Code changed in jenkins
User: Jesse Glick
Path:
 core/src/main/java/hudson/model/AbstractBuild.java
http://jenkins-ci.org/commit/jenkins/cc26f23ec4f7ba58577c490b35e4c481d0527f49
Log:
  JENKINS-16845 Properly report the IllegalStateException, rather than throwing an NPE producing the exception message.
java.lang.NullPointerException
	at hudson.model.Run.getFullDisplayName(Run.java:711)
	at hudson.model.Run.toString(Run.java:706)
	at java.lang.String.valueOf(Unknown Source)
	at java.lang.StringBuilder.append(Unknown Source)
	at hudson.model.AbstractBuild.getPreviousBuild(AbstractBuild.java:218)






























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-16845) NullPointer in getPreviousBuild

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















































Jesse Glick
 resolved  JENKINS-16845 as Duplicate


NullPointer in getPreviousBuild
















Change By:


Jesse Glick
(05/Jun/13 12:24 AM)




Status:


Open
Resolved





Resolution:


Duplicate



























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-16845) NullPointer in getPreviousBuild

2013-05-16 Thread sgiter...@gmail.com (JIRA)














































gitt
 commented on  JENKINS-16845


NullPointer in getPreviousBuild















I get similar error with 1.509.1:

	I had several jobs created in Jenkins 1.501. The problem was that "Test Result Trend" chart was often not shown and in log file there were NullPointer/getPreviousBuild() exceptions.
	Then I upgraded to 1.509.1, deleted all old builds and "Test Result Trend" charts were shown again. But only for some time. After several new builds they disappeared and this is what i see in Jenkins log again:




May 15, 2013 2:19:19 PM org.kohsuke.stapler.compression.CompressionFilter reportException
WARNING: Untrapped servlet exception
javax.servlet.ServletException: java.lang.NullPointerException
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:719)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:770)
	at org.kohsuke.stapler.MetaClass$12.dispatch(MetaClass.java:384)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:677)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:770)
	at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:241)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:677)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:770)
	at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:241)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:677)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:770)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:583)
	at org.kohsuke.stapler.Stapler.service(Stapler.java:214)
...
Caused by: java.lang.NullPointerException
	at hudson.model.Run.getFullDisplayName(Run.java:711)
	at hudson.model.Run.toString(Run.java:706)
	at java.lang.String.valueOf(Unknown Source)
	at java.lang.StringBuilder.append(Unknown Source)
	at hudson.model.AbstractBuild.getPreviousBuild(AbstractBuild.java:218)
	at hudson.tasks.test.AbstractTestResultAction.getPreviousResult(AbstractTestResultAction.java:163)
	at hudson.tasks.test.AbstractTestResultAction.buildDataSet(AbstractTestResultAction.java:246)
	at hudson.tasks.test.AbstractTestResultAction.doGraphMap(AbstractTestResultAction.java:217)
	at hudson.tasks.test.TestResultProjectAction.doTrendMap(TestResultProjectAction.java:108)
	at sun.reflect.GeneratedMethodAccessor2212.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:288)
	at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:151)
	at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:90)
	at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:111)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:677)
...


Or sometimes:

May 16, 2013 10:06:30 AM hudson.ExpressionFactory2$JexlExpression evaluate
WARNING: Caught exception evaluating: tr.previousResult!=null in /jenkins/view/Tests-Functional/job/FT_Web/. Reason: java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor815.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.apache.commons.jexl.util.PropertyExecutor.execute(PropertyExecutor.java:125)
	at org.apache.commons.jexl.util.introspection.UberspectImpl$VelGetterImpl.invoke(UberspectImpl.java:314)
	at org.apache.commons.jexl.parser.ASTArrayAccess.evaluateExpr(ASTArrayAccess.java:185)
	at org.apache.commons.jexl.parser.ASTIdentifier.execute(ASTIdentifier.java:75)
	at org.apache.commons.jexl.parser.ASTReference.execute(ASTReference.java:83)
	at org.apache.commons.jexl.parser.ASTReference.value(ASTReference.java:57)
	at org.apache.commons.jexl.parser.ASTNENode.value(ASTNENode.java:55)
	at org.apache.commons.jexl.parser.ASTExpression.value(ASTExpression.java:54)
	at org.apache.commons.jexl.parser.ASTExpressionExpression.value(ASTExpressionExpression.java:56)
	at org.apache.commons.jexl.ExpressionImpl.evaluate(ExpressionImpl.java:80)
	at hudson.ExpressionFactory2$JexlExpression.evaluate(ExpressionFactory2.java:74)
...
Caused by: java.lang.NullPointerException
	at hudson.model.Run.getFullDisplayName(Run.java:711)
	at 

[JIRA] [core] (JENKINS-16845) NullPointer in getPreviousBuild

2013-05-16 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-16845


NullPointer in getPreviousBuild















@gitt I am not convinced your exception is related to this issue.



























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-16845) NullPointer in getPreviousBuild

2013-04-30 Thread alex.ouzou...@me.com (JIRA)














































Alex Ouzounis
 commented on  JENKINS-16845


NullPointer in getPreviousBuild















Since 1.511 and clearing/deleting the bad builds problem is officially gone 



























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-16845) NullPointer in getPreviousBuild

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














































SCM/JIRA link daemon
 commented on  JENKINS-16845


NullPointer in getPreviousBuild















Code changed in jenkins
User: Jesse Glick
Path:
 core/src/main/java/hudson/tasks/Fingerprinter.java
http://jenkins-ci.org/commit/jenkins/24c8b60f7ec2e92e1db69d3b11fb96ed4b6992d2
Log:
  JENKINS-16845 Refinement to hotfix: if build field has already been cleared due to earlier warning, do not throw a new NPE.






























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-16845) NullPointer in getPreviousBuild

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














































SCM/JIRA link daemon
 commented on  JENKINS-16845


NullPointer in getPreviousBuild















Code changed in jenkins
User: Jesse Glick
Path:
 core/src/main/java/hudson/tasks/Fingerprinter.java
http://jenkins-ci.org/commit/jenkins/405746324411959713835a02ba4a10096372bbdc
Log:
  JENKINS-16845 Refinement to hotfix: if build field has already been cleared due to earlier warning, do not throw a new NPE.






























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-16845) NullPointer in getPreviousBuild

2013-04-17 Thread alex.ouzou...@me.com (JIRA)














































Alex Ouzounis
 commented on  JENKINS-16845


NullPointer in getPreviousBuild















Its back...

I restarted jenkins and now I see this in the logs:

Apr 17, 2013 3:21:18 PM hudson.ExpressionFactory2$JexlExpression evaluate
WARNING: Caught exception evaluating: it.finishedBuilds in /jenkins/. Reason: java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	...
	at jenkins.security.ApiTokenFilter.doFilter(ApiTokenFilter.java:64)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249)
	at hudson.security.HttpSessionContextIntegrationFilter2.doFilter(HttpSessionContextIntegrationFilter2.java:67)
	...
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
	at hudson.tasks.Fingerprinter$FingerprintAction.onLoad(Fingerprinter.java:346)
	at hudson.model.Run.onLoad(Run.java:319)
	at hudson.model.RunMap.retrieve(RunMap.java:226)
	at hudson.model.RunMap.retrieve(RunMap.java:59)
	at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:667)
	at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:650)
	at jenkins.model.lazy.AbstractLazyLoadRunMap.all(AbstractLazyLoadRunMap.java:602)
	at jenkins.model.lazy.AbstractLazyLoadRunMap.entrySet(AbstractLazyLoadRunMap.java:264)
	at java.util.AbstractMap$2$1.init(AbstractMap.java:378)
	at java.util.AbstractMap$2.iterator(AbstractMap.java:377)
	at hudson.util.RunList.iterator(RunList.java:103)
	at hudson.util.RunList.size(RunList.java:114)
	at java.util.AbstractCollection.toArray(AbstractCollection.java:136)
	at java.util.ArrayList.addAll(ArrayList.java:530)
	at hudson.plugins.view.dashboard.builds.LatestBuilds.getFinishedBuilds(LatestBuilds.java:53)
	... 149 more



























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-16845) NullPointer in getPreviousBuild

2013-04-17 Thread alex.ouzou...@me.com (JIRA)












































 
Alex Ouzounis
 edited a comment on  JENKINS-16845


NullPointer in getPreviousBuild
















Its back...

I restarted jenkins and now I see this in the logs:


Apr 17, 2013 3:21:18 PM hudson.ExpressionFactory2$JexlExpression evaluate
WARNING: Caught exception evaluating: it.finishedBuilds in /jenkins/. Reason: java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	...
	at jenkins.security.ApiTokenFilter.doFilter(ApiTokenFilter.java:64)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249)
	at hudson.security.HttpSessionContextIntegrationFilter2.doFilter(HttpSessionContextIntegrationFilter2.java:67)
	...
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
	at hudson.tasks.Fingerprinter$FingerprintAction.onLoad(Fingerprinter.java:346)
	at hudson.model.Run.onLoad(Run.java:319)
	at hudson.model.RunMap.retrieve(RunMap.java:226)
	at hudson.model.RunMap.retrieve(RunMap.java:59)
	at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:667)
	at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:650)
	at jenkins.model.lazy.AbstractLazyLoadRunMap.all(AbstractLazyLoadRunMap.java:602)
	at jenkins.model.lazy.AbstractLazyLoadRunMap.entrySet(AbstractLazyLoadRunMap.java:264)
	at java.util.AbstractMap$2$1.init(AbstractMap.java:378)
	at java.util.AbstractMap$2.iterator(AbstractMap.java:377)
	at hudson.util.RunList.iterator(RunList.java:103)
	at hudson.util.RunList.size(RunList.java:114)
	at java.util.AbstractCollection.toArray(AbstractCollection.java:136)
	at java.util.ArrayList.addAll(ArrayList.java:530)
	at hudson.plugins.view.dashboard.builds.LatestBuilds.getFinishedBuilds(LatestBuilds.java:53)
	... 149 more
 



























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-16845) NullPointer in getPreviousBuild

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














































SCM/JIRA link daemon
 commented on  JENKINS-16845


NullPointer in getPreviousBuild















Code changed in jenkins
User: Jesse Glick
Path:
 core/src/main/java/hudson/model/AbstractBuild.java
 core/src/main/java/hudson/model/AbstractProject.java
http://jenkins-ci.org/commit/jenkins/e565acd39771da86dee2918d2d6feb9f0705730f
Log:
  JENKINS-16845 Diagnostics.(cherry picked from commit e172407b2cb0fe588c6e0699e88f5201f333ba27)





























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-16845) NullPointer in getPreviousBuild

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














































Jesse Glick
 commented on  JENKINS-16845


NullPointer in getPreviousBuild















@alex_ouzounis: it would certainly be more helpful. Unfortunately when @FingerprintAction@ is deserialized it does not have access to this context information (or at least I do not know how to access it).

Please be aware that 353ebe6 is only a hotfix to allow build records to be loaded with minimal loss of functionality. It is not a real fix, which would change the serial form to be safely stored and reloaded. The duplicate JENKINS-17125 has a full discussion.



























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-16845) NullPointer in getPreviousBuild

2013-04-16 Thread alex.ouzou...@me.com (JIRA)














































Alex Ouzounis
 commented on  JENKINS-16845


NullPointer in getPreviousBuild















@jess_glick thanks for the reply  Hopefully we will get a permeant fix in due time 



























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-16845) NullPointer in getPreviousBuild

2013-04-15 Thread alex.ouzou...@me.com (JIRA)














































Alex Ouzounis
 commented on  JENKINS-16845


NullPointer in getPreviousBuild















updated your Jenkins to 1.511 and problem is gone!

Obviously the log now contains a dozen of these:

Apr 15, 2013 10:22:09 AM hudson.tasks.Fingerprinter$FingerprintAction onLoad
WARNING: JENKINS-16845: broken FingerprintAction record

Would it be more helpful to have the warning updated such that it displays the build name and number that contains the broken FingerprintAction record ? 



























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-16845) NullPointer in getPreviousBuild

2013-04-15 Thread alex.ouzou...@me.com (JIRA)












































 
Alex Ouzounis
 edited a comment on  JENKINS-16845


NullPointer in getPreviousBuild
















updated our Jenkins to 1.511 and problem is gone!

Obviously the log now contains a dozen of these:

Apr 15, 2013 10:22:09 AM hudson.tasks.Fingerprinter$FingerprintAction onLoad
WARNING: JENKINS-16845: broken FingerprintAction record

Would it be more helpful to have the warning updated such that it displays the build name and number that contains the broken FingerprintAction record ? 



























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-16845) NullPointer in getPreviousBuild

2013-04-14 Thread alex.ouzou...@me.com (JIRA)














































Alex Ouzounis
 commented on  JENKINS-16845


NullPointer in getPreviousBuild















we are also affected by the broken serial form of FingerprintAction. 
What happens in our case is that in some cases the dashboard view cannot display the unstable and latest builds. After a couple of refreshes the view gets populated correctly so my assumption is that the lazy loaded "map" of builds loses its integrity and refreshing the dashboard view "forces" it to reload a bit every time until all builds are loaded correctly.

We experience this after a jenkins restart or after periods of inactivity. Not sure why it happens in the second case; is the map of builds "cleared" after some time and needs to be re-build ?



























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-16845) NullPointer in getPreviousBuild

2013-04-12 Thread christian.a...@wpac.de (JIRA)














































Christian Apel
 commented on  JENKINS-16845


NullPointer in getPreviousBuild















Is this issue related to JENKINS-15652? We currently have dead executors every day, because of the following exception (see full stack trace in my comment):

java.lang.ArrayIndexOutOfBoundsException: Assertion error: failing to load #6 DESC: lo=6,hi=4,size=6,size2=6
at jenkins.model.lazy.AbstractLazyLoadRunMap.search(AbstractLazyLoadRunMap.java:432)
at hudson.model.AbstractProject.getNearestOldBuild(AbstractProject.java:1053)
at hudson.maven.MavenModuleSetBuild.getModuleLastBuilds(MavenModuleSetBuild.java:434)
at hudson.maven.MavenModuleSetBuild.getResult(MavenModuleSetBuild.java:189)



























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-16845) NullPointer in getPreviousBuild

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














































Jesse Glick
 commented on  JENKINS-16845


NullPointer in getPreviousBuild















@christianapel: looks unrelated.



























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-16845) NullPointer in getPreviousBuild

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














































Jesse Glick
 started work on  JENKINS-16845


NullPointer in getPreviousBuild
















Change By:


Jesse Glick
(03/Apr/13 7:13 PM)




Status:


Open
InProgress



























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-16845) NullPointer in getPreviousBuild

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















































Jesse Glick
 assigned  JENKINS-16845 to Jesse Glick



NullPointer in getPreviousBuild
















Change By:


Jesse Glick
(03/Apr/13 7:13 PM)




Assignee:


KohsukeKawaguchi
JesseGlick



























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-16845) NullPointer in getPreviousBuild

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














































Jesse Glick
 stopped work on  JENKINS-16845


NullPointer in getPreviousBuild
















Change By:


Jesse Glick
(03/Apr/13 8:32 PM)




Status:


InProgress
Open



























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-16845) NullPointer in getPreviousBuild

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















































Jesse Glick
 assigned  JENKINS-16845 to Unassigned



NullPointer in getPreviousBuild
















Change By:


Jesse Glick
(03/Apr/13 8:32 PM)




Assignee:


JesseGlick



























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-16845) NullPointer in getPreviousBuild

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














































dogfood
 commented on  JENKINS-16845


NullPointer in getPreviousBuild















Integrated in  jenkins_main_trunk #2432
 JENKINS-16845 Diagnostics. (Revision e172407b2cb0fe588c6e0699e88f5201f333ba27)

 Result = UNSTABLE
Jesse Glick : e172407b2cb0fe588c6e0699e88f5201f333ba27
Files : 

	core/src/main/java/hudson/model/AbstractBuild.java
	core/src/main/java/hudson/model/AbstractProject.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.




[JIRA] [core] (JENKINS-16845) NullPointer in getPreviousBuild

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














































dogfood
 commented on  JENKINS-16845


NullPointer in getPreviousBuild















Integrated in  jenkins_main_trunk #2433
 JENKINS-16845 Hotfix to at least allow the job to be loaded. (Revision 353ebe6bfed33ef528e661d534449cfafca1aca8)

 Result = SUCCESS
Jesse Glick : 353ebe6bfed33ef528e661d534449cfafca1aca8
Files : 

	core/src/main/resources/hudson/tasks/Fingerprinter/FingerprintAction/index.jelly
	changelog.html
	core/src/main/java/hudson/tasks/Fingerprinter.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.




[JIRA] [core] (JENKINS-16845) NullPointer in getPreviousBuild

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














































SCM/JIRA link daemon
 commented on  JENKINS-16845


NullPointer in getPreviousBuild















Code changed in jenkins
User: Jesse Glick
Path:
 changelog.html
 core/src/main/java/hudson/tasks/Fingerprinter.java
 core/src/main/resources/hudson/tasks/Fingerprinter/FingerprintAction/index.jelly
http://jenkins-ci.org/commit/jenkins/353ebe6bfed33ef528e661d534449cfafca1aca8
Log:
  JENKINS-16845 Hotfix to at least allow the job to be loaded.
Root cause seems to be broken serial form of FingerprintAction, probably caused by lazy loading.






























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-16845) NullPointer in getPreviousBuild

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














































SCM/JIRA link daemon
 commented on  JENKINS-16845


NullPointer in getPreviousBuild















Code changed in jenkins
User: Jesse Glick
Path:
 core/src/main/java/hudson/model/AbstractBuild.java
 core/src/main/java/hudson/model/AbstractProject.java
http://jenkins-ci.org/commit/jenkins/e172407b2cb0fe588c6e0699e88f5201f333ba27
Log:
  JENKINS-16845 Diagnostics.






























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.