OK, what's going on here, folks? Build has been failing for days. Anyone have a clue if this is us, or M2, or what?

--Glen

davidillsley (Continuum) wrote:
Online report : 
http://ws.zones.apache.org:10000/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/61/buildId/1725
Build statistics:
  State: Failed
  Previous State: Failed
  Started at: Wed, 4 Apr 2007 11:03:48 +0000
  Finished at: Wed, 4 Apr 2007 11:19:36 +0000
  Total time: 15m 48s
  Build Trigger: Schedule
  Exit code: 1
  Building machine hostname: ws.zones.apache.org
  Operating system : SunOS(unknown)
  Java version : 1.5.0_09(Sun Microsystems Inc.)

Changes
         chamikara          Added the following two changes.

1.
Currently when we send messages out using the HTTP transport, it is checked weather a MessageContext object has been set for the 'In' entry of the OperationContext. If this is present transport information is saved there, else they are ignored. In Sandesha2 we have a scenario where this MessageContext is not present in the operation context (the incoming message may be a Acknowledgement which should not be added to the OpCtx of the application message). So we Axis2 to preserve the transport information even when MsgCtx is not set.
This was needed to keep Sandesha2+MTOM working for the 1.2 release

2.
Added a new method named 'signalFaultReady' to the RequestResponseTransport object. This will basially ask the Transport to end a current wait throwing the given fault.



             
/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/Constants.java
            
/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/RequestResponseTransport.java
            
/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/AbstractHTTPSender.java
            
/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/AxisServlet.java
            
/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/HTTPWorker.java
****************************************************************************
Output:
****************************************************************************
Snipped Output:
eServiceDescriptionFromDBCMap(DescriptionFactory.java:123)
        at 
org.apache.axis2.jaxws.description.ValidateWSDLTests.testValidatePort(ValidateWSDLTests.java:137)
        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:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        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:585)
        at 
org.apache.maven.surefire.battery.JUnitBattery.executeJUnit(JUnitBattery.java:242)
        at 
org.apache.maven.surefire.battery.JUnitBattery.execute(JUnitBattery.java:216)
        at org.apache.maven.surefire.Surefire.executeBattery(Surefire.java:215)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:163)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:87)
        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:585)
        at 
org.apache.maven.surefire.SurefireBooter.runTestsInProcess(SurefireBooter.java:313)
        at org.apache.maven.surefire.SurefireBooter.run(SurefireBooter.java:221)
        at org.apache.maven.test.SurefirePlugin.execute(SurefirePlugin.java:371)
        at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:475)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:454)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
        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:585)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
[surefire] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.401 sec
[INFO] [jar:jar]
[INFO] Building jar: 
/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/metadata/target/axis2-metadata-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing 
/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/metadata/target/axis2-metadata-SNAPSHOT.jar
 to 
/export/home/illsleyd/.m2/repository/org/apache/axis2/axis2-metadata/SNAPSHOT/axis2-metadata-SNAPSHOT.jar
[INFO] 
----------------------------------------------------------------------------
[INFO] Building Apache Axis 2.0 - JAXWS
[INFO]    task-segment: [clean, install]
[INFO] 
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory 
/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/jaxws/target
[INFO] Deleting directory 
/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/jaxws/target/classes
[INFO] Deleting directory 
/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/jaxws/target/test-classes
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 167 source files to 
/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/jaxws/target/classes
[INFO] [antrun:run {execution: gen-ts}]
[INFO] Executing tasks
    [mkdir] Created dir: 
/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/jaxws/target/schema
    [mkdir] Created dir: 
/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/jaxws/target/schema/src
    [mkdir] Created dir: 
/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/jaxws/target/schema/classes
     [echo] Generating JAX-B classes from XSDs
     [echo] Generating java from soap 11
     [echo] Generating java from echo.xsd
     [echo] Generating java from stock1.xsd
     [echo] Generating java from stock2.xsd
     [echo] Generating java from samplemtom.xsd
     [echo] Generating java from ProxyDocLitWrapped.wsdl
     [echo] Generating java from ProxyDocLitnonWrapped.wsdl
     [echo] Generating java from samplemtomjpeg.wsdl
     [echo] Generating java from RPCLit.wsdl
     [echo] Generating java from gorilla_dlw.wsdl
     [echo] Generating java from SOAP12Echo.wsdl
     [echo] Generating java from AddNumbers.wsdl
     [echo] Generating java from async_doclitwr.wsdl
     [echo] Generating java from FaultyWebService.wsdl
     [echo] Generating java from FaultsService.wsdl
     [echo] Generating java from jaxbsource
     [echo] Generating java from doclit_nonwrap.wsdl for javabean endpoint 
support
     [echo] Generating java from doclitwrap.wsdl for javabean endpoint support
     [echo] Generating java from doclitbare.wsdl for javabean endpoint support
     [echo] Generating java from greeterTypes.xsd
     [echo] Generating java from EchoMessage.wsdl for javabean endpoint support
     [echo] Generating java from resourceinjection.wsdl for javabean endpoint 
Resource Injection support
     [echo] Generating java from AnyType.wsdl for javabean endpoint AnyType 
support
     [echo] Generating java from WSDLMultiTests.wsdl
     [echo] Generating java from Polymorphic shapes.wsdl for javabean endpoint 
support
     [echo] Generating java from SOAPActionTest.wsdl
     [echo] Generating java from rpclitenum.wsdl
[INFO] Executed tasks
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [build-helper:add-test-source {execution: add-test-source}]
[INFO] Test Source directory: 
/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/jaxws/target/schema/src
 added.
[INFO] [compiler:testCompile]
[INFO] Compiling 451 source files to 
/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/jaxws/target/test-classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/jaxws/test/org/apache/axis2/jaxws/sample/addnumbershandler/AddNumbersHandlerFault_Exception.java:[6,34]
 package org.test.addnumbershandler does not exist

/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/jaxws/test/org/apache/axis2/jaxws/sample/addnumbershandler/AddNumbersHandlerFault_Exception.java:[24,12]
 cannot find symbol
symbol  : class AddNumbersHandlerFault
location: class 
org.apache.axis2.jaxws.sample.addnumbershandler.AddNumbersHandlerFault_Exception

/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/jaxws/test/org/apache/axis2/jaxws/sample/addnumbershandler/AddNumbersHandlerFault_Exception.java:[31,60]
 cannot find symbol
symbol  : class AddNumbersHandlerFault
location: class 
org.apache.axis2.jaxws.sample.addnumbershandler.AddNumbersHandlerFault_Exception

/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/jaxws/test/org/apache/axis2/jaxws/sample/addnumbershandler/AddNumbersHandlerFault_Exception.java:[42,60]
 cannot find symbol
symbol  : class AddNumbersHandlerFault
location: class 
org.apache.axis2.jaxws.sample.addnumbershandler.AddNumbersHandlerFault_Exception

/export/home/illsleyd/continuum/continuum-1.0.3/apps/continuum/working-directory/61/modules/jaxws/test/org/apache/axis2/jaxws/sample/addnumbershandler/AddNumbersHandlerFault_Exception.java:[52,11]
 cannot find symbol
symbol  : class AddNumbersHandlerFault
location: class 
org.apache.axis2.jaxws.sample.addnumbershandler.AddNumbersHandlerFault_Exception


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15 minutes 40 seconds
[INFO] Finished at: Wed Apr 04 11:19:33 GMT+00:00 2007
[INFO] Final Memory: 38M/999M
[INFO] ------------------------------------------------------------------------

****************************************************************************



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to