Hi Duashan,

Did you build axis2-kernel dependency? It's also available under the
patch0001.

On Friday, May 10, 2013, Dushan Abeyruwan wrote:

> Patch001 not building (when take latest update)
>
>
> [INFO] Apache Axis2 - Clustering ......................... SUCCESS [1.339s]
> [INFO] Apache Axis2 - Transport - Base ................... FAILURE [1.702s]
> [INFO] Apache Axis2 - Transport - JMS .................... SKIPPED
> [INFO] Apache Axis2 - Transport - MSMQ ................... SKIPPED
> [INFO] Apache Axis2 - Transport - UDP .................... SKIPPED
> [INFO] WSO2 Carbon Kernel Kernel Patch 0001 .............. SKIPPED
> [INFO] axis2.wso2 ........................................ SKIPPED
> [INFO] WSO2 Carbon - Registry Kernel ..................... SKIPPED
> [INFO] WSO2 Carbon - Kernel .............................. SKIPPED
> [INFO] WSO2 Carbon - Application Deployer ................ SKIPPED
> [INFO] WSO2 Carbon - UI .................................. SKIPPED
> [INFO] Distribution-Aggregate ............................ SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 14.015s
> [INFO] Finished at: Fri May 10 06:30:29 IST 2013
> [INFO] Final Memory: 47M/303M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile
> (default-compile) on project axis2-transport-base: Compilation failure:
> Compilation failure:
> [ERROR]
> /home2/dushan/wso2svn/kernal/4.1.0/patches/patch0001/dependencies/transports/modules/base/src/main/java/org/apache/axis2/transport/base/BaseUtils.java:[37,28]
> cannot find symbol
> [ERROR] symbol  : class MessageProcessorSelector
> [ERROR] location: package org.apache.axis2.util
> [ERROR]
> [ERROR]
> /home2/dushan/wso2svn/kernal/4.1.0/patches/patch0001/dependencies/transports/modules/base/src/main/java/org/apache/axis2/transport/base/BaseUtils.java:[160,19]
> cannot find symbol
> [ERROR] symbol  : variable MessageProcessorSelector
> [ERROR] location: class org.apache.axis2.transport.base.BaseUtils
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :axis2-transport-base
>
>
>
> On Thu, May 9, 2013 at 12:48 PM, Kishanthan Thangarajah <
> [email protected]> wrote:
>
> Yes, since this is not an API change but rather the usage of the new API
> is not updated, you can proceed with normal kernel patching process as
> described in [1]. Use patch0001.
>
> Thanks,
> Kishanthan.
> [1]
> https://docs.google.com/a/wso2.com/document/d/1Kz6vINXA1j74sM8vb8BE0BSIAUnYJH0BERbJxwxi2xQ/edit
>
>
>
> On Thu, May 9, 2013 at 12:11 PM, Supun Malinga <[email protected]> wrote:
>
> Hi,
>
> Had a chat with kasung related to this. Seems we have to modify the
> transports.
> Kasung will provide a patch on this.
> I believe we can include this fix into kernel patch0001?.
> Pradeep/Kishanthan is that the recommended way?.
>
> thanks,
>
>
> On Thu, May 9, 2013 at 9:56 AM, Dushan Abeyruwan <[email protected]> wrote:
>
> 13-05-09 09:52:41,588]  INFO - JMSListener JMS listener started
> [2013-05-09 09:52:41,743]  INFO - RegistryEventingServiceComponent
> Successfully Initialized Eventing on Registry
> [2013-05-09 09:52:42,133]  INFO - JMXServerManager JMX Service URL  :
> service:jmx:rmi://localhost:11111/jndi/rmi://localhost:9999/jmxrmi
> [2013-05-09 09:52:42,134]  INFO - StartupFinalizerServiceComponent Server
>           :  WSO2 Enterprise Service Bus-4.7.0
> [2013-05-09 09:52:42,134]  INFO - StartupFinalizerServiceComponent WSO2
> Carbon started in 22 sec
> [2013-05-09 09:52:42,422]  INFO - CarbonUIServiceComponent Mgt Console URL
>  : https://192.168.1.3:9443/carbon/
> [2013-05-09 09:52:44,240]  INFO - LogMediator To: /services/ProxyA,
> WSAction: urn:getQuote, SOAPAction: urn:getQuote, MessageID:
> urn:uuid:5b2bae8d-db37-4248-a0d3-69e8c53b5346, Direction: request
> [2013-05-09 09:52:44,245]  INFO - TimeoutHandler This engine will expire
> all callbacks after : 120 seconds, irrespective of the timeout action,
> after the specified or optional timeout
> *[2013-05-09 09:52:44,526] ERROR - NativeWorkerPool Uncaught exception*
> *java.lang.NoSuchMethodError:
> org.apache.axis2.transport.TransportUtils.getMessageFormatter(Lorg/apache/axis2/context/MessageContext;)Lorg/apache/axis2/transport/MessageFormatter;
> *
> at
> org.apache.axis2.transport.jms.JMSSender.createJMSMessage(JMSSender.java:350)
>  at
> org.apache.axis2.transport.jms.JMSSender.sendOverJMS(JMSSender.java:172)
> at org.apache.axis2.transport.jms.JMSSender.sendMessage(JMSSender.java:154)
>  at
> org.apache.axis2.transport.base.AbstractTransportSender.invoke(AbstractTransportSender.java:112)
> at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:442)
>  at
> org.apache.synapse.core.axis2.DynamicAxisOperation$DynamicOperationClient.send(DynamicAxisOperation.java:185)
> at
> org.apache.synapse.core.axis2.DynamicAxisOperation$DynamicOperationClient.executeImpl(DynamicAxisOperation.java:167)
>  at
> org.apache.axis2.client.OperationClient.execute(OperationClient.java:149)
> at
> org.apache.synapse.core.axis2.Axis2FlexibleMEPClient.send(Axis2FlexibleMEPClient.java:474)
>  at
>
>

-- 
~~--~~
Sending this mail via my phone. Do excuse any typo or short replies
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to