You are viewing a plain text version of this content. The canonical link for it is here.
Posted to savan-dev@ws.apache.org by Apache Hudson Server <hu...@hudson.zones.apache.org> on 2010/05/31 22:59:57 UTC

Build failed in Hudson: axis2-transports-trunk » Apache Axis2 - Transport - Mail #75

See <http://hudson.zones.apache.org/hudson/job/axis2-transports-trunk/org.apache.axis2$axis2-transport-mail/75/>

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Axis2 - Transport - Mail
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/axis2-transports-trunk/org.apache.axis2$axis2-transport-mail/ws/target> (included: [**], excluded: [])
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://hudson.zones.apache.org/hudson/job/axis2-transports-trunk/org.apache.axis2$axis2-transport-mail/ws/src/main/resources>
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 9 source files to <http://hudson.zones.apache.org/hudson/job/axis2-transports-trunk/org.apache.axis2$axis2-transport-mail/ws/target/classes>
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/axis2-transports-trunk/org.apache.axis2$axis2-transport-mail/ws/pom.xml> to /export/home/hudson/hudson/jobs/axis2-transports-trunk/modules/org.apache.axis2$axis2-transport-mail/builds/2010-05-31_20-58-17/archive/org.apache.axis2/axis2-transport-mail/1.1.0-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
Failure executing javac, but could not parse the error:
An exception has occurred in the compiler (1.5.0_22). Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport)  after checking the Bug Parade for duplicates. Include your program and the following diagnostic in your report.  Thank you.
java.lang.NullPointerException
	at com.sun.tools.javac.jvm.ClassReader.fillIn(ClassReader.java:1583)
	at com.sun.tools.javac.jvm.ClassReader.complete(ClassReader.java:1535)
	at com.sun.tools.javac.code.Symbol.complete(Symbol.java:355)
	at com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:612)
	at com.sun.tools.javac.code.Symbol$ClassSymbol.flags(Symbol.java:550)
	at com.sun.tools.javac.comp.Resolve.isAccessible(Resolve.java:175)
	at com.sun.tools.javac.comp.Resolve.findMemberType(Resolve.java:842)
	at com.sun.tools.javac.comp.Resolve.findMemberType(Resolve.java:856)
	at com.sun.tools.javac.comp.Resolve.findType(Resolve.java:909)
	at com.sun.tools.javac.comp.Resolve.findIdent(Resolve.java:959)
	at com.sun.tools.javac.comp.Resolve.resolveIdent(Resolve.java:1135)
	at com.sun.tools.javac.comp.Attr.visitIdent(Attr.java:1612)
	at com.sun.tools.javac.tree.Tree$Ident.accept(Tree.java:1003)
	at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:275)
	at com.sun.tools.javac.comp.Attr.attribType(Attr.java:303)
	at com.sun.tools.javac.comp.MemberEnter.visitVarDef(MemberEnter.java:602)
	at com.sun.tools.javac.tree.Tree$VarDef.accept(Tree.java:507)
	at com.sun.tools.javac.comp.MemberEnter.memberEnter(MemberEnter.java:383)
	at com.sun.tools.javac.comp.MemberEnter.memberEnter(MemberEnter.java:395)
	at com.sun.tools.javac.comp.MemberEnter.finishClass(MemberEnter.java:405)
	at com.sun.tools.javac.comp.MemberEnter.finish(MemberEnter.java:953)
	at com.sun.tools.javac.comp.MemberEnter.complete(MemberEnter.java:920)
	at com.sun.tools.javac.code.Symbol.complete(Symbol.java:355)
	at com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:612)
	at com.sun.tools.javac.comp.Enter.complete(Enter.java:451)
	at com.sun.tools.javac.comp.Enter.main(Enter.java:429)
	at com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:404)
	at com.sun.tools.javac.main.Main.compile(Main.java:592)
	at com.sun.tools.javac.main.Main.compile(Main.java:544)
	at com.sun.tools.javac.Main.compile(Main.java:92)
	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:592)
	at org.codehaus.plexus.compiler.javac.JavacCompiler.compileInProcess(JavacCompiler.java:420)
	at org.codehaus.plexus.compiler.javac.JavacCompiler.compile(JavacCompiler.java:141)
	at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:493)
	at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
	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)
	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:592)
	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:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:159)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:688)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:632)
	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: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:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 28 seconds
[INFO] Finished at: Mon May 31 20:59:55 UTC 2010
[INFO] Final Memory: 53M/212M
[INFO] ------------------------------------------------------------------------
Waiting for Hudson to finish collecting data


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Hudson build is back to normal : axis2-transports-trunk » Apache Axis2 - Transport - Mail #76

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/axis2-transports-trunk/org.apache.axis2$axis2-transport-mail/76/>



---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Hudson build is back to normal : axis2-transports-trunk » Apache Axis2 - Transport - Mail #76

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/axis2-transports-trunk/org.apache.axis2$axis2-transport-mail/76/>



---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Hudson build is back to normal : axis2-transports-trunk » Apache Axis2 - Transport - Mail #76

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/axis2-transports-trunk/org.apache.axis2$axis2-transport-mail/76/>



---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Hudson build is back to normal : axis2-transports-trunk » Apache Axis2 - Transport - Mail #76

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/axis2-transports-trunk/org.apache.axis2$axis2-transport-mail/76/>



---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


Hudson build is back to normal : axis2-transports-trunk » Apache Axis2 - Transport - Mail #76

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/axis2-transports-trunk/org.apache.axis2$axis2-transport-mail/76/>



---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org