[Dev] Errors in ESB sample 101

2014-07-15 Thread Amalka Subasinghe
Hi,

After I execute the ESB sample 101; noticed the following errors in
consoles, Any idea about this?

*ESB console*

[2014-07-16 10:19:17,004] ERROR - AxisEngine The service cannot be found
for the endpoint reference (EPR)
http://www.w3.org/2005/08/addressing/anonymous
org.apache.axis2.AxisFault: The service cannot be found for the endpoint
reference (EPR) http://www.w3.org/2005/08/addressing/anonymous
at
org.apache.axis2.engine.DispatchPhase.validateTransport(DispatchPhase.java:251)
at
org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:109)
at org.apache.axis2.engine.Phase.invoke(Phase.java:329)
at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:261)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:167)
at
org.apache.sandesha2.workers.SenderWorker.checkForSyncResponses(SenderWorker.java:710)
at org.apache.sandesha2.workers.SenderWorker.run(SenderWorker.java:410)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)


*Axis2Server console*

Wed Jul 16 10:19:11 IST 2014 samples.services.ReliableStockQuoteService ::
Generating quote for : IBM
14/07/16 10:20:31 WARN workers.Sender: A WS-Reliable messaging protocol
message 7 has been waiting for a MakeConnection call. The message will
continue to wait, but there may be a problem with the client
configuration.  The sequence ID is
urn:uuid:6822867B15853194A11405486150546. The internal sequence ID is
Sandesha2InternalSequence:urn:uuid:964627EF8A91C865E71405486150955.

Thanks
Amalka

-- 

Amalka Subasinghe

Senior Software Engineer
WSO2 Inc.
Mobile: +94 77 9401267
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Errors in ESB sample 101

2014-07-15 Thread Sandamal Weerasinghe
Hi Amalka,

First you need to deploy the ReliableStockQuoteService in Axis2.

Then in {ESB HOME}/repository/conf/carbon.xml change the configuration file
to axis2_nhttp.xml

COMMENT THIS ->
${carbon.home}/repository/conf/axis2/axis2.xml
ADD THIS ->
${carbon.home}/repository/conf/axis2/axis2_nhttp.xml

Thanks.

Sandamal Weerasinghe | Software Engineer | WSO2 Lanka (Pvt) Ltd


On Wed, Jul 16, 2014 at 10:24 AM, Amalka Subasinghe  wrote:

> Hi,
>
> After I execute the ESB sample 101; noticed the following errors in
> consoles, Any idea about this?
>
> *ESB console*
>
> [2014-07-16 10:19:17,004] ERROR - AxisEngine The service cannot be found
> for the endpoint reference (EPR)
> http://www.w3.org/2005/08/addressing/anonymous
> org.apache.axis2.AxisFault: The service cannot be found for the endpoint
> reference (EPR) http://www.w3.org/2005/08/addressing/anonymous
> at
> org.apache.axis2.engine.DispatchPhase.validateTransport(DispatchPhase.java:251)
> at
> org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:109)
> at org.apache.axis2.engine.Phase.invoke(Phase.java:329)
> at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:261)
> at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:167)
> at
> org.apache.sandesha2.workers.SenderWorker.checkForSyncResponses(SenderWorker.java:710)
> at org.apache.sandesha2.workers.SenderWorker.run(SenderWorker.java:410)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
> at java.lang.Thread.run(Thread.java:662)
>
>
> *Axis2Server console*
>
> Wed Jul 16 10:19:11 IST 2014 samples.services.ReliableStockQuoteService ::
> Generating quote for : IBM
> 14/07/16 10:20:31 WARN workers.Sender: A WS-Reliable messaging protocol
> message 7 has been waiting for a MakeConnection call. The message will
> continue to wait, but there may be a problem with the client
> configuration.  The sequence ID is
> urn:uuid:6822867B15853194A11405486150546. The internal sequence ID is
> Sandesha2InternalSequence:urn:uuid:964627EF8A91C865E71405486150955.
>
> Thanks
> Amalka
>
> --
>
> Amalka Subasinghe
>
> Senior Software Engineer
> WSO2 Inc.
> Mobile: +94 77 9401267
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Errors in ESB sample 101

2014-07-15 Thread Amalka Subasinghe
Hi Sandamal,

Yeah I did the changes you have specified before execute the query.
That's y i'm getting following message

*Wed Jul 16 10:19:11 IST 2014 samples.services.*
*ReliableStockQuoteService :: Generating quote for : IBM*
14/07/16 10:20:31 WARN workers.Sender: A WS-Reliable messaging protocol
message 7 has been waiting for a MakeConnection call. The message will
continue to wait, but there may be a problem with the client
configuration.  The sequence ID is
urn:uuid:6822867B15853194A11405486150546. The internal sequence ID is
Sandesha2InternalSequence:urn:uuid:964627EF8A91C865E71405486150955.



On Wed, Jul 16, 2014 at 10:47 AM, Sandamal Weerasinghe 
wrote:

> Hi Amalka,
>
> First you need to deploy the ReliableStockQuoteService in Axis2.
>
> Then in {ESB HOME}/repository/conf/carbon.xml change the configuration
> file to axis2_nhttp.xml
>
> COMMENT THIS ->
> ${carbon.home}/repository/conf/axis2/axis2.xml
> ADD THIS ->
> ${carbon.home}/repository/conf/axis2/axis2_nhttp.xml
>
> Thanks.
>
> Sandamal Weerasinghe | Software Engineer | WSO2 Lanka (Pvt) Ltd
>
>
> On Wed, Jul 16, 2014 at 10:24 AM, Amalka Subasinghe 
> wrote:
>
>> Hi,
>>
>> After I execute the ESB sample 101; noticed the following errors in
>> consoles, Any idea about this?
>>
>> *ESB console*
>>
>> [2014-07-16 10:19:17,004] ERROR - AxisEngine The service cannot be found
>> for the endpoint reference (EPR)
>> http://www.w3.org/2005/08/addressing/anonymous
>> org.apache.axis2.AxisFault: The service cannot be found for the endpoint
>> reference (EPR) http://www.w3.org/2005/08/addressing/anonymous
>> at
>> org.apache.axis2.engine.DispatchPhase.validateTransport(DispatchPhase.java:251)
>> at
>> org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:109)
>> at org.apache.axis2.engine.Phase.invoke(Phase.java:329)
>> at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:261)
>> at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:167)
>> at
>> org.apache.sandesha2.workers.SenderWorker.checkForSyncResponses(SenderWorker.java:710)
>> at
>> org.apache.sandesha2.workers.SenderWorker.run(SenderWorker.java:410)
>> at
>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
>> at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
>> at java.lang.Thread.run(Thread.java:662)
>>
>>
>> *Axis2Server console*
>>
>> Wed Jul 16 10:19:11 IST 2014 samples.services.ReliableStockQuoteService
>> :: Generating quote for : IBM
>> 14/07/16 10:20:31 WARN workers.Sender: A WS-Reliable messaging protocol
>> message 7 has been waiting for a MakeConnection call. The message will
>> continue to wait, but there may be a problem with the client
>> configuration.  The sequence ID is
>> urn:uuid:6822867B15853194A11405486150546. The internal sequence ID is
>> Sandesha2InternalSequence:urn:uuid:964627EF8A91C865E71405486150955.
>>
>> Thanks
>> Amalka
>>
>> --
>>
>> Amalka Subasinghe
>>
>> Senior Software Engineer
>> WSO2 Inc.
>> Mobile: +94 77 9401267
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>


-- 

Amalka Subasinghe

Senior Software Engineer
WSO2 Inc.
Mobile: +94 77 9401267
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Errors in ESB sample 101

2014-07-15 Thread Amalka Subasinghe
On Wed, Jul 16, 2014 at 11:11 AM, Amalka Subasinghe  wrote:

> Hi Sandamal,
>
> Yeah I did the changes you have specified before execute the query.
> That's y i'm getting following message
>
>
> *Wed Jul 16 10:19:11 IST 2014 samples.services.*
> *ReliableStockQuoteService :: Generating quote for : IBM*
> 14/07/16 10:20:31 WARN workers.Sender: A WS-Reliable messaging protocol
> message 7 has been waiting for a MakeConnection call. The message will
> continue to wait, but there may be a problem with the client
> configuration.  The sequence ID is
> urn:uuid:6822867B15853194A11405486150546. The internal sequence ID is
> Sandesha2InternalSequence:urn:uuid:964627EF8A91C865E71405486150955.
>
> When I use the TCPMon in between ESB and axis2Server; couldn;t see the
sequence termination message too

Thanks
Amalka

>
>
> On Wed, Jul 16, 2014 at 10:47 AM, Sandamal Weerasinghe 
> wrote:
>
>> Hi Amalka,
>>
>> First you need to deploy the ReliableStockQuoteService in Axis2.
>>
>> Then in {ESB HOME}/repository/conf/carbon.xml change the configuration
>> file to axis2_nhttp.xml
>>
>> COMMENT THIS ->
>> ${carbon.home}/repository/conf/axis2/axis2.xml
>> ADD THIS ->
>> ${carbon.home}/repository/conf/axis2/axis2_nhttp.xml
>>
>> Thanks.
>>
>> Sandamal Weerasinghe | Software Engineer | WSO2 Lanka (Pvt) Ltd
>>
>>
>> On Wed, Jul 16, 2014 at 10:24 AM, Amalka Subasinghe 
>> wrote:
>>
>>> Hi,
>>>
>>> After I execute the ESB sample 101; noticed the following errors in
>>> consoles, Any idea about this?
>>>
>>> *ESB console*
>>>
>>> [2014-07-16 10:19:17,004] ERROR - AxisEngine The service cannot be found
>>> for the endpoint reference (EPR)
>>> http://www.w3.org/2005/08/addressing/anonymous
>>> org.apache.axis2.AxisFault: The service cannot be found for the endpoint
>>> reference (EPR) http://www.w3.org/2005/08/addressing/anonymous
>>> at
>>> org.apache.axis2.engine.DispatchPhase.validateTransport(DispatchPhase.java:251)
>>> at
>>> org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:109)
>>> at org.apache.axis2.engine.Phase.invoke(Phase.java:329)
>>> at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:261)
>>> at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:167)
>>> at
>>> org.apache.sandesha2.workers.SenderWorker.checkForSyncResponses(SenderWorker.java:710)
>>> at
>>> org.apache.sandesha2.workers.SenderWorker.run(SenderWorker.java:410)
>>> at
>>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
>>> at
>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
>>> at java.lang.Thread.run(Thread.java:662)
>>>
>>>
>>> *Axis2Server console*
>>>
>>> Wed Jul 16 10:19:11 IST 2014 samples.services.ReliableStockQuoteService
>>> :: Generating quote for : IBM
>>> 14/07/16 10:20:31 WARN workers.Sender: A WS-Reliable messaging protocol
>>> message 7 has been waiting for a MakeConnection call. The message will
>>> continue to wait, but there may be a problem with the client
>>> configuration.  The sequence ID is
>>> urn:uuid:6822867B15853194A11405486150546. The internal sequence ID is
>>> Sandesha2InternalSequence:urn:uuid:964627EF8A91C865E71405486150955.
>>>
>>> Thanks
>>> Amalka
>>>
>>> --
>>>
>>> Amalka Subasinghe
>>>
>>> Senior Software Engineer
>>> WSO2 Inc.
>>> Mobile: +94 77 9401267
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>
>
> --
>
> Amalka Subasinghe
>
> Senior Software Engineer
> WSO2 Inc.
> Mobile: +94 77 9401267
>



-- 

Amalka Subasinghe

Senior Software Engineer
WSO2 Inc.
Mobile: +94 77 9401267
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Errors in ESB sample 101

2014-07-15 Thread Amalka Subasinghe
Check this issue with Sandamal,

The message passing in between ESB and axis2Server is wrong. This can be
reproduced only in wso2esb-4.9.0-SNAPSHOT
Updated the Jira accordinly https://wso2.org/jira/browse/ESBJAVA-3199

Thanks
Amalka


On Wed, Jul 16, 2014 at 11:14 AM, Amalka Subasinghe  wrote:

>
>
>
> On Wed, Jul 16, 2014 at 11:11 AM, Amalka Subasinghe 
> wrote:
>
>> Hi Sandamal,
>>
>> Yeah I did the changes you have specified before execute the query.
>> That's y i'm getting following message
>>
>>
>> *Wed Jul 16 10:19:11 IST 2014 samples.services.*
>> *ReliableStockQuoteService :: Generating quote for : IBM*
>> 14/07/16 10:20:31 WARN workers.Sender: A WS-Reliable messaging protocol
>> message 7 has been waiting for a MakeConnection call. The message will
>> continue to wait, but there may be a problem with the client
>> configuration.  The sequence ID is
>> urn:uuid:6822867B15853194A11405486150546. The internal sequence ID is
>> Sandesha2InternalSequence:urn:uuid:964627EF8A91C865E71405486150955.
>>
>> When I use the TCPMon in between ESB and axis2Server; couldn;t see the
> sequence termination message too
>
> Thanks
> Amalka
>
>>
>>
>> On Wed, Jul 16, 2014 at 10:47 AM, Sandamal Weerasinghe > > wrote:
>>
>>> Hi Amalka,
>>>
>>> First you need to deploy the ReliableStockQuoteService in Axis2.
>>>
>>> Then in {ESB HOME}/repository/conf/carbon.xml change the configuration
>>> file to axis2_nhttp.xml
>>>
>>> COMMENT THIS ->
>>> ${carbon.home}/repository/conf/axis2/axis2.xml
>>> ADD THIS ->
>>> ${carbon.home}/repository/conf/axis2/axis2_nhttp.xml
>>>
>>> Thanks.
>>>
>>> Sandamal Weerasinghe | Software Engineer | WSO2 Lanka (Pvt) Ltd
>>>
>>>
>>> On Wed, Jul 16, 2014 at 10:24 AM, Amalka Subasinghe 
>>> wrote:
>>>
 Hi,

 After I execute the ESB sample 101; noticed the following errors in
 consoles, Any idea about this?

 *ESB console*

 [2014-07-16 10:19:17,004] ERROR - AxisEngine The service cannot be
 found for the endpoint reference (EPR)
 http://www.w3.org/2005/08/addressing/anonymous
 org.apache.axis2.AxisFault: The service cannot be found for the
 endpoint reference (EPR) http://www.w3.org/2005/08/addressing/anonymous
 at
 org.apache.axis2.engine.DispatchPhase.validateTransport(DispatchPhase.java:251)
 at
 org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:109)
 at org.apache.axis2.engine.Phase.invoke(Phase.java:329)
 at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:261)
 at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:167)
 at
 org.apache.sandesha2.workers.SenderWorker.checkForSyncResponses(SenderWorker.java:710)
 at
 org.apache.sandesha2.workers.SenderWorker.run(SenderWorker.java:410)
 at
 java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
 at
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
 at java.lang.Thread.run(Thread.java:662)


 *Axis2Server console*

 Wed Jul 16 10:19:11 IST 2014 samples.services.ReliableStockQuoteService
 :: Generating quote for : IBM
 14/07/16 10:20:31 WARN workers.Sender: A WS-Reliable messaging protocol
 message 7 has been waiting for a MakeConnection call. The message will
 continue to wait, but there may be a problem with the client
 configuration.  The sequence ID is
 urn:uuid:6822867B15853194A11405486150546. The internal sequence ID is
 Sandesha2InternalSequence:urn:uuid:964627EF8A91C865E71405486150955.

 Thanks
 Amalka

 --

 Amalka Subasinghe

 Senior Software Engineer
 WSO2 Inc.
 Mobile: +94 77 9401267

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


>>>
>>
>>
>> --
>>
>> Amalka Subasinghe
>>
>> Senior Software Engineer
>> WSO2 Inc.
>> Mobile: +94 77 9401267
>>
>
>
>
> --
>
> Amalka Subasinghe
>
> Senior Software Engineer
> WSO2 Inc.
> Mobile: +94 77 9401267
>



-- 

Amalka Subasinghe

Senior Software Engineer
WSO2 Inc.
Mobile: +94 77 9401267
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev