Internal Hudson error? Error occurred near end of this section's build, while "Archiving"

11 views
Skip to first unread message

Ken Beal

unread,
Jun 17, 2011, 5:14:59 PM6/17/11
to hudson...@googlegroups.com, jenkins...@googlegroups.com, Build Engineering Team, ATX - Sivadasan, Abitha

Hi,

 

We received the following note in our build log:

 

ERROR: Processing failed due to a bug in the code. Please report this to hudson...@googlegroups.com

 

(I’m also copying the Jenkins user list; let us know if this issue will be resolved with a simple upgrade, and we’ll do it.)

 

The error looks like a class path error, but later it gave the above line specifying for us to contact this list.  Here’s the error:

 

[HUDSON] Archiving /var/.hudson/jobs/T3-CI-Maven-TS-int_003_dev_test/workspace/ts-CI_003/ts-sessionmgmt-svc/pom.xml to /var/.hudson/jobs/T3-CI-Maven-TS-int_003_dev_test/modules/com.atxg.t3$ts-sessionmgmt-svc/builds/2011-06-17_11-16-30/archive/com.atxg.t3/ts-sessionmgmt-svc/3.1-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] class path resource [META-INF/schemas/t3/Common.xsd] cannot be opened because it does not exist

 

For full disclosure, I will include the Trace messages that came in between the error immediately above, and the hint to report the error to this list.  Please let me know if further information is required, and we will provide it.

 

Thanks for your help,

Ken

 

Trace messages:

[INFO] class path resource [META-INF/schemas/t3/Common.xsd] cannot be opened because it does not exist
 
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: class path resource [META-INF/schemas/t3/Common.xsd] cannot be opened because it does not exist
         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:719)
         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
         at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
         at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
         at hudson.maven.agent.Main.launch(Main.java:173)
         at hudson.maven.MavenBuilder.call(MavenBuilder.java:164)
         at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:868)
         at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:799)
         at hudson.remoting.UserRequest.perform(UserRequest.java:114)
         at hudson.remoting.UserRequest.perform(UserRequest.java:48)
         at hudson.remoting.Request$2.run(Request.java:270)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
         at java.lang.Thread.run(Thread.java:619)
Caused by: org.apache.maven.plugin.MojoExecutionException: class path resource [META-INF/schemas/t3/Common.xsd] cannot be opened because it does not exist
         at com.atxg.maven.plugins.jaxws.ClasspathUrlRetriever.retrieveClasspathUrlArtifact(ClasspathUrlRetriever.java:128)
         at com.atxg.maven.plugins.jaxws.RetrieveWsdlMojo.execute(RetrieveWsdlMojo.java:113)
         at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
         at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
         ... 28 more
Caused by: java.io.FileNotFoundException: class path resource [META-INF/schemas/t3/Common.xsd] cannot be opened because it does not exist
         at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:142)
         at com.atxg.maven.plugins.jaxws.WSMetadataDocumentResolver.parseSchemaListFromDoc(WSMetadataDocumentResolver.java:198)
         at com.atxg.maven.plugins.jaxws.WSMetadataDocumentResolver.processDocument(WSMetadataDocumentResolver.java:155)
         at com.atxg.maven.plugins.jaxws.WSMetadataDocumentResolver.processDocument(WSMetadataDocumentResolver.java:159)
         at com.atxg.maven.plugins.jaxws.WSMetadataDocumentResolver.processDocument(WSMetadataDocumentResolver.java:159)
         at com.atxg.maven.plugins.jaxws.WSMetadataDocumentResolver.resolveResourceAndDependencies(WSMetadataDocumentResolver.java:140)
         at com.atxg.maven.plugins.jaxws.ClasspathUrlRetriever.retrieveClasspathUrlArtifact(ClasspathUrlRetriever.java:111)
         ... 32 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7 minutes 19 seconds
[INFO] Finished at: Fri Jun 17 11:23:54 CDT 2011
[INFO] Final Memory: 292M/468M
[INFO] ------------------------------------------------------------------------
ERROR: Processing failed due to a bug in the code. Please report this to hudson...@googlegroups.com

 

--
Ken Beal
Senior Software Engineer, Build/Release

Cross Country Automotive Services
One Cabot Road
Medford, MA 02155
p: (781) 306-3605
m: (978) 423-8977
e: kb...@crosscountry-auto.com


Confidentiality Note: This e-mail message and any attachments may contain confidential or privileged information. If you are not the intended recipient, please notify me immediately by replying to this message and destroy all copies of this message and any attachments. Thank you.
Reply all
Reply to author
Forward
0 new messages