You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by shadab sheikh <sh...@gmail.com> on 2014/09/12 23:43:39 UTC

Axis2: Unable to make the http connection.

Hi,

I have an environment where we have  multiple 3pp nodes using different
protocol (SOAP and telnet). For each 3pp node we have different packages
developed in java for communication.

There are four services which are using  SOAP protocol and 3 are using
axis/jax rpc and one is developed using axis2 framework.

All application is working fine till the time 2 other application are
executed (using axis/jax rpc and xml/rpc) executes the commands.

One single command from any application makes the application (developed in
 axis2 framework) unreable .

I have check the connectivity between and the environment, it remains
reachable but application is unable to get the connection. However the
restarting the whole environment makes that (axis2 developed) application
reachable till the time these 2 conflicting application are not executed.

once they executes any command it this axis2 developed application causes
the same pb.

Below is the exception I am getting



java.lang.NumberFormatException: For input string: ""
        at
java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
        at java.lang.Integer.parseInt(Integer.java:470)
        at java.lang.Integer.parseInt(Integer.java:499)
        at
org.apache.axis2.transport.http.ProxyConfiguration.configure(ProxyConfiguration.java:191)
        at
org.apache.axis2.transport.http.AbstractHTTPSender.getHostConfiguration(AbstractHTTPSender.java:292)
        at
org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:531)
        at
org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:199)
        at
org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:76)
        at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:400)
        at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:225)
        at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:438)
        at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:402)
        at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
        at
org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
        at soap.ScfMobileSoapStub.addSubscriber(ScfMobileSoapStub.java:2821)
        at
com.ericsson.ema.downstream.HuaweiPCRFProvisioningClient.doAddSubscriber(HuaweiPCRFProvisioningClient.java:109)
        at
com.ericsson.ema.downstream.HuaweiPCRFJavaLink.sendMessage(HuaweiPCRFJavaLink.java:82)
        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:597)
        at
se.ericsson.ema.downstream.DynamicClassLoader.sendMessage(Unknown Source)
        at
com.ericsson.ema.fsc.linkmanager.javalinkhost.JavaLinkSessionOperationsImpl.sendMessage(Unknown
Source)
        at
com.ericsson.ema.fsc.javalink.JavaLinkSessionPOATie.sendMessage(Unknown
Source)
        at com.ericsson.ema.fsc.javalink.JavaLinkSessionPOA._invoke(Unknown
Source)
        at com.ericsson.ema.fsc.javalink.JavaLinkSessionPOA._invoke(Unknown
Source)
        at com.inprise.vbroker.poa.POAImpl.invoke(Unknown Source)
        at com.inprise.vbroker.poa.ActivationRecord.invoke(Unknown Source)
        at com.inprise.vbroker.GIOP.GiopProtocolAdapter.doRequest(Unknown
Source)
        at com.inprise.vbroker.IIOP.ServerProtocolAdapter.doRequest(Unknown
Source)
        at
com.inprise.vbroker.GIOP.GiopProtocolAdapter.dispatchMessage(Unknown Source)
        at
com.inprise.vbroker.orb.TPDispatcherImpl$TPDispatcher.run(Unknown Source)
        at com.inprise.vbroker.orb.ThreadPool$PoolWorker.run(Unknown Source)

Re: Axis2: Unable to make the http connection.

Posted by shadab sheikh <sh...@gmail.com>.
Hi,

I am not using any proxy configuration in application.

And if this proxy setting is issue then is it possible to have any
successful commands towards the 3pp node because application is working
fine till the time any  conflicting commands are not executed.

Below are the logs of successful command towards 3pp.

#########################################################################################
0     DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action: anonRobustOp;
operation:
org.apache.axis2.description.RobustOutOnlyAxisOperation@bdee400named: {
http://ws.apache.org/namespaces/axis2}anonRobustOp
93    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:anonRobustOp; operation:
org.apache.axis2.description.RobustOutOnlyAxisOperation@bdee400named: {
http://ws.apache.org/namespaces/axis2}anonRobustOp
94    DEBUG org.apache.axis2.description.AxisService  - Client-defined
operation name matches default operation name. this may cause
interoperability issues.  Name is: {
http://ws.apache.org/namespaces/axis2}anonOutonlyOp
94    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action: anonOutonlyOp;
operation: org.apache.axis2.description.OutOnlyAxisOperation@460c5e9cnamed:
{http://ws.apache.org/namespaces/axis2}anonOutonlyOp
94    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:anonOutonlyOp; operation:
org.apache.axis2.description.OutOnlyAxisOperation@460c5e9cnamed: {
http://ws.apache.org/namespaces/axis2}anonOutonlyOp
94    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action: anonOutInOp;
operation: org.apache.axis2.description.OutInAxisOperation@561777b1named: {
http://ws.apache.org/namespaces/axis2}anonOutInOp
94    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action: urn:anonOutInOp;
operation: org.apache.axis2.description.OutInAxisOperation@561777b1named: {
http://ws.apache.org/namespaces/axis2}anonOutInOp
95    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
unSubscribeServicePackage; operation:
org.apache.axis2.description.OutInAxisOperation@1eb3319fnamed:
{rm:soap}unSubscribeServicePackage
95    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:unSubscribeServicePackage; operation:
org.apache.axis2.description.OutInAxisOperation@1eb3319fnamed:
{rm:soap}unSubscribeServicePackage
95    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
updateSubscriberQuota; operation:
org.apache.axis2.description.OutInAxisOperation@67ecd78named:
{rm:soap}updateSubscriberQuota
95    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:updateSubscriberQuota; operation:
org.apache.axis2.description.OutInAxisOperation@67ecd78named:
{rm:soap}updateSubscriberQuota
95    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
getSubscriberAllService; operation:
org.apache.axis2.description.OutInAxisOperation@6ee3849cnamed:
{rm:soap}getSubscriberAllService
95    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:getSubscriberAllService; operation:
org.apache.axis2.description.OutInAxisOperation@6ee3849cnamed:
{rm:soap}getSubscriberAllService
95    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
updateGroupMember; operation:
org.apache.axis2.description.OutInAxisOperation@1b1756a4named:
{rm:soap}updateGroupMember
95    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:updateGroupMember; operation:
org.apache.axis2.description.OutInAxisOperation@1b1756a4named:
{rm:soap}updateGroupMember
95    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
rechargeSubscriberService; operation:
org.apache.axis2.description.OutInAxisOperation@193936e1named:
{rm:soap}rechargeSubscriberService
96    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:rechargeSubscriberService; operation:
org.apache.axis2.description.OutInAxisOperation@193936e1named:
{rm:soap}rechargeSubscriberService
96    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
getSubscriberAllQuota; operation:
org.apache.axis2.description.OutInAxisOperation@7b41fab6named:
{rm:soap}getSubscriberAllQuota
96    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:getSubscriberAllQuota; operation:
org.apache.axis2.description.OutInAxisOperation@7b41fab6named:
{rm:soap}getSubscriberAllQuota
96    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
getSubscriberAllInf; operation:
org.apache.axis2.description.OutInAxisOperation@28b301f2named:
{rm:soap}getSubscriberAllInf
96    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:getSubscriberAllInf; operation:
org.apache.axis2.description.OutInAxisOperation@28b301f2named:
{rm:soap}getSubscriberAllInf
96    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
getGroupMemberList; operation:
org.apache.axis2.description.OutInAxisOperation@44cbbenamed:
{rm:soap}getGroupMemberList
96    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:getGroupMemberList; operation:
org.apache.axis2.description.OutInAxisOperation@44cbbenamed:
{rm:soap}getGroupMemberList
96    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action: addSubscriber;
operation: org.apache.axis2.description.OutInAxisOperation@249c2715named:
{rm:soap}addSubscriber
96    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:addSubscriber; operation:
org.apache.axis2.description.OutInAxisOperation@249c2715named:
{rm:soap}addSubscriber
97    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action: getSubscriber;
operation: org.apache.axis2.description.OutInAxisOperation@7c9e67anamed:
{rm:soap}getSubscriber
97    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:getSubscriber; operation:
org.apache.axis2.description.OutInAxisOperation@7c9e67anamed:
{rm:soap}getSubscriber
97    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
subscribeServicePackage; operation:
org.apache.axis2.description.OutInAxisOperation@583a5794named:
{rm:soap}subscribeServicePackage
97    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:subscribeServicePackage; operation:
org.apache.axis2.description.OutInAxisOperation@583a5794named:
{rm:soap}subscribeServicePackage
97    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
subscribeServicePacket; operation:
org.apache.axis2.description.OutInAxisOperation@5e4be2ccnamed:
{rm:soap}subscribeServicePacket
97    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:subscribeServicePacket; operation:
org.apache.axis2.description.OutInAxisOperation@5e4be2ccnamed:
{rm:soap}subscribeServicePacket
97    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
getSubscriberAllServicePacket; operation:
org.apache.axis2.description.OutInAxisOperation@4816ef71named:
{rm:soap}getSubscriberAllServicePacket
97    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:getSubscriberAllServicePacket; operation:
org.apache.axis2.description.OutInAxisOperation@4816ef71named:
{rm:soap}getSubscriberAllServicePacket
97    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action: addGroupMember;
operation: org.apache.axis2.description.OutInAxisOperation@59c208b0named:
{rm:soap}addGroupMember
97    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:addGroupMember; operation:
org.apache.axis2.description.OutInAxisOperation@59c208b0named:
{rm:soap}addGroupMember
98    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
getSubscriberAlias; operation:
org.apache.axis2.description.OutInAxisOperation@51c888d9named:
{rm:soap}getSubscriberAlias
98    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:getSubscriberAlias; operation:
org.apache.axis2.description.OutInAxisOperation@51c888d9named:
{rm:soap}getSubscriberAlias
98    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
rechargeSubscriberQuota; operation:
org.apache.axis2.description.OutInAxisOperation@44908881named:
{rm:soap}rechargeSubscriberQuota
98    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:rechargeSubscriberQuota; operation:
org.apache.axis2.description.OutInAxisOperation@44908881named:
{rm:soap}rechargeSubscriberQuota
98    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
unSubscribeService; operation:
org.apache.axis2.description.OutInAxisOperation@6cf1f051named:
{rm:soap}unSubscribeService
98    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:unSubscribeService; operation:
org.apache.axis2.description.OutInAxisOperation@6cf1f051named:
{rm:soap}unSubscribeService
98    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
updateSubscriberAlias; operation:
org.apache.axis2.description.OutInAxisOperation@7fd88db7named:
{rm:soap}updateSubscriberAlias
98    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:updateSubscriberAlias; operation:
org.apache.axis2.description.OutInAxisOperation@7fd88db7named:
{rm:soap}updateSubscriberAlias
98    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
updateSubscriberCustomLevel; operation:
org.apache.axis2.description.OutInAxisOperation@62402af3named:
{rm:soap}updateSubscriberCustomLevel
98    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:updateSubscriberCustomLevel; operation:
org.apache.axis2.description.OutInAxisOperation@62402af3named:
{rm:soap}updateSubscriberCustomLevel
99    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
addSubscriberAlias; operation:
org.apache.axis2.description.OutInAxisOperation@62c3e9e9named:
{rm:soap}addSubscriberAlias
99    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:addSubscriberAlias; operation:
org.apache.axis2.description.OutInAxisOperation@62c3e9e9named:
{rm:soap}addSubscriberAlias
99    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
getSubscriberAllServicePackage; operation:
org.apache.axis2.description.OutInAxisOperation@2c31f2a7named:
{rm:soap}getSubscriberAllServicePackage
99    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:getSubscriberAllServicePackage; operation:
org.apache.axis2.description.OutInAxisOperation@2c31f2a7named:
{rm:soap}getSubscriberAllServicePackage
99    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action: lGO; operation:
org.apache.axis2.description.OutInAxisOperation@331c89cnamed: {rm:soap}lGO
99    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action: urn:lGO;
operation: org.apache.axis2.description.OutInAxisOperation@331c89cnamed:
{rm:soap}lGO
99    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
clearAccumulation; operation:
org.apache.axis2.description.OutInAxisOperation@39697b67named:
{rm:soap}clearAccumulation
99    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:clearAccumulation; operation:
org.apache.axis2.description.OutInAxisOperation@39697b67named:
{rm:soap}clearAccumulation
99    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
getSubscriberCustomLevel; operation:
org.apache.axis2.description.OutInAxisOperation@3c24c4a3named:
{rm:soap}getSubscriberCustomLevel
99    DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:getSubscriberCustomLevel; operation:
org.apache.axis2.description.OutInAxisOperation@3c24c4a3named:
{rm:soap}getSubscriberCustomLevel
100   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
unSubscribeServicePacket; operation:
org.apache.axis2.description.OutInAxisOperation@11e9c82enamed:
{rm:soap}unSubscribeServicePacket
100   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:unSubscribeServicePacket; operation:
org.apache.axis2.description.OutInAxisOperation@11e9c82enamed:
{rm:soap}unSubscribeServicePacket
100   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
subscribeAccumulation; operation:
org.apache.axis2.description.OutInAxisOperation@b554d32named:
{rm:soap}subscribeAccumulation
100   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:subscribeAccumulation; operation:
org.apache.axis2.description.OutInAxisOperation@b554d32named:
{rm:soap}subscribeAccumulation
100   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
unSubscribeAccumulation; operation:
org.apache.axis2.description.OutInAxisOperation@d3f136enamed:
{rm:soap}unSubscribeAccumulation
100   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:unSubscribeAccumulation; operation:
org.apache.axis2.description.OutInAxisOperation@d3f136enamed:
{rm:soap}unSubscribeAccumulation
100   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
subscribeService; operation:
org.apache.axis2.description.OutInAxisOperation@2814a18dnamed:
{rm:soap}subscribeService
100   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:subscribeService; operation:
org.apache.axis2.description.OutInAxisOperation@2814a18dnamed:
{rm:soap}subscribeService
100   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action: getGroupMember;
operation: org.apache.axis2.description.OutInAxisOperation@627a4489named:
{rm:soap}getGroupMember
101   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:getGroupMember; operation:
org.apache.axis2.description.OutInAxisOperation@627a4489named:
{rm:soap}getGroupMember
101   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
updateSubscriber; operation:
org.apache.axis2.description.OutInAxisOperation@4929b0e1named:
{rm:soap}updateSubscriber
101   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:updateSubscriber; operation:
org.apache.axis2.description.OutInAxisOperation@4929b0e1named:
{rm:soap}updateSubscriber
101   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
updateSubSubscription; operation:
org.apache.axis2.description.OutInAxisOperation@501ba94dnamed:
{rm:soap}updateSubSubscription
101   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:updateSubSubscription; operation:
org.apache.axis2.description.OutInAxisOperation@501ba94dnamed:
{rm:soap}updateSubSubscription
101   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
getSubscriberAccumulation; operation:
org.apache.axis2.description.OutInAxisOperation@48082751named:
{rm:soap}getSubscriberAccumulation
101   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:getSubscriberAccumulation; operation:
org.apache.axis2.description.OutInAxisOperation@48082751named:
{rm:soap}getSubscriberAccumulation
101   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action: lGI; operation:
org.apache.axis2.description.OutInAxisOperation@f4d5bc9named: {rm:soap}lGI
101   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action: urn:lGI;
operation: org.apache.axis2.description.OutInAxisOperation@f4d5bc9named:
{rm:soap}lGI
102   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
resetSubscriberQuota; operation:
org.apache.axis2.description.OutInAxisOperation@1fc4f0f8named:
{rm:soap}resetSubscriberQuota
102   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:resetSubscriberQuota; operation:
org.apache.axis2.description.OutInAxisOperation@1fc4f0f8named:
{rm:soap}resetSubscriberQuota
102   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
updateSubscriberAccount; operation:
org.apache.axis2.description.OutInAxisOperation@3aa83a13named:
{rm:soap}updateSubscriberAccount
102   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:updateSubscriberAccount; operation:
org.apache.axis2.description.OutInAxisOperation@3aa83a13named:
{rm:soap}updateSubscriberAccount
102   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action: delSubscriber;
operation: org.apache.axis2.description.OutInAxisOperation@7a7cd37anamed:
{rm:soap}delSubscriber
102   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:delSubscriber; operation:
org.apache.axis2.description.OutInAxisOperation@7a7cd37anamed:
{rm:soap}delSubscriber
102   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
setSubscriberAttribute; operation:
org.apache.axis2.description.OutInAxisOperation@19202d69named:
{rm:soap}setSubscriberAttribute
102   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:setSubscriberAttribute; operation:
org.apache.axis2.description.OutInAxisOperation@19202d69named:
{rm:soap}setSubscriberAttribute
102   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
updateSubscribedServicePackage; operation:
org.apache.axis2.description.OutInAxisOperation@f855562named:
{rm:soap}updateSubscribedServicePackage
102   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:updateSubscribedServicePackage; operation:
org.apache.axis2.description.OutInAxisOperation@f855562named:
{rm:soap}updateSubscribedServicePackage
103   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
getSubscriberAccount; operation:
org.apache.axis2.description.OutInAxisOperation@7aa89ce3named:
{rm:soap}getSubscriberAccount
103   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:getSubscriberAccount; operation:
org.apache.axis2.description.OutInAxisOperation@7aa89ce3named:
{rm:soap}getSubscriberAccount
103   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
delSubscriberAlias; operation:
org.apache.axis2.description.OutInAxisOperation@53d439fenamed:
{rm:soap}delSubscriberAlias
103   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:delSubscriberAlias; operation:
org.apache.axis2.description.OutInAxisOperation@53d439fenamed:
{rm:soap}delSubscriberAlias
103   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action: delGroupMember;
operation: org.apache.axis2.description.OutInAxisOperation@122b7db1named:
{rm:soap}delGroupMember
103   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:delGroupMember; operation:
org.apache.axis2.description.OutInAxisOperation@122b7db1named:
{rm:soap}delGroupMember
103   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
getSubscriberSpecQuota; operation:
org.apache.axis2.description.OutInAxisOperation@6548f8c8named:
{rm:soap}getSubscriberSpecQuota
103   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:getSubscriberSpecQuota; operation:
org.apache.axis2.description.OutInAxisOperation@6548f8c8named:
{rm:soap}getSubscriberSpecQuota
103   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
setSubscriberShareQuota; operation:
org.apache.axis2.description.OutInAxisOperation@19c5466bnamed:
{rm:soap}setSubscriberShareQuota
103   DEBUG org.apache.axis2.description.AxisService  -
mapActionToOperation: Mapping Action to Operation: action:
urn:setSubscriberShareQuota; operation:
org.apache.axis2.description.OutInAxisOperation@19c5466bnamed:
{rm:soap}setSubscriberShareQuota
119   DEBUG org.apache.axis2.util.Loader  - Trying to find
[org/apache/axis2/deployment/axis2_default.xml] using
sun.misc.Launcher$AppClassLoader@3182f0db class loader.
119   DEBUG org.apache.axis2.util.Loader  - Trying to find
[org/apache/axis2/deployment/axis2_default.xml] using
java.net.URLClassLoader@63b0bdc8 class loader.
135   DEBUG org.apache.axiom.om.util.StAXUtils  - About to create
XMLInputFactory implementation with
classloader=sun.misc.Launcher$AppClassLoader@3182f0db
135   DEBUG org.apache.axiom.om.util.StAXUtils  - The classloader for
javax.xml.stream.XMLInputFactory is: null
142   DEBUG org.apache.axiom.util.stax.dialect.StAXDialectDetector  - StAX
implementation at jar:file:/usr/java/jdk1.6.0_31/jre/lib/rt.jar!/ is:
  Title:         Java Runtime Environment
  Symbolic name: null
  Vendor:        Sun Microsystems, Inc.
  Version:       1.6.0_31
147   DEBUG org.apache.axiom.util.stax.dialect.StAXDialectDetector  -
Detected StAX dialect: SJSXP
148   DEBUG org.apache.axiom.om.util.StAXUtils  - Created XMLInputFactory =
class org.apache.axiom.util.stax.wrapper.ImmutableXMLInputFactory with
classloader=sun.misc.Launcher$AppClassLoader@3182f0db
148   DEBUG org.apache.axiom.om.util.StAXUtils  - Configuration = DEFAULT
148   DEBUG org.apache.axiom.om.util.StAXUtils  - Size of XMLInputFactory
map for this configuration = 1
148   DEBUG org.apache.axiom.om.util.StAXUtils  - Configurations for which
factories have been cached = [DEFAULT]
158   DEBUG org.apache.axiom.om.util.StAXUtils  - XMLStreamReader is
org.apache.axiom.util.stax.dialect.SJSXPStreamReaderWrapper
190   DEBUG org.apache.axiom.om.impl.llom.OMSerializableImpl  - Builder is
already complete.
193   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.receivers.RawXMLINOnlyMessageReceiver
193   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.receivers.RawXMLINOnlyMessageReceiver
195   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.receivers.RawXMLINOutMessageReceiver
196   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.receivers.RawXMLINOutMessageReceiver
197   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.receivers.RawXMLINOnlyMessageReceiver
197   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.receivers.RawXMLINOnlyMessageReceiver
197   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.receivers.RawXMLINOutMessageReceiver
198   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.receivers.RawXMLINOutMessageReceiver
201   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.transport.local.LocalTransportSender
205   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.transport.http.CommonsHTTPTransportSender
211   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.transport.http.CommonsHTTPTransportSender
211   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.transport.http.SimpleHTTPServer
222   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.dispatchers.RequestURIBasedDispatcher
223   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.dispatchers.RequestURIBasedDispatcher
226   DEBUG org.apache.axis2.engine.Phase  - Handler
RequestURIBasedDispatcher added to Phase Transport
226   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.dispatchers.SOAPActionBasedDispatcher
226   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.dispatchers.SOAPActionBasedDispatcher
228   DEBUG org.apache.axis2.engine.Phase  - Handler
SOAPActionBasedDispatcher added to Phase Transport
228   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.dispatchers.AddressingBasedDispatcher
229   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.dispatchers.AddressingBasedDispatcher
230   DEBUG org.apache.axis2.engine.Phase  - Handler
AddressingBasedDispatcher added to Phase Addressing
230   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException: org.apache.axis2.engine.DispatchPhase
230   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException: org.apache.axis2.engine.DispatchPhase
232   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.dispatchers.RequestURIBasedDispatcher
232   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.dispatchers.RequestURIBasedDispatcher
232   DEBUG org.apache.axis2.engine.Phase  - Handler
RequestURIBasedDispatcher added to Phase Dispatch
232   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.dispatchers.SOAPActionBasedDispatcher
232   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.dispatchers.SOAPActionBasedDispatcher
232   DEBUG org.apache.axis2.engine.Phase  - Handler
SOAPActionBasedDispatcher added to Phase Dispatch
233   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.dispatchers.RequestURIOperationDispatcher
233   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.dispatchers.RequestURIOperationDispatcher
234   DEBUG org.apache.axis2.engine.Phase  - Handler
RequestURIOperationDispatcher added to Phase Dispatch
234   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.dispatchers.SOAPMessageBodyBasedDispatcher
234   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.dispatchers.SOAPMessageBodyBasedDispatcher
235   DEBUG org.apache.axis2.engine.Phase  - Handler
SOAPMessageBodyBasedDispatcher added to Phase Dispatch
235   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.dispatchers.HTTPLocationBasedDispatcher
236   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.dispatchers.HTTPLocationBasedDispatcher
236   DEBUG org.apache.axis2.engine.Phase  - Handler
HTTPLocationBasedDispatcher added to Phase Dispatch
237   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.dispatchers.AddressingBasedDispatcher
237   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.dispatchers.AddressingBasedDispatcher
237   DEBUG org.apache.axis2.engine.Phase  - Handler
AddressingBasedDispatcher added to Phase Addressing
237   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException: org.apache.axis2.engine.DispatchPhase
237   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException: org.apache.axis2.engine.DispatchPhase
238   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.dispatchers.RequestURIBasedDispatcher
238   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.dispatchers.RequestURIBasedDispatcher
238   DEBUG org.apache.axis2.engine.Phase  - Handler
RequestURIBasedDispatcher added to Phase Dispatch
238   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.dispatchers.SOAPActionBasedDispatcher
238   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.dispatchers.SOAPActionBasedDispatcher
238   DEBUG org.apache.axis2.engine.Phase  - Handler
SOAPActionBasedDispatcher added to Phase Dispatch
239   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.dispatchers.RequestURIOperationDispatcher
239   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.dispatchers.RequestURIOperationDispatcher
239   DEBUG org.apache.axis2.engine.Phase  - Handler
RequestURIOperationDispatcher added to Phase Dispatch
239   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.dispatchers.SOAPMessageBodyBasedDispatcher
239   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.dispatchers.SOAPMessageBodyBasedDispatcher
239   DEBUG org.apache.axis2.engine.Phase  - Handler
SOAPMessageBodyBasedDispatcher added to Phase Dispatch
240   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.dispatchers.HTTPLocationBasedDispatcher
240   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.dispatchers.HTTPLocationBasedDispatcher
240   DEBUG org.apache.axis2.engine.Phase  - Handler
HTTPLocationBasedDispatcher added to Phase Dispatch
261   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.builder.ApplicationXMLBuilder
261   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.builder.ApplicationXMLBuilder
261   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.builder.XFormURLEncodedBuilder
261   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.builder.XFormURLEncodedBuilder
262   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.transport.http.XFormURLEncodedFormatter
262   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.transport.http.XFormURLEncodedFormatter
263   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.transport.http.MultipartFormDataFormatter
264   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.transport.http.MultipartFormDataFormatter
265   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.transport.http.ApplicationXMLFormatter
265   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.transport.http.ApplicationXMLFormatter
266   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.transport.http.SOAPMessageFormatter
266   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.transport.http.SOAPMessageFormatter
268   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.transport.http.SOAPMessageFormatter
268   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.transport.http.SOAPMessageFormatter
268   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException: org.apache.axis2.deployment.POJODeployer
271   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException:
org.apache.axis2.deployment.TransportDeployer
276   DEBUG org.apache.axis2.util.Loader  -
java.lang.ClassNotFoundException: org.apache.axis2.engine.AxisEngine
288   DEBUG org.apache.axis2.context.AbstractContext  - OnDemandLogger
initialized for class org.apache.axis2.context.AbstractContext
is:org.apache.commons.logging.impl.Log4JLogger@1fbbdd48
297   DEBUG org.apache.axis2.engine.AxisConfiguration  - Adding service to
allServices map: [ScfMobileSoap1410282329438_1]
342   DEBUG org.apache.axis2.engine.AxisConfiguration  - Adding service to
allEndpoints map:
(ScfMobileSoap1410282329438_1,ScfMobileSoap1410282329438_1HttpSoap11Endpoint)
342   DEBUG org.apache.axis2.engine.AxisConfiguration  - Adding service to
allEndpoints map:
(ScfMobileSoap1410282329438_1,ScfMobileSoap1410282329438_1HttpSoap12Endpoint)
342   DEBUG org.apache.axis2.engine.AxisConfiguration  - Adding service to
allEndpoints map:
(ScfMobileSoap1410282329438_1,ScfMobileSoap1410282329438_1HttpEndpoint)
342   DEBUG org.apache.axis2.engine.AxisConfiguration  - After adding to
allEndpoints map, size is 3
346   INFO  com.downstream.HuaweiPCRFProvisioningClient  - Inside
------------------GET_____________
346   INFO  com.downstream.HuaweiPCRFProvisioningClient  - Inside
------------------GET 2_____________
348   INFO  com.downstream.HuaweiPCRFProvisioningClient  - Inside
------------------GET3 _____________
348   INFO  com.downstream.HuaweiPCRFProvisioningClient  - Inside
------------------GET 4_____________
351   INFO  com.downstream.HuaweiPCRFProvisioningClient  - Inside
------------------GET 5_____________
351   DEBUG org.apache.axis2.description.AxisService  - Get operation for
{rm:soap}getSubscriberAllInf
351   DEBUG org.apache.axis2.description.AxisService  - Found axis
operation:  org.apache.axis2.description.OutInAxisOperation@28b301f2
369   DEBUG org.apache.axis2.context.ConfigurationContext  - OnDemandLogger
initialized for class org.apache.axis2.context.ConfigurationContext
is:org.apache.commons.logging.impl.Log4JLogger@76d67067
369   DEBUG org.apache.axis2.context.ConfigurationContext  -
registerOperationContext (false):
org.apache.axis2.context.OperationContext@786db724 with key:
urn:uuid:A0A993B6121576B3391410282329877
369   DEBUG org.apache.axis2.description.OutInAxisOperationClient  - Entry:
OutInAxisOperationClient::execute, true
370   DEBUG org.apache.axis2.description.OutInAxisOperationClient  -
OutInAxisOperationClient: useAsyncOption null
370   DEBUG org.apache.axis2.context.ConfigurationContext  -
registerOperationContext (false):
org.apache.axis2.context.OperationContext@786db724 with key:
urn:uuid:A0A993B6121576B3391410282329877
370   DEBUG org.apache.axis2.context.ConfigurationContext  - msgContext:
[MessageContext: logID=urn:uuid:A0A993B6121576B3391410282329879] action:
rm:soap/ScfPccSoapServiceEndpoint/getSubscriberAllInfRequest
371   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282329879] Checking pre-condition for
Phase "OperationOutPhase"
371   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282329879] Invoking phase
"OperationOutPhase"
371   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282329879] Checking post-conditions
for phase "OperationOutPhase"
371   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282329879] Checking pre-condition for
Phase "RMPhase"
371   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282329879] Invoking phase "RMPhase"
371   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282329879] Checking post-conditions
for phase "RMPhase"
371   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282329879] Checking pre-condition for
Phase "PolicyDetermination"
371   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282329879] Invoking phase
"PolicyDetermination"
371   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282329879] Checking post-conditions
for phase "PolicyDetermination"
371   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282329879] Checking pre-condition for
Phase "MessageOut"
371   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282329879] Invoking phase "MessageOut"
371   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282329879] Checking post-conditions
for phase "MessageOut"
371   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282329879] Checking pre-condition for
Phase "Security"
371   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282329879] Invoking phase "Security"
371   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282329879] Checking post-conditions
for phase "Security"
391   DEBUG org.apache.commons.httpclient.params.DefaultHttpParams  - Set
parameter http.useragent = Jakarta Commons-HttpClient/3.1
393   DEBUG org.apache.commons.httpclient.params.DefaultHttpParams  - Set
parameter http.protocol.version = HTTP/1.1
393   DEBUG org.apache.commons.httpclient.params.DefaultHttpParams  - Set
parameter http.connection-manager.class = class
org.apache.commons.httpclient.SimpleHttpConnectionManager
393   DEBUG org.apache.commons.httpclient.params.DefaultHttpParams  - Set
parameter http.protocol.cookie-policy = default
393   DEBUG org.apache.commons.httpclient.params.DefaultHttpParams  - Set
parameter http.protocol.element-charset = US-ASCII
394   DEBUG org.apache.commons.httpclient.params.DefaultHttpParams  - Set
parameter http.protocol.content-charset = ISO-8859-1
395   DEBUG org.apache.commons.httpclient.params.DefaultHttpParams  - Set
parameter http.method.retry-handler =
org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@3cecb67f
395   DEBUG org.apache.commons.httpclient.params.DefaultHttpParams  - Set
parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE,
dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss
z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy
HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE
dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z,
EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z]
400   DEBUG org.apache.commons.httpclient.HttpClient  - Java version:
1.6.0_31
400   DEBUG org.apache.commons.httpclient.HttpClient  - Java vendor: Sun
Microsystems Inc.
400   DEBUG org.apache.commons.httpclient.HttpClient  - Java class path:
.:/var/sog/data/cache/containers/LINKMANAGER/lib/EmaDownStream.jar:/var/sog/data/cache/containers/LINKMANAGER/lib/JavaLinkHost.jar:/usr/java/default/jre:/usr/java/default/lib/tools.jar:/usr/java/default/jre/lib/rt.jar:/opt/ma-3pp-7.0/visibroker_8.0/lib/vbjorb.jar:/opt/ma-3pp-7.0/visibroker_8.0/lib/lm.jar:/opt/ma-3pp-7.0/visibroker_8.0/lib/sanct6.jar:/opt/ma-3pp-7.0/visibroker_8.0/lib/mail.jar:/opt/ma-3pp-7.0/visibroker_8.0/lib/vbsec.jar:/opt/ma-3pp-7.0/log4j_1.2/log4j-1.2.jar:/opt/ma-3pp-7.0/oracleclient_11.2.0.3/jlib/jta.jar:/opt/ma-3pp-7.0/oracleclient_11.2.0.3/jdbc/lib/ojdbc6.jar:/opt/ma-3pp-7.0/oracleclient_11.2.0.3/jlib/orai18n.jar:/opt/ma-3pp-7.0/oracleclient_11.2.0.3/rdbms/jlib/aqapi.jar:/opt/ma-3pp-7.0/oracleclient_11.2.0.3/rdbms/jlib/jmscommon.jar:/opt/ma-3pp-7.0/oracleclient_11.2.0.3/opmn/lib/ons.jar:/opt/ma-3pp-7.0/netscape_2.0/JS.jar:/opt/ma-3pp-7.0/javamail_1.4.2/mail.jar:/opt/ma-3pp-7.0/javamail_1.4.2/lib/dsn.jar:/opt/ma-3pp-7.0/javamail_1.4.2/lib/imap.jar:/opt/ma-3pp-7.0/javamail_1.4.2/lib/mailapi.jar:/opt/ma-3pp-7.0/javamail_1.4.2/lib/pop3.jar:/opt/ma-3pp-7.0/javamail_1.4.2/lib/smtp.jar:.:/opt/sog/lib/UserDataProxy.jar:/opt/sog/lib/DBInterface.jar:/opt/sog/lib/JFDS.jar:/opt/sog/lib/General.jar:/opt/sog/lib/EventSender.jar:/opt/ma-3pp-7.0/esa_4.0/esa.jar:.
400   DEBUG org.apache.commons.httpclient.HttpClient  - Operating system
name: Linux
400   DEBUG org.apache.commons.httpclient.HttpClient  - Operating system
architecture: amd64
400   DEBUG org.apache.commons.httpclient.HttpClient  - Operating system
version: 2.6.32.59-0.7-default
448   DEBUG org.apache.commons.httpclient.HttpClient  - SUN 1.6: SUN (DSA
key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom;
X.509 certificates; JKS keystore; PKIX CertPathValidator; PKIX
CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy;
JavaLoginConfig Configuration)
449   DEBUG org.apache.commons.httpclient.HttpClient  - SunRsaSign 1.5: Sun
RSA signature provider
449   DEBUG org.apache.commons.httpclient.HttpClient  - SunJSSE 1.6: Sun
JSSE provider(PKCS12, SunX509 key/trust factories, SSLv3, TLSv1)
449   DEBUG org.apache.commons.httpclient.HttpClient  - SunJCE 1.6: SunJCE
Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2,
PBE, Diffie-Hellman, HMAC)
449   DEBUG org.apache.commons.httpclient.HttpClient  - SunJGSS 1.0: Sun
(Kerberos v5, SPNEGO)
449   DEBUG org.apache.commons.httpclient.HttpClient  - SunSASL 1.5: Sun
SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI,
EXTERNAL, PLAIN, CRAM-MD5; server mechanisms for: DIGEST-MD5, GSSAPI,
CRAM-MD5)
449   DEBUG org.apache.commons.httpclient.HttpClient  - XMLDSig 1.0:
XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory)
449   DEBUG org.apache.commons.httpclient.HttpClient  - SunPCSC 1.6: Sun
PC/SC provider
452   DEBUG org.apache.commons.httpclient.params.DefaultHttpParams  - Set
parameter http.connection-manager.timeout = 30000
452   DEBUG org.apache.commons.httpclient.params.DefaultHttpParams  - Set
parameter http.connection.timeout = 30000
452   DEBUG org.apache.commons.httpclient.params.DefaultHttpParams  - Set
parameter http.socket.timeout = 30000
452   DEBUG org.apache.commons.httpclient.params.DefaultHttpParams  - Set
parameter http.socket.timeout = 30000
461   DEBUG org.apache.axiom.om.OMOutputFormat  - Start getContentType:
OMOutputFormat [ mimeBoundary =null rootContentId=null doOptimize=false
doingSWA=false isSOAP11=true charSetEncoding=UTF-8 xmlVersion=null
contentType=null ignoreXmlDeclaration=false autoCloseWriter=false
actionProperty=null optimizedThreshold=0]
461   DEBUG org.apache.axiom.om.OMOutputFormat  - getContentType=
{text/xml}   OMOutputFormat [ mimeBoundary =null rootContentId=null
doOptimize=false doingSWA=false isSOAP11=true charSetEncoding=UTF-8
xmlVersion=null contentType=text/xml ignoreXmlDeclaration=false
autoCloseWriter=false actionProperty=null optimizedThreshold=0]
461   DEBUG org.apache.axis2.transport.http.SOAPMessageFormatter  -
contentType from the OMOutputFormat =text/xml
462   DEBUG org.apache.axis2.transport.http.SOAPMessageFormatter  -
contentType returned =text/xml; charset=UTF-8478
      DEBUG
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager  -
HttpConnectionManager.getConnection:  config = HostConfiguration[host=
https://172.22.194.20:8080], timeout = 30000

479   DEBUG
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager  -
Allocating new connection, hostConfig=HostConfiguration[host=
https://172.22.194.20:8080]
483   DEBUG org.apache.commons.httpclient.HttpConnection  - Open connection
to 172.22.194.20:8080
705   DEBUG httpclient.wire.header  - >> "POST
/axis/services/ScfPccSoapServiceEndpointPort HTTP/1.1[\r][\n]"
707   DEBUG org.apache.commons.httpclient.HttpMethodBase  - Adding Host
request header
718   DEBUG httpclient.wire.header  - >> "Content-Type: text/xml;
charset=UTF-8[\r][\n]"
718   DEBUG httpclient.wire.header  - >> "SOAPAction:
"rm:soap/ScfPccSoapServiceEndpoint/getSubscriberAllInfRequest"[\r][\n]"
718   DEBUG httpclient.wire.header  - >> "User-Agent: Axis2[\r][\n]"
718   DEBUG httpclient.wire.header  - >> "Host: 172.22.194.20:8080[\r][\n]"
718   DEBUG httpclient.wire.header  - >> "Transfer-Encoding:
chunked[\r][\n]"
719   DEBUG httpclient.wire.header  - >> "[\r][\n]"
719   DEBUG org.apache.axis2.transport.http.SOAPMessageFormatter  - start
writeTo()
719   DEBUG org.apache.axis2.transport.http.SOAPMessageFormatter  -
preserve=false
719   DEBUG org.apache.axis2.transport.http.SOAPMessageFormatter  -
isOptimized=false
719   DEBUG org.apache.axis2.transport.http.SOAPMessageFormatter  -
isDoingSWA=false
719   DEBUG org.apache.axis2.util.Utils  - MTOM optimized Threshold value =0
721   DEBUG org.apache.axiom.om.impl.MTOMXMLStreamWriter  - Creating
MTOMXMLStreamWriter
722   DEBUG org.apache.axiom.om.impl.MTOMXMLStreamWriter  - OutputStream
=class org.apache.commons.httpclient.ChunkedOutputStream
722   DEBUG org.apache.axiom.om.impl.MTOMXMLStreamWriter  - OMFormat =
OMOutputFormat [ mimeBoundary =null rootContentId=null doOptimize=false
doingSWA=false isSOAP11=true charSetEncoding=UTF-8 xmlVersion=null
contentType=text/xml ignoreXmlDeclaration=false autoCloseWriter=false
actionProperty=null optimizedThreshold=0]
723   DEBUG org.apache.axiom.om.util.StAXUtils  - About to create
XMLOutputFactory implementation with
classloader=sun.misc.Launcher$AppClassLoader@3182f0db
723   DEBUG org.apache.axiom.om.util.StAXUtils  - The classloader for
javax.xml.stream.XMLOutputFactory is: null
725   DEBUG org.apache.axiom.om.util.StAXUtils  - Created XMLOutputFactory
= class org.apache.axiom.util.stax.wrapper.ImmutableXMLOutputFactory for
classloader=sun.misc.Launcher$AppClassLoader@3182f0db
725   DEBUG org.apache.axiom.om.util.StAXUtils  - Configuration = DEFAULT
725   DEBUG org.apache.axiom.om.util.StAXUtils  - Size of XMLOutFactory map
for this configuration = 1
725   DEBUG org.apache.axiom.om.util.StAXUtils  - Configurations for which
factories have been cached = [DEFAULT]
727   DEBUG org.apache.axiom.om.util.StAXUtils  - XMLStreamWriter is
org.apache.axiom.util.stax.dialect.SJSXPStreamWriterWrapper
730   DEBUG org.apache.axiom.om.impl.MTOMXMLStreamWriter  - Calling
MTOMXMLStreamWriter.flush
856   DEBUG org.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl  - Could not
close builder or parser due to:
856   DEBUG org.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl  - builder is
null
856   DEBUG org.apache.axiom.om.impl.MTOMXMLStreamWriter  - Calling
MTOMXMLStreamWriter.flush
856   DEBUG org.apache.axiom.om.impl.MTOMXMLStreamWriter  - close
856   DEBUG org.apache.axis2.transport.http.SOAPMessageFormatter  - end
writeTo()
856   DEBUG httpclient.wire.content  - >> "15e[\r][\n]"
856   DEBUG httpclient.wire.content  - >> "<?xml version="1.0"
encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="
http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><ns2:getSubscriberAllInf
xmlns:ns2="rm:soap"><inPara><subscriber><attribute><key>usrIdentifier</key><value>9647718849129</value></attribute></subscriber></inPara></ns2:getSubscriberAllInf></soapenv:Body></soapenv:Envelope>"
856   DEBUG httpclient.wire.content  - >> "[\r][\n]"
856   DEBUG httpclient.wire.content  - >> "0"
856   DEBUG httpclient.wire.content  - >> "[\r][\n]"
856   DEBUG httpclient.wire.content  - >> "[\r][\n]"
856   DEBUG org.apache.commons.httpclient.methods.EntityEnclosingMethod  -
Request body sent
881   DEBUG httpclient.wire.header  - << "HTTP/1.1 200 OK[\r][\n]"
881   DEBUG httpclient.wire.header  - << "HTTP/1.1 200 OK[\r][\n]"
883   DEBUG httpclient.wire.header  - << "Server: Huawei web server[\r][\n]"
883   DEBUG httpclient.wire.header  - << "Content-Type: text/xml;
charset="utf-8"[\r][\n]"
883   DEBUG httpclient.wire.header  - << "Content-Length: 4648[\r][\n]"
883   DEBUG httpclient.wire.header  - << "[\r][\n]"
888   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282329879] Invoking flowComplete() in
Phase "Security"
888   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282329879] Invoking flowComplete() in
Phase "MessageOut"
888   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282329879] Invoking flowComplete() in
Phase "PolicyDetermination"
888   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282329879] Invoking flowComplete() in
Phase "RMPhase"
888   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282329879] Invoking flowComplete() in
Phase "OperationOutPhase"
891   DEBUG org.apache.axis2.transport.TransportUtils  - createSOAPEnvelope
using Builder (class org.apache.axis2.builder.SOAPBuilder) selected from
type (text/xml)
892   DEBUG httpclient.wire.content  - << "<?xm"
892   DEBUG org.apache.axis2.builder.BuilderUtil  - char set encoding set
from default =utf-8
892   DEBUG org.apache.axiom.om.util.StAXUtils  - About to create
XMLInputFactory implementation with
classloader=sun.misc.Launcher$AppClassLoader@3182f0db
892   DEBUG org.apache.axiom.om.util.StAXUtils  - The classloader for
javax.xml.stream.XMLInputFactory is: null
893   DEBUG org.apache.axiom.om.util.StAXUtils  - Created XMLInputFactory =
class org.apache.axiom.util.stax.wrapper.ImmutableXMLInputFactory with
classloader=sun.misc.Launcher$AppClassLoader@3182f0db
893   DEBUG org.apache.axiom.om.util.StAXUtils  - Configuration = SOAP
893   DEBUG org.apache.axiom.om.util.StAXUtils  - Size of XMLInputFactory
map for this configuration = 1
893   DEBUG org.apache.axiom.om.util.StAXUtils  - Configurations for which
factories have been cached = [SOAP, DEFAULT]
894   DEBUG httpclient.wire.content  - << "l version='1.0' ?><SOAP-ENV"
894   DEBUG org.apache.axiom.om.util.StAXUtils  - XMLStreamReader is
org.apache.axiom.util.stax.dialect.SJSXPStreamReaderWrapper
897   DEBUG httpclient.wire.content  - << ":Envelope xmlns:SOAP-ENV="
http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="
http://www.w3.org/2001/XMLSchema"><SOAP-ENV:Body><getSubscriberAllInfResponse
xmlns="rm:soap" ><result xmlns=""
><resultCode>0</resultCode><paras><key>errorDescription</key><value>Operation
succeeded</value></paras><subscriber><attribute><key>USRIDENTIFIER</key><value>9647718849129</value></attribute><attribute><key>USRMSISDN</key><value>9647718849127</value></attribute><attribute><key>USRSTATE</key><value>1</value></attribute><attribute><key>USRHOMESRVZONE</key><value></value></attribute><attribute><key>USRPAIDTYPE</key><value>2147483646</value></attribute><attribute><key>USRCATEGORY</key><value></value></attribute><attribute><key>USRSTATION</key><value>1</value></attribute><attribute><key>USRMASTERIDENTIFIER</key><value></value></attribute><attribute><key>USRCONTACTMETHOD</key><value>1</value></attribute><attribute><key>USREMAILADDRESS</key><value></value></attribute><attribute><key>USRBILLCYCLEDATE</key><value>-1</value></attribute><attribute><key>USRSUBTERMINALTYPE</key><value></value></attribute><attribute><key>USRCREATETYPE</key><value>0</value></attribute><attribute><key>USRMAXOFFLINEDAYS</key><value>0</value></attribute><attribute><key>USRLATESTOFFLINETIME</key><value>-1</value></attribute><attribute><key>USRSUBNETTYPE</key><value>0</value></attribute><attribute><key>USRCUSTOMERATTR</key><value>0</value></attribute><attribute><key>USREXATTR1</key><value></value></attribute><attribute><key>USREXATTR2</key><value></value></attribute><attribute><key>USREXATTR3</key><value></value></attribute><attribute><key>USREXATTR4</key><value></value></attribute><attribute><key>USREXATTR5</key><value></value></attribute><attribute><key>USREXATTR6</key><value></value></attribute><attribute><key>USREXATTR7</key><value></value></attribute><attribute><key>USREXATTR8</key><value></value></attribute><attribute><key>USREXATTR9</key><value></value></attribute><attribute><key>USREXATTR10</key><value></value></attribute><attribute><key>USRIMSI</key><value></value></attribute><attribute><key>USRLANGUAGE</key><value>255</value></attribute><attribute><key>USRSMSMSISDN</key><value></value></attribute><attribute><key>USRSMSRECEIVEFLAG</key><value>0</value></attribute><attribute><key>USRSECONDIDENTIFIER</key><value></value></attribute><attribute><key>USRIMEI</key><value></value></attribute><attribute><key>USREXATTRSTR1</key><value></value></attribute><attribute><key>USREXATTRSTR2</key><value></value></attribute><attribute><key>USREXATTRSTR3</key><value></value></attribute><attribute><key>USRBIRTHDAY</key><value></value></attribute><attribute><key>GRPIDENTIFIER</key><value></value></attribute></subscriber><subscribedService><attribute><key>SRVNAME</key><value>testsy3</value></attribute><attribute><key>SRVPKGNAME</key><value></value></attribute><attribute><key>SRVUSAGESTATE</key><value>1</value></attribute><attribute><key>SRVSUBSCRIBEDATE</key><value>-1</value></attribute><attribute><key>SRVSTARTDATETIME</key><value>20140908122949</value></attribute><attribute><key>SRVOVERDUEDATE</key><value>-1</value></attribute><attribute><key>SRVENDDATETIME</key><value>-1</value></attribute><attribute><key>SRVROAMINGTYPE</key><value>-1</value></attribute><attribute><key>SUBSCRIBEDTYPE</key><value>0</value></attribute><attribute><key>SRVSTATUS</key><value>0</value></attribute><attribute><key>SRVWORKDAYSTIMESCHEDULE</key><value></value></attribute><attribute><key>SRVRESTDAYSTIMESCHEDULE</key><value></value></attribute><attribute><key>SRVNEXTACTIVETIME</key><value></value></attribute><attribute><key>SRVCONTACTMETHOD</key><value>128</value></attribute><attribute><key>SRVUSEDFLAG</key><value>0</value></attribute><attribute><key>SRVEXATTRSTR1</key><value></value></attribute><attribute><key>SRVUSRDEFINEDPERIOD1</key><value></value></attribute><attribute><key>SRVUSRDEFINEDPERIOD2</key><value></value></attribute><attribute><key>SRVUSRDEFINEDPERIOD3</key><value></value></attribute><attribute><key>SRVUSRDEFINEDPERIOD4</key><value></value></attribute><attribute><key>SRVUSRDEFINEDPERIOD5</key><value></value></attribute><attribute><key>SRVUSRDEFINEDPERIOD6</key><value></value></attribute><attribute><key>SRVUSRDEFINEDPERIOD7</key><value></value></attribute><attribute><key>SRVUSRDEFINEDPERIOD8</key><value></value></attribute><attribute><key>SRVUSRDEFINEDPERIOD9</key><value></value></attribute><attribute><key>SRVUSRDEFINEDPERIOD10</key><value></value></attribute></subscribedService></result></getSubscriberAllInfResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>"
897   DEBUG org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder  -
Starting to process SOAP 1.1 message
898   DEBUG org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder  -
Build the OMElement Envelope by the StaxSOAPModelBuilder
898   DEBUG org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder  -
Build the OMElement Body by the StaxSOAPModelBuilder
898   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Checking pre-condition for
Phase "Transport"
898   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking phase "Transport"
898   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking Handler
'RequestURIBasedDispatcher' in Phase 'Transport'
898   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking Handler
'SOAPActionBasedDispatcher' in Phase 'Transport'
899   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Checking post-conditions
for phase "Transport"
899   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Checking pre-condition for
Phase "Addressing"
899   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking phase "Addressing"
899   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking Handler
'AddressingBasedDispatcher' in Phase 'Addressing'
899   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Checking post-conditions
for phase "Addressing"
899   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Checking pre-condition for
Phase "Security"
899   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking phase "Security"
899   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Checking post-conditions
for phase "Security"
899   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Checking pre-condition for
Phase "PreDispatch"
899   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking phase "PreDispatch"
899   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Checking post-conditions
for phase "PreDispatch"
899   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Checking pre-condition for
Phase "Dispatch"
899   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking phase "Dispatch"
899   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking Handler
'RequestURIBasedDispatcher' in Phase 'Dispatch'
899   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking Handler
'SOAPActionBasedDispatcher' in Phase 'Dispatch'
899   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking Handler
'RequestURIOperationDispatcher' in Phase 'Dispatch'
899   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking Handler
'SOAPMessageBodyBasedDispatcher' in Phase 'Dispatch'
899   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking Handler
'HTTPLocationBasedDispatcher' in Phase 'Dispatch'
899   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Checking post-conditions
for phase "Dispatch"
899   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Checking pre-condition for
Phase "RMPhase"
899   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking phase "RMPhase"
899   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Checking post-conditions
for phase "RMPhase"
899   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Checking pre-condition for
Phase "OperationInPhase"
899   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking phase
"OperationInPhase"
899   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Checking post-conditions
for phase "OperationInPhase"
899   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking flowComplete() in
Phase "OperationInPhase"
900   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking flowComplete() in
Phase "RMPhase"
900   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking flowComplete() in
Phase "Dispatch"
900   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking flowComplete() for
Handler 'HTTPLocationBasedDispatcher' in Phase 'Dispatch'
900   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking flowComplete() for
Handler 'SOAPMessageBodyBasedDispatcher' in Phase 'Dispatch'
900   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking flowComplete() for
Handler 'RequestURIOperationDispatcher' in Phase 'Dispatch'
900   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking flowComplete() for
Handler 'SOAPActionBasedDispatcher' in Phase 'Dispatch'
900   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking flowComplete() for
Handler 'RequestURIBasedDispatcher' in Phase 'Dispatch'
900   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking flowComplete() in
Phase "PreDispatch"
900   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking flowComplete() in
Phase "Security"
900   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking flowComplete() in
Phase "Addressing"
900   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking flowComplete() for
Handler 'AddressingBasedDispatcher' in Phase 'Addressing'
900   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking flowComplete() in
Phase "Transport"
900   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking flowComplete() for
Handler 'SOAPActionBasedDispatcher' in Phase 'Transport'
900   DEBUG org.apache.axis2.engine.Phase  - [MessageContext:
logID=urn:uuid:A0A993B6121576B3391410282330408] Invoking flowComplete() for
Handler 'RequestURIBasedDispatcher' in Phase 'Transport'
900   DEBUG org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder  -
Build the OMElement getSubscriberAllInfResponse by the StaxSOAPModelBuilder
915   DEBUG org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder  -
Build the OMElement result by the StaxSOAPModelBuilder
927   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for paras was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
928   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
928   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
929   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
929   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
929   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
929   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
929   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
929   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
929   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
929   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
929   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
930   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
930   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
930   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
930   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
930   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
930   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
930   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
930   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
931   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
931   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
931   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
931   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
931   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
931   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
931   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
931   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
931   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
932   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
932   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
932   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
932   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
932   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
932   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
932   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
932   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
932   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
933   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
933   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for subscriber was encountered, but this doesn't match
the corresponding START_ELEMENT key event.
934   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
934   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
934   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
935   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
935   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
935   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
935   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
935   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
935   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
935   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
935   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
935   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
936   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
936   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
936   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
936   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
936   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
936   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
936   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
936   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
936   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
937   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
937   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
937   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
937   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
937   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for attribute was encountered, but this doesn't match the
corresponding START_ELEMENT value event.
937   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for subscribedService was encountered, but this doesn't
match the corresponding START_ELEMENT key event.
937   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for result was encountered, but this doesn't match the
corresponding START_ELEMENT attribute event.
937   DEBUG org.apache.axiom.om.util.OMXMLStreamReaderValidator  - An
END_ELEMENT event for {rm:soap}getSubscriberAllInfResponse was encountered,
but this doesn't match the corresponding START_ELEMENT key event.
938   DEBUG org.apache.commons.httpclient.HttpMethodBase  - Resorting to
protocol version default close connection policy
938   DEBUG org.apache.commons.httpclient.HttpMethodBase  - Should NOT
close connection, using HTTP/1.1
938   DEBUG org.apache.commons.httpclient.HttpConnection  - Releasing
connection back to connection manager.
938   DEBUG
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager  - Freeing
connection, hostConfig=HostConfiguration[host=https://172.22.194.20:8080]
938   DEBUG org.apache.commons.httpclient.util.IdleConnectionHandler  -
Adding connection at: 1410282330313
938   DEBUG
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager  -
Notifying no-one, there are no waiting threads
939   DEBUG org.apache.axiom.om.util.StAXUtils  - XMLStreamWriter is
org.apache.axiom.util.stax.dialect.SJSXPStreamWriterWrapper
940   INFO  com.ericsson.ema.downstream.HuaweiPCRFProvisioningClient  - Raw
respnse from node ----->>>>>>>>>>>>> <ns2:getSubscriberAllInfResponse
xmlns:ns2="rm:soap"><result><resultCode>0</resultCode><paras><key>errorDescription</key><value>Operation
succeeded</value></paras><subscriber><attribute><key>USRIDENTIFIER</key><value>9647718849129</value></attribute><attribute><key>USRMSISDN</key><value>9647718849127</value></attribute><attribute><key>USRSTATE</key><value>1</value></attribute><attribute><key>USRHOMESRVZONE</key><value></value></attribute><attribute><key>USRPAIDTYPE</key><value>2147483646</value></attribute><attribute><key>USRCATEGORY</key><value></value></attribute><attribute><key>USRSTATION</key><value>1</value></attribute><attribute><key>USRMASTERIDENTIFIER</key><value></value></attribute><attribute><key>USRCONTACTMETHOD</key><value>1</value></attribute><attribute><key>USREMAILADDRESS</key><value></value></attribute><attribute><key>USRBILLCYCLEDATE</key><value>-1</value></attribute><attribute><key>USRSUBTERMINALTYPE</key><value></value></attribute><attribute><key>USRCREATETYPE</key><value>0</value></attribute><attribute><key>USRMAXOFFLINEDAYS</key><value>0</value></attribute><attribute><key>USRLATESTOFFLINETIME</key><value>-1</value></attribute><attribute><key>USRSUBNETTYPE</key><value>0</value></attribute><attribute><key>USRCUSTOMERATTR</key><value>0</value></attribute><attribute><key>USREXATTR1</key><value></value></attribute><attribute><key>USREXATTR2</key><value></value></attribute><attribute><key>USREXATTR3</key><value></value></attribute><attribute><key>USREXATTR4</key><value></value></attribute><attribute><key>USREXATTR5</key><value></value></attribute><attribute><key>USREXATTR6</key><value></value></attribute><attribute><key>USREXATTR7</key><value></value></attribute><attribute><key>USREXATTR8</key><value></value></attribute><attribute><key>USREXATTR9</key><value></value></attribute><attribute><key>USREXATTR10</key><value></value></attribute><attribute><key>USRIMSI</key><value></value></attribute><attribute><key>USRLANGUAGE</key><value>255</value></attribute><attribute><key>USRSMSMSISDN</key><value></value></attribute><attribute><key>USRSMSRECEIVEFLAG</key><value>0</value></attribute><attribute><key>USRSECONDIDENTIFIER</key><value></value></attribute><attribute><key>USRIMEI</key><value></value></attribute><attribute><key>USREXATTRSTR1</key><value></value></attribute><attribute><key>USREXATTRSTR2</key><value></value></attribute><attribute><key>USREXATTRSTR3</key><value></value></attribute><attribute><key>USRBIRTHDAY</key><value></value></attribute><attribute><key>GRPIDENTIFIER</key><value></value></attribute></subscriber><subscribedService><attribute><key>SRVNAME</key><value>testsy3</value></attribute><attribute><key>SRVPKGNAME</key><value></value></attribute><attribute><key>SRVUSAGESTATE</key><value>1</value></attribute><attribute><key>SRVSUBSCRIBEDATE</key><value>-1</value></attribute><attribute><key>SRVSTARTDATETIME</key><value>20140908122949</value></attribute><attribute><key>SRVOVERDUEDATE</key><value>-1</value></attribute><attribute><key>SRVENDDATETIME</key><value>-1</value></attribute><attribute><key>SRVROAMINGTYPE</key><value>-1</value></attribute><attribute><key>SUBSCRIBEDTYPE</key><value>0</value></attribute><attribute><key>SRVSTATUS</key><value>0</value></attribute><attribute><key>SRVWORKDAYSTIMESCHEDULE</key><value></value></attribute><attribute><key>SRVRESTDAYSTIMESCHEDULE</key><value></value></attribute><attribute><key>SRVNEXTACTIVETIME</key><value></value></attribute><attribute><key>SRVCONTACTMETHOD</key><value>128</value></attribute><attribute><key>SRVUSEDFLAG</key><value>0</value></attribute><attribute><key>SRVEXATTRSTR1</key><value></value></attribute><attribute><key>SRVUSRDEFINEDPERIOD1</key><value></value></attribute><attribute><key>SRVUSRDEFINEDPERIOD2</key><value></value></attribute><attribute><key>SRVUSRDEFINEDPERIOD3</key><value></value></attribute><attribute><key>SRVUSRDEFINEDPERIOD4</key><value></value></attribute><attribute><key>SRVUSRDEFINEDPERIOD5</key><value></value></attribute><attribute><key>SRVUSRDEFINEDPERIOD6</key><value></value></attribute><attribute><key>SRVUSRDEFINEDPERIOD7</key><value></value></attribute><attribute><key>SRVUSRDEFINEDPERIOD8</key><value></value></attribute><attribute><key>SRVUSRDEFINEDPERIOD9</key><value></value></attribute><attribute><key>SRVUSRDEFINEDPERIOD10</key><value></value></attribute></subscribedService></result></ns2:getSubscriberAllInfResponse>
940   DEBUG org.apache.axiom.om.util.StAXUtils  - XMLStreamWriter is
org.apache.axiom.util.stax.dialect.SJSXPStreamWriterWrapper
941   INFO  com.downstream.HuaweiPCRFProvisioningClient  - Inside
------------------GET 6_____________
941   INFO  com.HuaweiPCRFProvisioningClient  - Response from the node =
soap.ScfMobileSoapStub$GetSubscriberAllInfResponse@18abe654
942   INFO  com.HuaweiPCRFProvisioningClient  -
******************************doRetrieveQuerySubscriberAllInfo method end
 ******************************

On Sat, Sep 13, 2014 at 2:17 PM, Martin Gainty <mg...@hotmail.com> wrote:

>
>
>
>
> ------------------------------
> Date: Sat, 13 Sep 2014 00:43:39 +0300
> Subject: Axis2: Unable to make the http connection.
> From: shadabsheikh5@gmail.com
> To: java-dev@axis.apache.org
>
> Hi,
>
> I have an environment where we have  multiple 3pp nodes using different
> protocol (SOAP and telnet). For each 3pp node we have different packages
> developed in java for communication.
>
> There are four services which are using  SOAP protocol and 3 are using
> axis/jax rpc and one is developed using axis2 framework.
>
> All application is working fine till the time 2 other application are
> executed (using axis/jax rpc and xml/rpc) executes the commands.
>
> One single command from any application makes the application (developed
> in  axis2 framework) unreable .
>
> I have check the connectivity between and the environment, it remains
> reachable but application is unable to get the connection. However the
> restarting the whole environment makes that (axis2 developed) application
> reachable till the time these 2 conflicting application are not executed.
>
> once they executes any command it this axis2 developed application causes
> the same pb.
>
> Below is the exception I am getting
>
>
>
> java.lang.NumberFormatException: For input string: ""
>         at
> java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
>         at java.lang.Integer.parseInt(Integer.java:470)
>         at java.lang.Integer.parseInt(Integer.java:499)
>         at
> org.apache.axis2.transport.http.ProxyConfiguration.configure(ProxyConfiguration.java:191)
>
> MG>stop right here because you have a misconfiguration
>     public void configure(MessageContext messageContext,
>                           HttpClient httpClient,
>                           HostConfiguration config) throws AxisFault {
>
>         //        <parameter name="Proxy">
>         //              <Configuration>
>         //                     <ProxyHost>example.org</ProxyHost>
>         //                     <ProxyPort>5678</ProxyPort>
>         //                     <ProxyUser>EXAMPLE\saminda</ProxyUser>
>         //                     <ProxyPassword>ppp</ProxyPassword>
>         //              </Configuration>
>         //        </parameter>
>         Credentials proxyCred = null;
>
>         //Getting configuration values from Axis2.xml
>         Parameter param =
> messageContext.getConfigurationContext().getAxisConfiguration()
>                 .getParameter(ATTR_PROXY);
>
> MG>are you SURE you have a valid numeric value in
> <ProxyPort>5678</ProxyPort> in axis2.xml or did you leave it as ""?
>
> MG>3 solutions straight from axis documentation:
>
> Prior shown configuration has been deprecated after Axis2 1.2 release and
> we strongly recommend using the new
> proxy configuration as below.
>
>     New proxy configuration would require the user to add a TOP level
> parameter in the axis2.xml named "Proxy".
>
> <parameter name="Proxy">
>     <Configuration>
>         <ProxyHost>example.org</ProxyHost>
>         <ProxyPort>5678</ProxyPort>
>         <ProxyUser>EXAMPLE\saminda</ProxyUser>
>         <ProxyPassword>ppp</ProxyPassword>
>     </Configuration>
> </parameter>
>
>
>     Thus, if its a open proxy, user can ignore ProxyUser and ProxyPassword
> elements.
>
>     In addition to this, if you don't want to go through writing the above
> parameter you could use Java Networking Properties for open proxies,
> -Dhttp.proxyHost=10.150.112.254 -Dhttp.proxyPort=8080
>
> At runtime, the user can override the PROXY settings using the
> HttpTransportProperties.ProxyProperties object. Within your client stub,
> create an instance of this object, configure proxy values for it,
> and then set it to the MessageContext's property bag via
> options.setProperty().
> For example:
>
> Options options = new Options();
> ...
>
> HttpTransportProperties.ProxyProperties proxyProperties = new
> HttpTransportProperties.new ProxyProperties();
> proxyProperties.setProxyHostName(....);
> proxyProperties.setProxyPort(...);
> ...
> options.setProperty(HttpConstants.PROXY, proxyProperties);
> MG>so you can set proxyPort via axis2.xml OR SpecifyAtCommmandLine OR
> supply proxyPort to HttpTransportProperties and then set Options in code
> MG>your choice
>
>         at
> org.apache.axis2.transport.http.AbstractHTTPSender.getHostConfiguration(AbstractHTTPSender.java:292)
>         at
> org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:531)
>         at
> org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:199)
>         at
> org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:76)
>         at
> org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:400)
>         at
> org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:225)
>         at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:438)
>         at
> org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:402)
>         at
> org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
>         at
> org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
>         at
> soap.ScfMobileSoapStub.addSubscriber(ScfMobileSoapStub.java:2821)
>         at
> com.ericsson.ema.downstream.HuaweiPCRFProvisioningClient.doAddSubscriber(HuaweiPCRFProvisioningClient.java:109)
>         at
> com.ericsson.ema.downstream.HuaweiPCRFJavaLink.sendMessage(HuaweiPCRFJavaLink.java:82)
>         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:597)
>         at
> se.ericsson.ema.downstream.DynamicClassLoader.sendMessage(Unknown Source)
>         at
> com.ericsson.ema.fsc.linkmanager.javalinkhost.JavaLinkSessionOperationsImpl.sendMessage(Unknown
> Source)
>         at
> com.ericsson.ema.fsc.javalink.JavaLinkSessionPOATie.sendMessage(Unknown
> Source)
>         at
> com.ericsson.ema.fsc.javalink.JavaLinkSessionPOA._invoke(Unknown Source)
>         at
> com.ericsson.ema.fsc.javalink.JavaLinkSessionPOA._invoke(Unknown Source)
>         at com.inprise.vbroker.poa.POAImpl.invoke(Unknown Source)
>         at com.inprise.vbroker.poa.ActivationRecord.invoke(Unknown Source)
>         at com.inprise.vbroker.GIOP.GiopProtocolAdapter.doRequest(Unknown
> Source)
>         at
> com.inprise.vbroker.IIOP.ServerProtocolAdapter.doRequest(Unknown Source)
>         at
> com.inprise.vbroker.GIOP.GiopProtocolAdapter.dispatchMessage(Unknown Source)
>         at
> com.inprise.vbroker.orb.TPDispatcherImpl$TPDispatcher.run(Unknown Source)
>         at com.inprise.vbroker.orb.ThreadPool$PoolWorker.run(Unknown
> Source)
>
>
> --------------------------------------------------------------------- To
> unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional
> commands, e-mail: java-dev-help@axis.apache.org
>

RE: Axis2: Unable to make the http connection.

Posted by Martin Gainty <mg...@hotmail.com>.



Date: Sat, 13 Sep 2014 00:43:39 +0300
Subject: Axis2: Unable to make the http connection.
From: shadabsheikh5@gmail.com
To: java-dev@axis.apache.org

Hi,
I have an environment where we have  multiple 3pp nodes using different protocol (SOAP and telnet). For each 3pp node we have different packages developed in java for communication.
There are four services which are using  SOAP protocol and 3 are using axis/jax rpc and one is developed using axis2 framework.
All application is working fine till the time 2 other application are executed (using axis/jax rpc and xml/rpc) executes the commands.
One single command from any application makes the application (developed in  axis2 framework) unreable .
I have check the connectivity between and the environment, it remains reachable but application is unable to get the connection. However the restarting the whole environment makes that (axis2 developed) application reachable till the time these 2 conflicting application are not executed.
once they executes any command it this axis2 developed application causes the same pb.
Below is the exception I am getting 


java.lang.NumberFormatException: For input string: ""        at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)        at java.lang.Integer.parseInt(Integer.java:470)        at java.lang.Integer.parseInt(Integer.java:499)        at org.apache.axis2.transport.http.ProxyConfiguration.configure(ProxyConfiguration.java:191)

MG>stop right here because you have a misconfiguration
    public void configure(MessageContext messageContext,
                          HttpClient httpClient,
                          HostConfiguration config) throws AxisFault {

        //        <parameter name="Proxy">
        //              <Configuration>
        //                     <ProxyHost>example.org</ProxyHost>
        //                     <ProxyPort>5678</ProxyPort>
        //                     <ProxyUser>EXAMPLE\saminda</ProxyUser>
        //                     <ProxyPassword>ppp</ProxyPassword>
        //              </Configuration>
        //        </parameter>
        Credentials proxyCred = null;

        //Getting configuration values from Axis2.xml
        Parameter param = messageContext.getConfigurationContext().getAxisConfiguration()
                .getParameter(ATTR_PROXY);

MG>are you SURE you have a valid numeric value in <ProxyPort>5678</ProxyPort> in axis2.xml or did you leave it as ""?

MG>3 solutions straight from axis documentation:

Prior shown configuration has been deprecated after Axis2 1.2 release and we strongly recommend using the new
proxy configuration as below. 

    New proxy configuration would require the user to add a TOP level parameter in the axis2.xml named "Proxy".

<parameter name="Proxy">
    <Configuration>
        <ProxyHost>example.org</ProxyHost>
        <ProxyPort>5678</ProxyPort>
        <ProxyUser>EXAMPLE\saminda</ProxyUser>
        <ProxyPassword>ppp</ProxyPassword>
    </Configuration>
</parameter>


    Thus, if its a open proxy, user can ignore ProxyUser and ProxyPassword elements.

    In addition to this, if you don't want to go through writing the above parameter you could use Java Networking Properties for open proxies,
-Dhttp.proxyHost=10.150.112.254 -Dhttp.proxyPort=8080 

At runtime, the user can override the PROXY settings using the
HttpTransportProperties.ProxyProperties object. Within your client stub, 
create an instance of this object, configure proxy values for it,
and then set it to the MessageContext's property bag via options.setProperty().
For example:

Options options = new Options();
...

HttpTransportProperties.ProxyProperties proxyProperties = new HttpTransportProperties.new ProxyProperties();
proxyProperties.setProxyHostName(....);
proxyProperties.setProxyPort(...);
...
options.setProperty(HttpConstants.PROXY, proxyProperties);
MG>so you can set proxyPort via axis2.xml OR SpecifyAtCommmandLine OR supply proxyPort to HttpTransportProperties and then set Options in code
MG>your choice

        at org.apache.axis2.transport.http.AbstractHTTPSender.getHostConfiguration(AbstractHTTPSender.java:292)        at org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:531)        at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:199)        at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:76)        at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:400)        at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:225)        at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:438)        at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:402)        at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)        at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)        at soap.ScfMobileSoapStub.addSubscriber(ScfMobileSoapStub.java:2821)        at com.ericsson.ema.downstream.HuaweiPCRFProvisioningClient.doAddSubscriber(HuaweiPCRFProvisioningClient.java:109)        at com.ericsson.ema.downstream.HuaweiPCRFJavaLink.sendMessage(HuaweiPCRFJavaLink.java:82)        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:597)        at se.ericsson.ema.downstream.DynamicClassLoader.sendMessage(Unknown Source)        at com.ericsson.ema.fsc.linkmanager.javalinkhost.JavaLinkSessionOperationsImpl.sendMessage(Unknown Source)        at com.ericsson.ema.fsc.javalink.JavaLinkSessionPOATie.sendMessage(Unknown Source)        at com.ericsson.ema.fsc.javalink.JavaLinkSessionPOA._invoke(Unknown Source)        at com.ericsson.ema.fsc.javalink.JavaLinkSessionPOA._invoke(Unknown Source)        at com.inprise.vbroker.poa.POAImpl.invoke(Unknown Source)        at com.inprise.vbroker.poa.ActivationRecord.invoke(Unknown Source)        at com.inprise.vbroker.GIOP.GiopProtocolAdapter.doRequest(Unknown Source)        at com.inprise.vbroker.IIOP.ServerProtocolAdapter.doRequest(Unknown Source)        at com.inprise.vbroker.GIOP.GiopProtocolAdapter.dispatchMessage(Unknown Source)        at com.inprise.vbroker.orb.TPDispatcherImpl$TPDispatcher.run(Unknown Source)        at com.inprise.vbroker.orb.ThreadPool$PoolWorker.run(Unknown Source)


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