You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by Rico M <ri...@gmail.com> on 2010/09/21 16:05:37 UTC

Unable to call web service : Message Error occurred in transport

Hi All,

I am trying to call a web service over the internet. I tried to deploy
and use proof-of-concept services locally and they work fine ( using
simple axis server).
I am trying to call a web service at this location :
http://www.thomas-bayer.com:80/axis2/services/BLZService
This fails with the following error :  Numeber :75 Message Error
occurred in transport
I am not sure why the error is encountered. Attached are the source
files & http conf (trimmed only with axis config) and axis2.xml

Thanks & Regards,
Haresh

Re: Unable to call web service : Message Error occurred in transport

Posted by Rico M <ri...@gmail.com>.
Nevermind guys.... the problem was with loading the axis2.xml..

Cheers! :))

On Wed, Sep 22, 2010 at 11:03 AM, Rico M <ri...@gmail.com> wrote:
> The logs are :
>
> [Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(140) Service name
> is : __ANONYMOUS_SERVICE__
> [Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(722) Module name
> is:addressing
> [Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(2006) Trying to
> add this handler AddressingInHandler to system pre defined phases ,
> but those handlers are already added to global chain which run
> irrespective of the service
> [Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(722) Module name
> is:addressing
> [Wed Sep 22 10:00:27 2010] [debug] phase_holder.c(131) Add handler
> AddressingOutHandler to phase MessageOut
> [Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(722) Module name
> is:addressing
> [Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(722) Module name
> is:addressing
> [Wed Sep 22 10:00:27 2010] [debug] phase_holder.c(131) Add handler
> AddressingOutHandler to phase MessageOut
> [Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(722) Module name
> is:addressing
> [Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(2006) Trying to
> add this handler AddressingInHandler to system pre defined phases ,
> but those handlers are already added to global chain which run
> irrespective of the service
> [Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(722) Module name
> is:addressing
> [Wed Sep 22 10:00:27 2010] [debug] phase_holder.c(131) Add handler
> AddressingOutHandler to phase MessageOut
> [Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(722) Module name
> is:addressing
> [Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(722) Module name
> is:addressing
> [Wed Sep 22 10:00:27 2010] [debug] phase_holder.c(131) Add handler
> AddressingOutHandler to phase MessageOut
> [Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(722) Module name
> is:addressing
> [Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(2006) Trying to
> add this handler AddressingInHandler to system pre defined phases ,
> but those handlers are already added to global chain which run
> irrespective of the service
> [Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(722) Module name
> is:addressing
> [Wed Sep 22 10:00:27 2010] [debug] phase_holder.c(131) Add handler
> AddressingOutHandler to phase MessageOut
> [Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(722) Module name
> is:addressing
> [Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(722) Module name
> is:addressing
> [Wed Sep 22 10:00:27 2010] [debug] phase_holder.c(131) Add handler
> AddressingOutHandler to phase MessageOut
> [Wed Sep 22 10:00:27 2010] [debug] op_client.c(888)
> Start:axis2_op_client_infer_transport
> [Wed Sep 22 10:00:27 2010] [debug] op_client.c(894) Not a part of options
> [Wed Sep 22 10:00:27 2010] [debug] op_client.c(945) transport out desc
> [Wed Sep 22 10:00:27 2010] [debug] op_client.c(954)
> End:axis2_op_client_infer_transport
> [Wed Sep 22 10:00:27 2010] [debug] phase.c(202) Invoke the handler
> AddressingOutHandler within the phase MessageOut
> [Wed Sep 22 10:00:27 2010] [info]  Starting addressing out handler
> [Wed Sep 22 10:00:27 2010] [debug] http_transport_sender.c(241)
> ctx_epr:http://www.thomas-bayer.com:80/axis2/services/BLZService
> [Wed Sep 22 10:00:27 2010] [debug] http_transport_sender.c(776) using
> axis2 native http sender.
> [Wed Sep 22 10:00:27 2010] [debug] http_sender.c(497)
> msg_ctx_id:urn:uuid:d7de21fe-c627-1df1-365d-000423ce41da
> [Wed Sep 22 10:00:27 2010] [debug] http_transport_utils.c(3835) No
> session map stored
> [Wed Sep 22 10:00:27 2010] [error] http_sender.c(1358) Error occurred
> in transport
> [Wed Sep 22 10:00:27 2010] [error] engine.c(171) Transport sender invoke failed
> [Wed Sep 22 10:00:27 2010] [error] rieo_hello.cpp(86) Stub invoke
> FAILED: Error code: 75 :: Error occurred in transport
>
>
>
>
> On Tue, Sep 21, 2010 at 3:05 PM, Rico M <ri...@gmail.com> wrote:
>> Hi All,
>>
>> I am trying to call a web service over the internet. I tried to deploy
>> and use proof-of-concept services locally and they work fine ( using
>> simple axis server).
>> I am trying to call a web service at this location :
>> http://www.thomas-bayer.com:80/axis2/services/BLZService
>> This fails with the following error :  Numeber :75 Message Error
>> occurred in transport
>> I am not sure why the error is encountered. Attached are the source
>> files & http conf (trimmed only with axis config) and axis2.xml
>>
>

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


Re: Unable to call web service : Message Error occurred in transport

Posted by Rico M <ri...@gmail.com>.
The logs are :

[Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(140) Service name
is : __ANONYMOUS_SERVICE__
[Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(722) Module name
is:addressing
[Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(2006) Trying to
add this handler AddressingInHandler to system pre defined phases ,
but those handlers are already added to global chain which run
irrespective of the service
[Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(722) Module name
is:addressing
[Wed Sep 22 10:00:27 2010] [debug] phase_holder.c(131) Add handler
AddressingOutHandler to phase MessageOut
[Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(722) Module name
is:addressing
[Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(722) Module name
is:addressing
[Wed Sep 22 10:00:27 2010] [debug] phase_holder.c(131) Add handler
AddressingOutHandler to phase MessageOut
[Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(722) Module name
is:addressing
[Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(2006) Trying to
add this handler AddressingInHandler to system pre defined phases ,
but those handlers are already added to global chain which run
irrespective of the service
[Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(722) Module name
is:addressing
[Wed Sep 22 10:00:27 2010] [debug] phase_holder.c(131) Add handler
AddressingOutHandler to phase MessageOut
[Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(722) Module name
is:addressing
[Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(722) Module name
is:addressing
[Wed Sep 22 10:00:27 2010] [debug] phase_holder.c(131) Add handler
AddressingOutHandler to phase MessageOut
[Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(722) Module name
is:addressing
[Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(2006) Trying to
add this handler AddressingInHandler to system pre defined phases ,
but those handlers are already added to global chain which run
irrespective of the service
[Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(722) Module name
is:addressing
[Wed Sep 22 10:00:27 2010] [debug] phase_holder.c(131) Add handler
AddressingOutHandler to phase MessageOut
[Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(722) Module name
is:addressing
[Wed Sep 22 10:00:27 2010] [debug] phase_resolver.c(722) Module name
is:addressing
[Wed Sep 22 10:00:27 2010] [debug] phase_holder.c(131) Add handler
AddressingOutHandler to phase MessageOut
[Wed Sep 22 10:00:27 2010] [debug] op_client.c(888)
Start:axis2_op_client_infer_transport
[Wed Sep 22 10:00:27 2010] [debug] op_client.c(894) Not a part of options
[Wed Sep 22 10:00:27 2010] [debug] op_client.c(945) transport out desc
[Wed Sep 22 10:00:27 2010] [debug] op_client.c(954)
End:axis2_op_client_infer_transport
[Wed Sep 22 10:00:27 2010] [debug] phase.c(202) Invoke the handler
AddressingOutHandler within the phase MessageOut
[Wed Sep 22 10:00:27 2010] [info]  Starting addressing out handler
[Wed Sep 22 10:00:27 2010] [debug] http_transport_sender.c(241)
ctx_epr:http://www.thomas-bayer.com:80/axis2/services/BLZService
[Wed Sep 22 10:00:27 2010] [debug] http_transport_sender.c(776) using
axis2 native http sender.
[Wed Sep 22 10:00:27 2010] [debug] http_sender.c(497)
msg_ctx_id:urn:uuid:d7de21fe-c627-1df1-365d-000423ce41da
[Wed Sep 22 10:00:27 2010] [debug] http_transport_utils.c(3835) No
session map stored
[Wed Sep 22 10:00:27 2010] [error] http_sender.c(1358) Error occurred
in transport
[Wed Sep 22 10:00:27 2010] [error] engine.c(171) Transport sender invoke failed
[Wed Sep 22 10:00:27 2010] [error] rieo_hello.cpp(86) Stub invoke
FAILED: Error code: 75 :: Error occurred in transport




On Tue, Sep 21, 2010 at 3:05 PM, Rico M <ri...@gmail.com> wrote:
> Hi All,
>
> I am trying to call a web service over the internet. I tried to deploy
> and use proof-of-concept services locally and they work fine ( using
> simple axis server).
> I am trying to call a web service at this location :
> http://www.thomas-bayer.com:80/axis2/services/BLZService
> This fails with the following error :  Numeber :75 Message Error
> occurred in transport
> I am not sure why the error is encountered. Attached are the source
> files & http conf (trimmed only with axis config) and axis2.xml
>

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