Details
-
Improvement
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
None
Description
Original discussion: https://groups.google.com/d/topic/jenkinsci-dev/_cuKEAUULUE/discussion
> - Startup time
Attachments
Issue Links
- depends on
-
JENKINS-16089 Standard view columns interact force builds to be eagerly loaded
-
- Resolved
-
- is blocking
-
JENKINS-2487 "Please wait, getting ready to work" takes very long
-
- Resolved
-
- is related to
-
JENKINS-15156 Builds disappear from build history after completion
-
- Resolved
-
-
JENKINS-15652 ArrayIndexOutOfBoundsException from AbstractLazyLoadRunMap.search
-
- Resolved
-
-
JENKINS-15799 loosing matrix sub builds
-
- Resolved
-
-
JENKINS-15858 Jenkinks UI slow due to constant build record loading
-
- Resolved
-
-
JENKINS-15487 External monitoring job exception java.lang.NoSuchMethodError: hudson.model.RunMap.put
-
- Resolved
-
-
JENKINS-15499 HistoryWidget/entry.jelly throws NullPointerException
-
- Resolved
-
-
JENKINS-15503 Test results lost on all past builds
-
- Resolved
-
-
JENKINS-15560 Lazy loading cause’s http links from other html pages into Jenkins do not work properly
-
- Resolved
-
-
JENKINS-15587 Builds disappear from jobs - hudson.util.IOException2: Invalid directory name - java.text.ParseException: Unparseable date: "39"
-
- Resolved
-
-
JENKINS-16845 NullPointer in getPreviousBuild
-
- Resolved
-
-
JENKINS-17265 Builds disappearing from history
-
- Resolved
-
-
JENKINS-18065 AbstractLazyLoadRunMap.iterator() calls .all()
-
- Resolved
-
-
JENKINS-15333 Unable to see build history after upgrade
-
- Resolved
-
-
JENKINS-15533 Envinject plugin incompatibility with Jenkins 1.485
-
- Resolved
-
-
JENKINS-15583 "building" builds (running builds) do not show up anymore in the list of builds of a job (json API)
-
- Resolved
-
-
JENKINS-15589 build URL in failed emails is broken
-
- Resolved
-
-
JENKINS-16023 Lazy loading causes massive delays after a period of inactivity when loading dashboard
-
- Resolved
-
-
JENKINS-15594 CopyArtifact plugin cannot always copy artifacts
-
- Closed
-
-
JENKINS-15929 Visiting Configure System page in Jenkins causes deadlock in JClouds plugin, freezing entire system
-
- Closed
-
-
JENKINS-18289 Detect & repair out-of-order build records
-
- Resolved
-
Build records are not getting loaded at all, even after the Jenkins service has been up for more than 18 hours. If there is some step needed to get back the build records or get them loaded, it should have been represented in the Changelog.
Please fix this issue.
Log entries show:
I looked at the 'jenkins.err' on the Jenkins server & saw errors similar to these:
Oct 12, 2012 2:06:01 AM org.kohsuke.stapler.compression.CompressionFilter reportException
WARNING: Untrapped servlet exception
javax.servlet.ServletException: org.apache.commons.jelly.JellyTagException: jar:file:/C:/Apps/Jenkins/war/WEB-INF/lib/jenkins-core-1.485.jar!/hudson/model/View/index.jelly:44:43: <st:include> org.apache.commons.jelly.JellyTagException: jar:file:/C:/Apps/Jenkins/war/WEB-INF/lib/jenkins-core-1.485.jar!/lib/hudson/projectView.jelly:60:22: <d:invokeBody> org.apache.commons.jelly.JellyTagException: jar:file:/C:/Apps/Jenkins/war/WEB-INF/lib/jenkins-core-1.485.jar!/lib/layout/tab.jelly:46:18: <j:otherwise> Failed to write to client
at org.kohsuke.stapler.jelly.JellyClassTearOff.serveIndexJelly(JellyClassTearOff.java:112)
at org.kohsuke.stapler.jelly.JellyFacet.handleIndexRequest(JellyFacet.java:127)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:563)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:659)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:625)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:659)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:488)
at org.kohsuke.stapler.Stapler.service(Stapler.java:162)
Oct 12, 2012 2:11:01 AM hudson.model.Run execute
INFO: DBS_RETAIL_R5-SNAPSHOT #102 main build action completed: SUCCESS
Oct 12, 2012 2:11:01 AM hudson.model.Executor run
SEVERE: Executor threw an exception
java.lang.NullPointerException
at hudson.tasks.LogRotator.perform(LogRotator.java:119)
at hudson.model.Job.logRotate(Job.java:338)
at hudson.model.Run.execute(Run.java:1581)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:236)