Re: [Dev] [DAS] java.lang.NoSuchMethodError when trying to add Kafka Event Receiver

2016-06-06 Thread Sajith Ravindra
>
> I think we should update documentations because provided steps are not
> work for some kafka/scala versions. WDYT?
>
Yup, we'll need to update the documentation.



Thanks
*,Sajith Ravindra*
Senior Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: +94 77 2273550
blog: http://sajithr.blogspot.com/


On Mon, Jun 6, 2016 at 1:52 PM, Charitha Goonetilleke 
wrote:

> Hi All,
>
> Thank you very much for the thoughts & suggestions.
>
> After went through the discussion, I have followed steps suggested
> by Grainier and was able to add kafka receiver without any issue. Btw,
> apart from proving the jar, I think we should update documentations because
> provided steps are not work for some kafka/scala versions. WDYT?
>
> Thanks & Regards,
> /charithag
>
> On Mon, Jun 6, 2016 at 11:30 AM, Sajith Ravindra  wrote:
>
>> +1. I think building a proper jar with the correct dependencies would be
>>> good since that way we can use the latest version of Kafka. WDYT?
>>>
>>> I think we need to do this and provide the jar as this effectively
>> prevents DAS from being used with newer versions of Kafka.
>>
>> Thanks
>> *,Sajith Ravindra*
>> Senior Software Engineer
>> WSO2 Inc.; http://wso2.com
>> lean.enterprise.middleware
>>
>> mobile: +94 77 2273550
>> blog: http://sajithr.blogspot.com/
>> 
>>
>> On Mon, Jun 6, 2016 at 12:47 AM, Lasantha Fernando 
>> wrote:
>>
>>>
>>> On 5 June 2016 at 23:52, Mohanadarshan Vivekanandalingam >> > wrote:
>>>


 On Sun, Jun 5, 2016 at 11:33 PM, Sajith Ravindra 
 wrote:

> It seems Spark has a dependency on scala-library_2.10.4 and this jar
> is already included in DAS pack, therefore copying 
> scala-library-2.11.7.jar
> as per the documentation will lead to a conflict. I tested deleting
> ./repository/components/plugins/org.scala-lang.scala-library_2.10.4.v20140209-180020-VFINAL-b66a39653b.jar
> in DAS pack and it fixes the above error. But it give a NoClassDefFound
> error in startup.
>
> AFAIU there's no straightforward way to workaround this issue as it
> requires to two different versions of the same .jar other than upgrading
> the Spark scla-library dependency.
>

 Yes, @Charith you have few options..

 1) Build a single jar/bundle by wrapping necessary dependencies and use.

>>>
>>> +1. I think building a proper jar with the correct dependencies would be
>>> good since that way we can use the latest version of Kafka. WDYT?
>>>
>>> Also, @Charitha, can you try putting the scala-library to dropins
>>> instead of lib. From looking at the jar, it already has an OSGi manifest
>>> file, so no need to OSGify it again. Did we try starting the server without
>>> putting the scala-library-2.11.7.jar at all? Anyway, since this is an OSGi
>>> binding issue, there might be some non-standard bundle combinations that
>>> can get it to work. But that wouldn't be a clean solution I think.
>>>
>>> Thanks,
>>> Lasantha
>>>
>>>
 2) Try with Kafka 2.10-0.8.1.1 server


>
> P.S : @Charith if this is for the sake of testing you can use CEP as
> it has not scala-libarary dependency.
>



 --
 *V. Mohanadarshan*
 *Associate Tech Lead,*
 *Data Technologies Team,*
 *WSO2, Inc. http://wso2.com  *
 *lean.enterprise.middleware.*

 email: mo...@wso2.com
 phone:(+94) 771117673

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> *Lasantha Fernando*
>>> Senior Software Engineer - Data Technologies Team
>>> WSO2 Inc. http://wso2.com
>>>
>>> email: lasan...@wso2.com
>>> mobile: (+94) 71 5247551
>>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Charitha Goonetilleke*
> Software Engineer
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> mobile: +94 77 751 3669 <%2B94777513669>
> Twitter:@CharithaWs , fb: charithag
> , linkedin: charithag
> 
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DAS] java.lang.NoSuchMethodError when trying to add Kafka Event Receiver

2016-06-06 Thread Charitha Goonetilleke
Hi All,

Thank you very much for the thoughts & suggestions.

After went through the discussion, I have followed steps suggested
by Grainier and was able to add kafka receiver without any issue. Btw,
apart from proving the jar, I think we should update documentations because
provided steps are not work for some kafka/scala versions. WDYT?

Thanks & Regards,
/charithag

On Mon, Jun 6, 2016 at 11:30 AM, Sajith Ravindra  wrote:

> +1. I think building a proper jar with the correct dependencies would be
>> good since that way we can use the latest version of Kafka. WDYT?
>>
>> I think we need to do this and provide the jar as this effectively
> prevents DAS from being used with newer versions of Kafka.
>
> Thanks
> *,Sajith Ravindra*
> Senior Software Engineer
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> mobile: +94 77 2273550
> blog: http://sajithr.blogspot.com/
> 
>
> On Mon, Jun 6, 2016 at 12:47 AM, Lasantha Fernando 
> wrote:
>
>>
>> On 5 June 2016 at 23:52, Mohanadarshan Vivekanandalingam 
>> wrote:
>>
>>>
>>>
>>> On Sun, Jun 5, 2016 at 11:33 PM, Sajith Ravindra 
>>> wrote:
>>>
 It seems Spark has a dependency on scala-library_2.10.4 and this jar is
 already included in DAS pack, therefore copying scala-library-2.11.7.jar
 as per the documentation will lead to a conflict. I tested deleting
 ./repository/components/plugins/org.scala-lang.scala-library_2.10.4.v20140209-180020-VFINAL-b66a39653b.jar
 in DAS pack and it fixes the above error. But it give a NoClassDefFound
 error in startup.

 AFAIU there's no straightforward way to workaround this issue as it
 requires to two different versions of the same .jar other than upgrading
 the Spark scla-library dependency.

>>>
>>> Yes, @Charith you have few options..
>>>
>>> 1) Build a single jar/bundle by wrapping necessary dependencies and use.
>>>
>>
>> +1. I think building a proper jar with the correct dependencies would be
>> good since that way we can use the latest version of Kafka. WDYT?
>>
>> Also, @Charitha, can you try putting the scala-library to dropins instead
>> of lib. From looking at the jar, it already has an OSGi manifest file, so
>> no need to OSGify it again. Did we try starting the server without putting
>> the scala-library-2.11.7.jar at all? Anyway, since this is an OSGi binding
>> issue, there might be some non-standard bundle combinations that can get it
>> to work. But that wouldn't be a clean solution I think.
>>
>> Thanks,
>> Lasantha
>>
>>
>>> 2) Try with Kafka 2.10-0.8.1.1 server
>>>
>>>

 P.S : @Charith if this is for the sake of testing you can use CEP as it
 has not scala-libarary dependency.

>>>
>>>
>>>
>>> --
>>> *V. Mohanadarshan*
>>> *Associate Tech Lead,*
>>> *Data Technologies Team,*
>>> *WSO2, Inc. http://wso2.com  *
>>> *lean.enterprise.middleware.*
>>>
>>> email: mo...@wso2.com
>>> phone:(+94) 771117673
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Lasantha Fernando*
>> Senior Software Engineer - Data Technologies Team
>> WSO2 Inc. http://wso2.com
>>
>> email: lasan...@wso2.com
>> mobile: (+94) 71 5247551
>>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Charitha Goonetilleke*
Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: +94 77 751 3669 <%2B94777513669>
Twitter:@CharithaWs , fb: charithag
, linkedin: charithag

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DAS] java.lang.NoSuchMethodError when trying to add Kafka Event Receiver

2016-06-06 Thread Sajith Ravindra
>
> +1. I think building a proper jar with the correct dependencies would be
> good since that way we can use the latest version of Kafka. WDYT?
>
> I think we need to do this and provide the jar as this effectively
prevents DAS from being used with newer versions of Kafka.

Thanks
*,Sajith Ravindra*
Senior Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: +94 77 2273550
blog: http://sajithr.blogspot.com/


On Mon, Jun 6, 2016 at 12:47 AM, Lasantha Fernando 
wrote:

>
> On 5 June 2016 at 23:52, Mohanadarshan Vivekanandalingam 
> wrote:
>
>>
>>
>> On Sun, Jun 5, 2016 at 11:33 PM, Sajith Ravindra 
>> wrote:
>>
>>> It seems Spark has a dependency on scala-library_2.10.4 and this jar is
>>> already included in DAS pack, therefore copying scala-library-2.11.7.jar
>>> as per the documentation will lead to a conflict. I tested deleting
>>> ./repository/components/plugins/org.scala-lang.scala-library_2.10.4.v20140209-180020-VFINAL-b66a39653b.jar
>>> in DAS pack and it fixes the above error. But it give a NoClassDefFound
>>> error in startup.
>>>
>>> AFAIU there's no straightforward way to workaround this issue as it
>>> requires to two different versions of the same .jar other than upgrading
>>> the Spark scla-library dependency.
>>>
>>
>> Yes, @Charith you have few options..
>>
>> 1) Build a single jar/bundle by wrapping necessary dependencies and use.
>>
>
> +1. I think building a proper jar with the correct dependencies would be
> good since that way we can use the latest version of Kafka. WDYT?
>
> Also, @Charitha, can you try putting the scala-library to dropins instead
> of lib. From looking at the jar, it already has an OSGi manifest file, so
> no need to OSGify it again. Did we try starting the server without putting
> the scala-library-2.11.7.jar at all? Anyway, since this is an OSGi binding
> issue, there might be some non-standard bundle combinations that can get it
> to work. But that wouldn't be a clean solution I think.
>
> Thanks,
> Lasantha
>
>
>> 2) Try with Kafka 2.10-0.8.1.1 server
>>
>>
>>>
>>> P.S : @Charith if this is for the sake of testing you can use CEP as it
>>> has not scala-libarary dependency.
>>>
>>
>>
>>
>> --
>> *V. Mohanadarshan*
>> *Associate Tech Lead,*
>> *Data Technologies Team,*
>> *WSO2, Inc. http://wso2.com  *
>> *lean.enterprise.middleware.*
>>
>> email: mo...@wso2.com
>> phone:(+94) 771117673
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Lasantha Fernando*
> Senior Software Engineer - Data Technologies Team
> WSO2 Inc. http://wso2.com
>
> email: lasan...@wso2.com
> mobile: (+94) 71 5247551
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DAS] java.lang.NoSuchMethodError when trying to add Kafka Event Receiver

2016-06-05 Thread Grainier Perera
As +sajith mentioned, DAS already have scala 2.10.x packed for spark. And
Kafka packs two binary builds for multiple versions of Scala (Scala
2.10/Scala 2.11) [1]. So, you should use kafka_2.10-0.9.0.1.tgz and copy
it's jar files as dependencies, and when adding dependencies to
/components/lib/, *do not add scala-library-2.10.5.jar,* since it's already
available with DAS 3.0.1

[1] http://kafka.apache.org/downloads.html

Regards,

On Mon, Jun 6, 2016 at 12:47 AM, Lasantha Fernando 
wrote:

>
> On 5 June 2016 at 23:52, Mohanadarshan Vivekanandalingam 
> wrote:
>
>>
>>
>> On Sun, Jun 5, 2016 at 11:33 PM, Sajith Ravindra 
>> wrote:
>>
>>> It seems Spark has a dependency on scala-library_2.10.4 and this jar is
>>> already included in DAS pack, therefore copying scala-library-2.11.7.jar
>>> as per the documentation will lead to a conflict. I tested deleting
>>> ./repository/components/plugins/org.scala-lang.scala-library_2.10.4.v20140209-180020-VFINAL-b66a39653b.jar
>>> in DAS pack and it fixes the above error. But it give a NoClassDefFound
>>> error in startup.
>>>
>>> AFAIU there's no straightforward way to workaround this issue as it
>>> requires to two different versions of the same .jar other than upgrading
>>> the Spark scla-library dependency.
>>>
>>
>> Yes, @Charith you have few options..
>>
>> 1) Build a single jar/bundle by wrapping necessary dependencies and use.
>>
>
> +1. I think building a proper jar with the correct dependencies would be
> good since that way we can use the latest version of Kafka. WDYT?
>
> Also, @Charitha, can you try putting the scala-library to dropins instead
> of lib. From looking at the jar, it already has an OSGi manifest file, so
> no need to OSGify it again. Did we try starting the server without putting
> the scala-library-2.11.7.jar at all? Anyway, since this is an OSGi binding
> issue, there might be some non-standard bundle combinations that can get it
> to work. But that wouldn't be a clean solution I think.
>
> Thanks,
> Lasantha
>
>
>> 2) Try with Kafka 2.10-0.8.1.1 server
>>
>>
>>>
>>> P.S : @Charith if this is for the sake of testing you can use CEP as it
>>> has not scala-libarary dependency.
>>>
>>
>>
>>
>> --
>> *V. Mohanadarshan*
>> *Associate Tech Lead,*
>> *Data Technologies Team,*
>> *WSO2, Inc. http://wso2.com  *
>> *lean.enterprise.middleware.*
>>
>> email: mo...@wso2.com
>> phone:(+94) 771117673
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Lasantha Fernando*
> Senior Software Engineer - Data Technologies Team
> WSO2 Inc. http://wso2.com
>
> email: lasan...@wso2.com
> mobile: (+94) 71 5247551
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Grainier Perera
Software Engineer
Mobile : +94716122384
WSO2 Inc. | http://wso2.com
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DAS] java.lang.NoSuchMethodError when trying to add Kafka Event Receiver

2016-06-05 Thread Lasantha Fernando
On 5 June 2016 at 23:52, Mohanadarshan Vivekanandalingam 
wrote:

>
>
> On Sun, Jun 5, 2016 at 11:33 PM, Sajith Ravindra  wrote:
>
>> It seems Spark has a dependency on scala-library_2.10.4 and this jar is
>> already included in DAS pack, therefore copying scala-library-2.11.7.jar as
>> per the documentation will lead to a conflict. I tested deleting
>> ./repository/components/plugins/org.scala-lang.scala-library_2.10.4.v20140209-180020-VFINAL-b66a39653b.jar
>> in DAS pack and it fixes the above error. But it give a NoClassDefFound
>> error in startup.
>>
>> AFAIU there's no straightforward way to workaround this issue as it
>> requires to two different versions of the same .jar other than upgrading
>> the Spark scla-library dependency.
>>
>
> Yes, @Charith you have few options..
>
> 1) Build a single jar/bundle by wrapping necessary dependencies and use.
>

+1. I think building a proper jar with the correct dependencies would be
good since that way we can use the latest version of Kafka. WDYT?

Also, @Charitha, can you try putting the scala-library to dropins instead
of lib. From looking at the jar, it already has an OSGi manifest file, so
no need to OSGify it again. Did we try starting the server without putting
the scala-library-2.11.7.jar at all? Anyway, since this is an OSGi binding
issue, there might be some non-standard bundle combinations that can get it
to work. But that wouldn't be a clean solution I think.

Thanks,
Lasantha


> 2) Try with Kafka 2.10-0.8.1.1 server
>
>
>>
>> P.S : @Charith if this is for the sake of testing you can use CEP as it
>> has not scala-libarary dependency.
>>
>
>
>
> --
> *V. Mohanadarshan*
> *Associate Tech Lead,*
> *Data Technologies Team,*
> *WSO2, Inc. http://wso2.com  *
> *lean.enterprise.middleware.*
>
> email: mo...@wso2.com
> phone:(+94) 771117673
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Lasantha Fernando*
Senior Software Engineer - Data Technologies Team
WSO2 Inc. http://wso2.com

email: lasan...@wso2.com
mobile: (+94) 71 5247551
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DAS] java.lang.NoSuchMethodError when trying to add Kafka Event Receiver

2016-06-05 Thread Mohanadarshan Vivekanandalingam
On Sun, Jun 5, 2016 at 11:33 PM, Sajith Ravindra  wrote:

> It seems Spark has a dependency on scala-library_2.10.4 and this jar is
> already included in DAS pack, therefore copying scala-library-2.11.7.jar as
> per the documentation will lead to a conflict. I tested deleting
> ./repository/components/plugins/org.scala-lang.scala-library_2.10.4.v20140209-180020-VFINAL-b66a39653b.jar
> in DAS pack and it fixes the above error. But it give a NoClassDefFound
> error in startup.
>
> AFAIU there's no straightforward way to workaround this issue as it
> requires to two different versions of the same .jar other than upgrading
> the Spark scla-library dependency.
>

Yes, @Charith you have few options..

1) Build a single jar/bundle by wrapping necessary dependencies and use.
2) Try with Kafka 2.10-0.8.1.1 server


>
> P.S : @Charith if this is for the sake of testing you can use CEP as it
> has not scala-libarary dependency.
>



-- 
*V. Mohanadarshan*
*Associate Tech Lead,*
*Data Technologies Team,*
*WSO2, Inc. http://wso2.com  *
*lean.enterprise.middleware.*

email: mo...@wso2.com
phone:(+94) 771117673
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DAS] java.lang.NoSuchMethodError when trying to add Kafka Event Receiver

2016-06-05 Thread Sajith Ravindra
It seems Spark has a dependency on scala-library_2.10.4 and this jar is
already included in DAS pack, therefore copying scala-library-2.11.7.jar as
per the documentation will lead to a conflict. I tested deleting
./repository/components/plugins/org.scala-lang.scala-library_2.10.4.v20140209-180020-VFINAL-b66a39653b.jar
in DAS pack and it fixes the above error. But it give a NoClassDefFound
error in startup.

AFAIU there's no straightforward way to workaround this issue as it
requires to two different versions of the same .jar other than upgrading
the Spark scla-library dependency.

P.S : @Charith if this is for the sake of testing you can use CEP as it has
not scala-libarary dependency.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [DAS] java.lang.NoSuchMethodError when trying to add Kafka Event Receiver

2016-06-03 Thread Charitha Goonetilleke
Hi,

I'm trying to add kafka event receiver by following steps in the
documentation[1] with Kafka 2.11-0.9.0.1. I'm getting following error when
tried to Add a Kafka Event Receiver.

[2016-06-04 01:25:42,815] ERROR
{org.wso2.carbon.event.receiver.core.EventReceiverDeployer} -  Event
Receiver not deployed, invalid configuration found at
org.wso2.event.receiver.m1.xml, and in inactive state,
scala.Predef$.ArrowAssoc(Ljava/lang/Object;)Ljava/lang/Object;
java.lang.NoSuchMethodError:
scala.Predef$.ArrowAssoc(Ljava/lang/Object;)Ljava/lang/Object;
at
kafka.consumer.ZookeeperConsumerConnector.(ZookeeperConsumerConnector.scala:111)
at
kafka.javaapi.consumer.ZookeeperConsumerConnector.(ZookeeperConsumerConnector.scala:66)
at
kafka.javaapi.consumer.ZookeeperConsumerConnector.(ZookeeperConsumerConnector.scala:69)
at
kafka.consumer.Consumer$.createJavaConsumerConnector(ConsumerConnector.scala:120)
at
kafka.consumer.Consumer.createJavaConsumerConnector(ConsumerConnector.scala)
at
org.wso2.carbon.event.input.adapter.kafka.ConsumerKafkaAdaptor.(ConsumerKafkaAdaptor.java:40)
at
org.wso2.carbon.event.input.adapter.kafka.KafkaEventAdapter.createKafkaAdaptorListener(KafkaEventAdapter.java:132)
at
org.wso2.carbon.event.input.adapter.kafka.KafkaEventAdapter.connect(KafkaEventAdapter.java:66)
at
org.wso2.carbon.event.input.adapter.core.internal.InputAdapterRuntime.start(InputAdapterRuntime.java:75)
at
org.wso2.carbon.event.input.adapter.core.internal.InputAdapterRuntime.startPolling(InputAdapterRuntime.java:65)
at
org.wso2.carbon.event.input.adapter.core.internal.CarbonInputEventAdapterService.create(CarbonInputEventAdapterService.java:113)
at
org.wso2.carbon.event.receiver.core.internal.EventReceiver.(EventReceiver.java:116)
at
org.wso2.carbon.event.receiver.core.internal.CarbonEventReceiverService.addEventReceiverConfiguration(CarbonEventReceiverService.java:323)
at
org.wso2.carbon.event.receiver.core.EventReceiverDeployer.processDeployment(EventReceiverDeployer.java:203)
at
org.wso2.carbon.event.receiver.core.EventReceiverDeployer.executeManualDeployment(EventReceiverDeployer.java:273)
at
org.wso2.carbon.event.receiver.core.internal.util.helper.EventReceiverConfigurationFileSystemInvoker.saveAndDeploy(EventReceiverConfigurationFileSystemInvoker.java:96)
at
org.wso2.carbon.event.receiver.core.internal.util.helper.EventReceiverConfigurationFileSystemInvoker.save(EventReceiverConfigurationFileSystemInvoker.java:80)
at
org.wso2.carbon.event.receiver.core.internal.util.helper.EventReceiverConfigurationFileSystemInvoker.encryptAndSave(EventReceiverConfigurationFileSystemInvoker.java:75)
at
org.wso2.carbon.event.receiver.core.internal.CarbonEventReceiverService.deployEventReceiverConfiguration(CarbonEventReceiverService.java:77)
at
org.wso2.carbon.event.receiver.admin.EventReceiverAdminService.deployJsonEventReceiverConfiguration(EventReceiverAdminService.java:619)
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.apache.axis2.rpc.receivers.RPCUtil.invokeServiceClass(RPCUtil.java:212)
at
org.apache.axis2.rpc.receivers.RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.java:117)
at
org.apache.axis2.receivers.AbstractInOutMessageReceiver.invokeBusinessLogic(AbstractInOutMessageReceiver.java:40)
at
org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:110)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:180)
at
org.apache.axis2.transport.local.LocalTransportReceiver.processMessage(LocalTransportReceiver.java:169)
at
org.apache.axis2.transport.local.LocalTransportReceiver.processMessage(LocalTransportReceiver.java:82)
at
org.wso2.carbon.core.transports.local.CarbonLocalTransportSender.finalizeSendWithToAddress(CarbonLocalTransportSender.java:45)
at
org.apache.axis2.transport.local.LocalTransportSender.invoke(LocalTransportSender.java:77)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:442)
at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:430)
at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:225)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:149)
at
org.wso2.carbon.event.receiver.stub.EventReceiverAdminServiceStub.deployJsonEventReceiverConfiguration(EventReceiverAdminServiceStub.java:3404)
at
org.apache.jsp.eventreceiver.add_005fevent_005freceiver_005fajaxprocessor_jsp._jspService(add_005fevent_005freceiver_005fajaxprocessor_jsp.java:327)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)