I got the following stacktrace as my build "aborted". I manually invoked
the build again and it worked fine. Any ideas?

[INFO] All coverage checks have been met.
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
        at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:178)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at hudson.maven.Maven3Builder.call(Maven3Builder.java:136)
        at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
        at hudson.remoting.UserRequest.perform(UserRequest.java:118)
        at hudson.remoting.UserRequest.perform(UserRequest.java:48)
        at hudson.remoting.Request$2.run(Request.java:328)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.Error: Unable to load resource
hudson/plugins/analysis/Messages.properties
        at 
hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:380)
        at java.lang.ClassLoader.getResource(ClassLoader.java:1147)
        at java.lang.Class.getResource(Class.java:2147)
        at 
org.jvnet.localizer.ResourceBundleHolder.get(ResourceBundleHolder.java:83)
        at 
org.jvnet.localizer.ResourceBundleHolder.get(ResourceBundleHolder.java:102)
        at 
org.jvnet.localizer.ResourceBundleHolder.format(ResourceBundleHolder.java:139)
        at 
hudson.plugins.analysis.Messages.FilesParser_Error_NoPermission(Messages.java:437)
        at 
hudson.plugins.analysis.core.FilesParser.parseFiles(FilesParser.java:269)
        at 
hudson.plugins.analysis.core.FilesParser.parseSingleFile(FilesParser.java:239)
        at hudson.plugins.analysis.core.FilesParser.invoke(FilesParser.java:198)
        at hudson.plugins.analysis.core.FilesParser.invoke(FilesParser.java:31)
        at hudson.FilePath.act(FilePath.java:918)
        at hudson.FilePath.act(FilePath.java:896)
        at 
hudson.plugins.checkstyle.CheckStyleReporter.perform(CheckStyleReporter.java:126)
        at 
hudson.plugins.analysis.core.HealthAwareReporter.postExecute(HealthAwareReporter.java:301)
        at 
hudson.maven.Maven3Builder$MavenExecutionListener.recordMojoEnded(Maven3Builder.java:634)
        at 
hudson.maven.Maven3Builder$MavenExecutionListener.mojoSucceeded(Maven3Builder.java:615)
        at 
org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:87)
        at 
org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:42)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:228)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
        at 
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
        at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
        at 
org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
        ... 21 more
Caused by: java.util.concurrent.ExecutionException:
java.lang.IllegalStateException: Invalid object ID 2 iota=18
        at hudson.remoting.AsyncFutureImpl.get(AsyncFutureImpl.java:75)
        at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
        at 
hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:372)
        ... 49 more
Caused by: java.lang.IllegalStateException: Invalid object ID 2 iota=18
        at hudson.remoting.ExportTable.diagnoseInvalidId(ExportTable.java:346)
        at hudson.remoting.ExportTable.get(ExportTable.java:322)
        at hudson.remoting.Channel.getExportedObject(Channel.java:595)
        at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:301)
        at hudson.remoting.Request$2.run(Request.java:328)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at 
jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
        ... 4 more
Caused by: java.lang.Exception: Object was recently deallocated
    #2 (ref.0) : [hudson.remoting.JarLoader]
      Created at Fri Oct 24 12:21:25 BST 2014
        at hudson.remoting.ExportTable$Entry.<init>(ExportTable.java:93)
        at hudson.remoting.ExportTable.export(ExportTable.java:297)
        at hudson.remoting.Channel.internalExport(Channel.java:591)
        at hudson.remoting.Channel.export(Channel.java:582)
        at hudson.remoting.Channel.<init>(Channel.java:466)
        at hudson.remoting.Channel.<init>(Channel.java:418)
        at hudson.remoting.Channel.<init>(Channel.java:397)
        at hudson.remoting.Channel.<init>(Channel.java:393)
        at hudson.remoting.Channel.<init>(Channel.java:382)
        at hudson.remoting.Channel.<init>(Channel.java:374)
        at hudson.remoting.Channel.<init>(Channel.java:366)
        at hudson.slaves.Channels$1.<init>(Channels.java:70)
        at hudson.slaves.Channels.forProcess(Channels.java:70)
        at 
hudson.maven.AbstractMavenProcessFactory.newProcess(AbstractMavenProcessFactory.java:280)
        at hudson.maven.ProcessCache.get(ProcessCache.java:235)
        at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:755)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:533)
        at hudson.model.Run.execute(Run.java:1759)
        at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
        at hudson.model.ResourceController.execute(ResourceController.java:89)
        at hudson.model.Executor.run(Executor.java:240)
      Released at Fri Oct 24 12:21:26 BST 2014
        at hudson.remoting.ExportTable$Entry.release(ExportTable.java:125)
        at hudson.remoting.ExportTable.unexportByOid(ExportTable.java:374)
        at hudson.remoting.Channel.unexport(Channel.java:603)
        at hudson.remoting.UnexportCommand.execute(UnexportCommand.java:38)
        at hudson.remoting.Channel$2.handle(Channel.java:474)
        at 
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60)
    Caused by: Command hudson.remoting.UnexportCommand@527b6018 created at
        at hudson.remoting.Command.<init>(Command.java:67)
        at hudson.remoting.Command.<init>(Command.java:50)
        at hudson.remoting.UnexportCommand.<init>(UnexportCommand.java:33)
        at 
hudson.remoting.RemoteInvocationHandler.finalize(RemoteInvocationHandler.java:229)
        at java.lang.System$2.invokeFinalize(System.java:1213)
        at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:98)
        at java.lang.ref.Finalizer.access$100(Finalizer.java:34)
        at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:210)
        at hudson.remoting.ExportTable.diagnoseInvalidId(ExportTable.java:339)
        ... 10 more
Caused by:   Released at Fri Oct 24 12:21:26 BST 2014
        at hudson.remoting.ExportTable$Entry.release(ExportTable.java:125)
        at hudson.remoting.ExportTable.unexportByOid(ExportTable.java:374)
        at hudson.remoting.Channel.unexport(Channel.java:603)
        at hudson.remoting.UnexportCommand.execute(UnexportCommand.java:38)
        at hudson.remoting.Channel$2.handle(Channel.java:474)
        at 
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60)
Caused by: Command hudson.remoting.UnexportCommand@63cc5f63 created at
        at hudson.remoting.Command.<init>(Command.java:67)
        at hudson.remoting.Command.<init>(Command.java:50)
        at hudson.remoting.UnexportCommand.<init>(UnexportCommand.java:33)
        at 
hudson.remoting.RemoteInvocationHandler.finalize(RemoteInvocationHandler.java:229)
        at java.lang.System$2.invokeFinalize(System.java:1213)
        at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:98)
        at java.lang.ref.Finalizer.access$100(Finalizer.java:34)
        at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:210)
channel stopped
ERROR: Failed to parse POMshudson.util.IOException2
<http://stacktrace.jenkins-ci.org/search?query=hudson.util.IOException2>:
java.lang.reflect.InvocationTargetException
        at hudson.maven.Maven3Builder.call(Maven3Builder.java:180)
<http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.Maven3Builder.call&entity=method>
        at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
<http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.Maven3Builder.call&entity=method>
        at hudson.remoting.UserRequest.perform(UserRequest.java:118)
<http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.UserRequest.perform&entity=method>
        at hudson.remoting.UserRequest.perform(UserRequest.java:48)
<http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.UserRequest.perform&entity=method>
        at hudson.remoting.Request$2.run(Request.java:328)
<http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Request$2.run&entity=method>
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
<http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.InterceptingExecutorService$1.call&entity=method>
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
<http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.FutureTask.run&entity=method>
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
<http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.ThreadPoolExecutor.runWorker&entity=method>
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
<http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.ThreadPoolExecutor$Worker.run&entity=method>
        at java.lang.Thread.run(Thread.java:745)
<http://stacktrace.jenkins-ci.org/search/?query=java.lang.Thread.run&entity=method>
Caused by: java.lang.reflect.InvocationTargetException
<http://stacktrace.jenkins-ci.org/search?query=java.lang.reflect.InvocationTargetException>
     at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at hudson.maven.Maven3Builder.call(Maven3Builder.java:136)
        ... 9 more
Caused by: java.lang.Exception: java.lang.reflect.InvocationTargetException
        at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
        ... 14 more
Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
        at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:178)
        ... 14 more
Caused by: java.lang.Error: Unable to load resource
hudson/plugins/analysis/Messages.properties
        at 
hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:380)
        at java.lang.ClassLoader.getResource(ClassLoader.java:1147)
        at java.lang.Class.getResource(Class.java:2147)
        at 
org.jvnet.localizer.ResourceBundleHolder.get(ResourceBundleHolder.java:83)
        at 
org.jvnet.localizer.ResourceBundleHolder.get(ResourceBundleHolder.java:102)
        at 
org.jvnet.localizer.ResourceBundleHolder.format(ResourceBundleHolder.java:139)
        at 
hudson.plugins.analysis.Messages.FilesParser_Error_NoPermission(Messages.java:437)
        at 
hudson.plugins.analysis.core.FilesParser.parseFiles(FilesParser.java:269)
        at 
hudson.plugins.analysis.core.FilesParser.parseSingleFile(FilesParser.java:239)
        at hudson.plugins.analysis.core.FilesParser.invoke(FilesParser.java:198)
        at hudson.plugins.analysis.core.FilesParser.invoke(FilesParser.java:31)
        at hudson.FilePath.act(FilePath.java:918)
        at hudson.FilePath.act(FilePath.java:896)
        at 
hudson.plugins.checkstyle.CheckStyleReporter.perform(CheckStyleReporter.java:126)
        at 
hudson.plugins.analysis.core.HealthAwareReporter.postExecute(HealthAwareReporter.java:301)
        at 
hudson.maven.Maven3Builder$MavenExecutionListener.recordMojoEnded(Maven3Builder.java:634)
        at 
hudson.maven.Maven3Builder$MavenExecutionListener.mojoSucceeded(Maven3Builder.java:615)
        at 
org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:87)
        at 
org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:42)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:228)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
        at 
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
        at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
        at 
org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
        ... 21 more
Caused by: java.util.concurrent.ExecutionException:
java.lang.IllegalStateException: Invalid object ID 2 iota=18
        at hudson.remoting.AsyncFutureImpl.get(AsyncFutureImpl.java:75)
        at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
        at 
hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:372)
        ... 49 more
Caused by: java.lang.IllegalStateException: Invalid object ID 2 iota=18
        at hudson.remoting.ExportTable.diagnoseInvalidId(ExportTable.java:346)
        at hudson.remoting.ExportTable.get(ExportTable.java:322)
        at hudson.remoting.Channel.getExportedObject(Channel.java:595)
        at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:301)
        at hudson.remoting.Request$2.run(Request.java:328)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at 
jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
        ... 4 more
Caused by: java.lang.Exception: Object was recently deallocated
    #2 (ref.0) : [hudson.remoting.JarLoader]
      Created at Fri Oct 24 12:21:25 BST 2014
        at hudson.remoting.ExportTable$Entry.<init>(ExportTable.java:93)
        at hudson.remoting.ExportTable.export(ExportTable.java:297)
        at hudson.remoting.Channel.internalExport(Channel.java:591)
        at hudson.remoting.Channel.export(Channel.java:582)
        at hudson.remoting.Channel.<init>(Channel.java:466)
        at hudson.remoting.Channel.<init>(Channel.java:418)
        at hudson.remoting.Channel.<init>(Channel.java:397)
        at hudson.remoting.Channel.<init>(Channel.java:393)
        at hudson.remoting.Channel.<init>(Channel.java:382)
        at hudson.remoting.Channel.<init>(Channel.java:374)
        at hudson.remoting.Channel.<init>(Channel.java:366)
        at hudson.slaves.Channels$1.<init>(Channels.java:70)
        at hudson.slaves.Channels.forProcess(Channels.java:70)
        at 
hudson.maven.AbstractMavenProcessFactory.newProcess(AbstractMavenProcessFactory.java:280)
        at hudson.maven.ProcessCache.get(ProcessCache.java:235)
        at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:755)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:533)
        at hudson.model.Run.execute(Run.java:1759)
        at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
        at hudson.model.ResourceController.execute(ResourceController.java:89)
        at hudson.model.Executor.run(Executor.java:240)
      Released at Fri Oct 24 12:21:26 BST 2014
        at hudson.remoting.ExportTable$Entry.release(ExportTable.java:125)
        at hudson.remoting.ExportTable.unexportByOid(ExportTable.java:374)
        at hudson.remoting.Channel.unexport(Channel.java:603)
        at hudson.remoting.UnexportCommand.execute(UnexportCommand.java:38)
        at hudson.remoting.Channel$2.handle(Channel.java:474)
        at 
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60)
    Caused by: Command hudson.remoting.UnexportCommand@527b6018 created at
        at hudson.remoting.Command.<init>(Command.java:67)
        at hudson.remoting.Command.<init>(Command.java:50)
        at hudson.remoting.UnexportCommand.<init>(UnexportCommand.java:33)
        at 
hudson.remoting.RemoteInvocationHandler.finalize(RemoteInvocationHandler.java:229)
        at java.lang.System$2.invokeFinalize(System.java:1213)
        at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:98)
        at java.lang.ref.Finalizer.access$100(Finalizer.java:34)
        at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:210)
        at hudson.remoting.ExportTable.diagnoseInvalidId(ExportTable.java:339)
        ... 10 more
Caused by:   Released at Fri Oct 24 12:21:26 BST 2014
        at hudson.remoting.ExportTable$Entry.release(ExportTable.java:125)
        at hudson.remoting.ExportTable.unexportByOid(ExportTable.java:374)
        at hudson.remoting.Channel.unexport(Channel.java:603)
        at hudson.remoting.UnexportCommand.execute(UnexportCommand.java:38)
        at hudson.remoting.Channel$2.handle(Channel.java:474)
        at 
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60)
Caused by: Command hudson.remoting.UnexportCommand@1d51c1fa created at
        at hudson.remoting.Command.<init>(Command.java:67)
        at hudson.remoting.Command.<init>(Command.java:50)
        at hudson.remoting.UnexportCommand.<init>(UnexportCommand.java:33)
        at 
hudson.remoting.RemoteInvocationHandler.finalize(RemoteInvocationHandler.java:229)
        at java.lang.System$2.invokeFinalize(System.java:1213)
        at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:98)
        at java.lang.ref.Finalizer.access$100(Finalizer.java:34)
        at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:210)
Finished: FAILURE

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to