-
Bug
-
Resolution: Duplicate
-
Blocker
-
None
-
Platform: All, OS: All
Build just hangs when it's almost complete. After I cancel the build (as it's
stuck at:
[INFO] Generating "Project Team" report.
[INFO] Generating "Mailing Lists" report.
[INFO] Generating "About" report.
[INFO] Generating "Project Plugins" report.
[INFO] Generating "Project Summary" report.
[INFO] Generating "Dependencies" report.
[HUDSON] Archiving site
It reports the following error:
[INFO] Unable to call getArtifactsDir. Invalid object ID 12
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.IllegalStateException: Unable to call getArtifactsDir. Invalid object
ID 12
at
hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:259)
at
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:246)
at
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:206)
at hudson.remoting.UserRequest.perform(UserRequest.java:92)
at hudson.remoting.UserRequest.perform(UserRequest.java:46)
at hudson.remoting.Request$2.run(Request.java:236)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 317 minutes 26 seconds
[INFO] Finished at: Tue Mar 24 12:49:30 MST 2009
[INFO] Final Memory: 54M/132M
This is from a Maven2 project. I'm not sure if it's Maven or Hudson which is
causing the problem but since Hudson keeps it running for 317 minutes, something
is wrong - build normally takes 30 min or less.
- duplicates
-
JENKINS-7572 Endless Archiving step ..
-
- Resolved
-
- is duplicated by
-
JENKINS-3492 [HUDSON] Archiving site is frozen
-
- Closed
-
- is related to
-
JENKINS-5977 Dead lock condition due to pipe clogging
-
- Resolved
-
I also get this error and hudson never completed, the build was hung for 2 days.
[HUDSON]
Archiving /export/home/jboss/.hudson/jobs/RDM/workspace/dataplace/backoffice/rdm
/rdm-hbm/pom.xml
to /export/home/jboss/.hudson/jobs/RDM/modules/archinsurance.rdm$rdm-
hbm/builds/2009-07-14_14-52-40/archive/archinsurance.rdm/rdm-hbm/1.5.6.0-
SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Unable to call getArtifactsDir. Invalid object ID 7
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.IllegalStateException: Unable to call getArtifactsDir. Invalid object
ID 7
at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform
(RemoteInvocationHandler.java:259)
at hudson.remoting.RemoteInvocationHandler$RPCRequest.call
(RemoteInvocationHandler.java:246)
at hudson.remoting.RemoteInvocationHandler$RPCRequest.call
(RemoteInvocationHandler.java:206)
at hudson.remoting.UserRequest.perform(UserRequest.java:92)
at hudson.remoting.UserRequest.perform(UserRequest.java:46)
at hudson.remoting.Request$2.run(Request.java:236)
at java.util.concurrent.Executors$RunnableAdapter.call
(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask
(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run
(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4182 minutes 9 seconds
[INFO] Finished at: Fri Jul 17 12:34:55 EDT 2009
[INFO] Final Memory: 36M/492M
[INFO] ------------------------------------------------------------------------
ERROR: Asynchronous execution failure
java.util.concurrent.ExecutionException: java.lang.NullPointerException
at hudson.remoting.Channel$1.adapt(Channel.java:514)
at hudson.remoting.Channel$1.adapt(Channel.java:509)
at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
at hudson.maven.MavenBuilder.call(MavenBuilder.java:173)
at hudson.maven.MavenModuleSetBuild$Builder.call
(MavenModuleSetBuild.java:577)
at hudson.maven.MavenModuleSetBuild$Builder.call
(MavenModuleSetBuild.java:523)
at hudson.remoting.UserRequest.perform(UserRequest.java:92)
at hudson.remoting.UserRequest.perform(UserRequest.java:46)
at hudson.remoting.Request$2.run(Request.java:236)
at java.util.concurrent.Executors$RunnableAdapter.call
(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask
(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run
(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.NullPointerException
at hudson.maven.MavenBuildProxy$Filter$AsyncInvoker.call
(MavenBuildProxy.java:236)
... 9 more