Guest User

Untitled

a guest
Mar 5th, 2018
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.79 KB | None | 0 0
  1. 2018-03-05 18:50:26,545 [:http-bio-11648-exec-3] INFO com.redknee.util.crmapi.wsdl.v3_0.api.SubscriptionServiceWSSecuritySkeletonInterface - SubscriptionService processing listSubscriptions Incoming Message. Source=[127.0.0.1] Target=[http://localhost:11648/RedkneeSoap_v3_0/services/SubscriptionService/] [See DEBUG logs for raw SOAP message]
  2. 2018-03-05 18:50:26,546 [:http-bio-11648-exec-3] DEBUG com.redknee.util.crmapi.wsdl.v3_0.api.SubscriptionServiceWSSecuritySkeletonInterface - Incoming Message: <?xml version='1.0' encoding='utf-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soap.crmapi.util.redknee.com/common/xsd/2008/08" xmlns:sub="http://soap.crmapi.util.redknee.com/subscriptions/xsd/Subscriptions-v2.0" xmlns:ns="http://soap.crmapi.util.redknee.com/common/xsd/2011/05"><soapenv:Header><wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"><wsse:UsernameToken wsu:Id="UsernameToken-3AF63A3BB9868AA707152025602653726"><wsse:Username>rkadm</wsse:Username><wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">rkadm</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">JsuUR7bJTztnnzKKGhGEwA==</wsse:Nonce><wsu:Created>2018-03-05T13:20:26.537Z</wsu:Created></wsse:UsernameToken></wsse:Security></soapenv:Header><soapenv:Body>
  3. <sub:listSubscriptions>
  4. <sub:header>
  5. <ns:password>rkadm</ns:password>
  6. <ns:username>rkadm</ns:username>
  7. </sub:header>
  8. <sub:accountID>177660530</sub:accountID>
  9. <sub:recurse>true</sub:recurse>
  10. </sub:listSubscriptions>
  11. </soapenv:Body></soapenv:Envelope>
  12. 2018-03-05 18:50:26,547 [:http-bio-11648-exec-3] INFO com.redknee.util.crmapi.sdk.stub.LoggingCommonStub - ENTER: listSubscriptions() with arguments [(username=rkadm,password=************,transactionID=#NULL,agentID=#NULL,parameters=#NULL),177660530,true,#NULL,true,#NULL]
  13. 2018-03-05 18:50:26,547 [:http-bio-11648-exec-3] DEBUG com.redknee.util.crmapi.sdk.stub.LoggingCommonStub - Looking up implementation for interface: com.redknee.util.crmapi.wsdl.v3_0.api.SubscriptionService
  14. 2018-03-05 18:50:26,547 [:http-bio-11648-exec-3] DEBUG com.redknee.util.crmapi.sdk.stub.LoggingCommonStub - Implementation for SubscriptionService=com.redknee.util.crmapi.stub.CrmapiCommonStub$CrmapiProxy@35f81adc
  15. 2018-03-05 18:53:38,293 [:http-bio-11648-exec-3] MINOR com.redknee.service.proxy.share.MultiplexServiceHandler - Broadcasting request to Connection[SubscriptionService] failed due to No Connection is available!
  16. com.redknee.service.proxy.ServiceNotAvailableException: No Connection is available!
  17. at com.redknee.service.proxy.share.SharedConnection.connectionAndInvoke(SharedConnection.java:117)
  18. at com.redknee.service.proxy.share.MultiplexServiceHandler.invoke(MultiplexServiceHandler.java:118)
  19. at com.sun.proxy.$Proxy66.listSubscriptions(Unknown Source)
  20. at sun.reflect.GeneratedMethodAccessor277.invoke(Unknown Source)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  22. at java.lang.reflect.Method.invoke(Method.java:606)
  23. at com.redknee.util.crmapi.wsdl.AbstractGenericProxy.delegate(AbstractGenericProxy.java:109)
  24. at com.redknee.util.crmapi.soap.ApiClientRedirectGenericProxy.delegate(ApiClientRedirectGenericProxy.java:72)
  25. at com.redknee.util.crmapi.wsdl.AbstractGenericProxy.invoke(AbstractGenericProxy.java:93)
  26. at com.sun.proxy.$Proxy66.listSubscriptions(Unknown Source)
  27. at sun.reflect.GeneratedMethodAccessor277.invoke(Unknown Source)
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  29. at java.lang.reflect.Method.invoke(Method.java:606)
  30. at com.redknee.util.crmapi.wsdl.AbstractGenericProxy.delegate(AbstractGenericProxy.java:109)
  31. at com.redknee.util.crmapi.sdk.soap.CommonStubGenericProxy.delegate(CommonStubGenericProxy.java:67)
  32. at com.redknee.util.crmapi.wsdl.AbstractGenericProxy.invoke(AbstractGenericProxy.java:93)
  33. at com.sun.proxy.$Proxy101.listSubscriptions(Unknown Source)
  34. at com.redknee.util.crmapi.wsdl.v3_0.api.SubscriptionServiceSkeletonInterfaceProxy.listSubscriptions(SubscriptionServiceSkeletonInterfaceProxy.java:131)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  38. at java.lang.reflect.Method.invoke(Method.java:606)
  39. at com.redknee.util.crmapi.wsdl.AbstractGenericProxy.delegate(AbstractGenericProxy.java:109)
  40. at com.redknee.util.crmapi.wsdl.WSSecurityCRMRequestHeaderGenericProxy.delegate(WSSecurityCRMRequestHeaderGenericProxy.java:98)
  41. at com.redknee.util.crmapi.wsdl.AbstractGenericProxy.invoke(AbstractGenericProxy.java:93)
  42. at com.sun.proxy.$Proxy172.listSubscriptions(Unknown Source)
  43. at com.redknee.util.crmapi.wsdl.v3_0.api.SubscriptionServiceWSSecurityMessageReceiverInOut.invokeBusinessLogic(SubscriptionServiceWSSecurityMessageReceiverInOut.java:1344)
  44. at com.redknee.service.soap.axis2.messagereceiver.RedkneeInOutMessageReceiver.invokeBusinessLogic(RedkneeInOutMessageReceiver.java:53)
  45. at org.apache.axis2.receivers.AbstractInOutMessageReceiver.invokeBusinessLogic(AbstractInOutMessageReceiver.java:40)
  46. at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
  47. at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
  48. at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:173)
  49. at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:144)
  50. at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
  51. at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
  52. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
  53. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
  54. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
  55. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
  56. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
  57. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
  58. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
  59. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
  60. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
  61. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
  62. at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1002)
  63. at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:585)
  64. at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310)
  65. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  66. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  67. at java.lang.Thread.run(Thread.java:745)
  68. 2018-03-05 18:53:38,294 [:http-bio-11648-exec-3] MINOR com.redknee.util.crmapi.sdk.soap.CommonStubGenericProxy - Error invoking method listSubscriptions on delegate [com.sun.proxy.$Proxy66@68dcd569(InvocationHandler=com.redknee.util.crmapi.soap.ApiClientRedirectGenericProxy, Delegate=null)]
  69. java.lang.reflect.InvocationTargetException
  70. at sun.reflect.GeneratedMethodAccessor277.invoke(Unknown Source)
  71. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  72. at java.lang.reflect.Method.invoke(Method.java:606)
  73. at com.redknee.util.crmapi.wsdl.AbstractGenericProxy.delegate(AbstractGenericProxy.java:109)
  74. at com.redknee.util.crmapi.sdk.soap.CommonStubGenericProxy.delegate(CommonStubGenericProxy.java:67)
  75. at com.redknee.util.crmapi.wsdl.AbstractGenericProxy.invoke(AbstractGenericProxy.java:93)
  76. at com.sun.proxy.$Proxy101.listSubscriptions(Unknown Source)
  77. at com.redknee.util.crmapi.wsdl.v3_0.api.SubscriptionServiceSkeletonInterfaceProxy.listSubscriptions(SubscriptionServiceSkeletonInterfaceProxy.java:131)
  78. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  79. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  80. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  81. at java.lang.reflect.Method.invoke(Method.java:606)
  82. at com.redknee.util.crmapi.wsdl.AbstractGenericProxy.delegate(AbstractGenericProxy.java:109)
  83. at com.redknee.util.crmapi.wsdl.WSSecurityCRMRequestHeaderGenericProxy.delegate(WSSecurityCRMRequestHeaderGenericProxy.java:98)
  84. at com.redknee.util.crmapi.wsdl.AbstractGenericProxy.invoke(AbstractGenericProxy.java:93)
  85. at com.sun.proxy.$Proxy172.listSubscriptions(Unknown Source)
  86. at com.redknee.util.crmapi.wsdl.v3_0.api.SubscriptionServiceWSSecurityMessageReceiverInOut.invokeBusinessLogic(SubscriptionServiceWSSecurityMessageReceiverInOut.java:1344)
  87. at com.redknee.service.soap.axis2.messagereceiver.RedkneeInOutMessageReceiver.invokeBusinessLogic(RedkneeInOutMessageReceiver.java:53)
  88. at org.apache.axis2.receivers.AbstractInOutMessageReceiver.invokeBusinessLogic(AbstractInOutMessageReceiver.java:40)
  89. at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
  90. at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
  91. at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:173)
  92. at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:144)
  93. at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
  94. at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
  95. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
  96. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
  97. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
  98. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
  99. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
  100. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
  101. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
  102. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
  103. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
  104. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
  105. at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1002)
  106. at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:585)
  107. at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310)
  108. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  109. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  110. at java.lang.Thread.run(Thread.java:745)
  111. Caused by: com.redknee.util.crmapi.wsdl.v3_0.api.CRMExceptionFault: No Connection is available!
  112. at com.redknee.util.crmapi.wsdl.v3_0.exception.CRMExceptionFactory.createFault(CRMExceptionFactory.java:96)
  113. at com.redknee.util.crmapi.wsdl.v3_0.exception.CRMExceptionFactory.create(CRMExceptionFactory.java:56)
  114. at com.redknee.util.crmapi.wsdl.v3_0.exception.CRMExceptionFactory.createFault(CRMExceptionFactory.java:116)
  115. at com.redknee.util.crmapi.wsdl.v3_0.exception.CRMExceptionFactory.createFault(CRMExceptionFactory.java:27)
  116. at com.redknee.util.crmapi.soap.ApiClientRedirectGenericProxy.delegate(ApiClientRedirectGenericProxy.java:87)
  117. at com.redknee.util.crmapi.wsdl.AbstractGenericProxy.invoke(AbstractGenericProxy.java:93)
  118. at com.sun.proxy.$Proxy66.listSubscriptions(Unknown Source)
  119. ... 41 more
  120. Caused by: com.redknee.service.proxy.ServiceNotAvailableException: No Connection is available!
  121. at com.redknee.service.proxy.share.SharedConnection.connectionAndInvoke(SharedConnection.java:117)
  122. at com.redknee.service.proxy.share.MultiplexServiceHandler.invoke(MultiplexServiceHandler.java:118)
  123. at com.sun.proxy.$Proxy66.toString(Unknown Source)
  124. at java.lang.String.valueOf(String.java:2849)
  125. at java.lang.StringBuilder.append(StringBuilder.java:128)
  126. at com.redknee.util.crmapi.wsdl.AbstractGenericProxy.delegate(AbstractGenericProxy.java:113)
  127. at com.redknee.util.crmapi.soap.ApiClientRedirectGenericProxy.delegate(ApiClientRedirectGenericProxy.java:72)
  128. ... 43 more
  129. 2018-03-05 18:53:38,294 [:http-bio-11648-exec-3] MINOR com.redknee.util.crmapi.sdk.stub.LoggingCommonStub - EXIT: listSubscriptions() failed with arguments [(username=rkadm,password=************,transactionID=#NULL,agentID=#NULL,parameters=#NULL),177660530,true,#NULL,true,#NULL]
  130. 2018-03-05 18:53:38,294 [:http-bio-11648-exec-3] MINOR com.redknee.util.crmapi.sdk.stub.LoggingCommonStub - EXIT: listSubscriptions() threw exception [(faultMessage=(cRMException=(message=No Connection is available!,code=1)),message=No Connection is available!,suppressed=)]
  131. com.redknee.util.crmapi.wsdl.v3_0.api.CRMExceptionFault: No Connection is available!
  132. at com.redknee.util.crmapi.wsdl.v3_0.exception.CRMExceptionFactory.createFault(CRMExceptionFactory.java:96)
  133. at com.redknee.util.crmapi.wsdl.v3_0.exception.CRMExceptionFactory.create(CRMExceptionFactory.java:56)
  134. at com.redknee.util.crmapi.wsdl.v3_0.exception.CRMExceptionFactory.createFault(CRMExceptionFactory.java:116)
  135. at com.redknee.util.crmapi.wsdl.v3_0.exception.CRMExceptionFactory.createFault(CRMExceptionFactory.java:27)
  136. at com.redknee.util.crmapi.soap.ApiClientRedirectGenericProxy.delegate(ApiClientRedirectGenericProxy.java:87)
  137. at com.redknee.util.crmapi.wsdl.AbstractGenericProxy.invoke(AbstractGenericProxy.java:93)
  138. at com.sun.proxy.$Proxy66.listSubscriptions(Unknown Source)
  139. at sun.reflect.GeneratedMethodAccessor277.invoke(Unknown Source)
  140. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  141. at java.lang.reflect.Method.invoke(Method.java:606)
  142. at com.redknee.util.crmapi.wsdl.AbstractGenericProxy.delegate(AbstractGenericProxy.java:109)
  143. at com.redknee.util.crmapi.sdk.soap.CommonStubGenericProxy.delegate(CommonStubGenericProxy.java:67)
  144. at com.redknee.util.crmapi.wsdl.AbstractGenericProxy.invoke(AbstractGenericProxy.java:93)
  145. at com.sun.proxy.$Proxy101.listSubscriptions(Unknown Source)
  146. at com.redknee.util.crmapi.wsdl.v3_0.api.SubscriptionServiceSkeletonInterfaceProxy.listSubscriptions(SubscriptionServiceSkeletonInterfaceProxy.java:131)
  147. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  148. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  149. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  150. at java.lang.reflect.Method.invoke(Method.java:606)
  151. at com.redknee.util.crmapi.wsdl.AbstractGenericProxy.delegate(AbstractGenericProxy.java:109)
  152. at com.redknee.util.crmapi.wsdl.WSSecurityCRMRequestHeaderGenericProxy.delegate(WSSecurityCRMRequestHeaderGenericProxy.java:98)
  153. at com.redknee.util.crmapi.wsdl.AbstractGenericProxy.invoke(AbstractGenericProxy.java:93)
  154. at com.sun.proxy.$Proxy172.listSubscriptions(Unknown Source)
  155. at com.redknee.util.crmapi.wsdl.v3_0.api.SubscriptionServiceWSSecurityMessageReceiverInOut.invokeBusinessLogic(SubscriptionServiceWSSecurityMessageReceiverInOut.java:1344)
  156. at com.redknee.service.soap.axis2.messagereceiver.RedkneeInOutMessageReceiver.invokeBusinessLogic(RedkneeInOutMessageReceiver.java:53)
  157. at org.apache.axis2.receivers.AbstractInOutMessageReceiver.invokeBusinessLogic(AbstractInOutMessageReceiver.java:40)
  158. at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
  159. at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
  160. at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:173)
  161. at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:144)
  162. at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
  163. at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
  164. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
  165. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
  166. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
  167. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
  168. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
  169. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
  170. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
  171. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
  172. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
  173. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
  174. at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1002)
  175. at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:585)
  176. at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310)
  177. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  178. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  179. at java.lang.Thread.run(Thread.java:745)
  180. Caused by: com.redknee.service.proxy.ServiceNotAvailableException: No Connection is available!
  181. at com.redknee.service.proxy.share.SharedConnection.connectionAndInvoke(SharedConnection.java:117)
  182. at com.redknee.service.proxy.share.MultiplexServiceHandler.invoke(MultiplexServiceHandler.java:118)
  183. at com.sun.proxy.$Proxy66.toString(Unknown Source)
  184. at java.lang.String.valueOf(String.java:2849)
  185. at java.lang.StringBuilder.append(StringBuilder.java:128)
  186. at com.redknee.util.crmapi.wsdl.AbstractGenericProxy.delegate(AbstractGenericProxy.java:113)
  187. at com.redknee.util.crmapi.soap.ApiClientRedirectGenericProxy.delegate(ApiClientRedirectGenericProxy.java:72)
  188. ... 43 more
  189. 2018-03-05 18:53:38,294 [:http-bio-11648-exec-3] MINOR com.redknee.util.crmapi.wsdl.WSSecurityCRMRequestHeaderGenericProxy - Error invoking method listSubscriptions on delegate [com.redknee.util.crmapi.wsdl.v3_0.api.SubscriptionServiceSkeletonInterfaceProxy(com.sun.proxy.$Proxy101@6b91522a(InvocationHandler=com.redknee.util.crmapi.sdk.soap.CommonStubGenericProxy, Delegate=com.sun.proxy.$Proxy66@68dcd569(InvocationHandler=com.redknee.util.crmapi.soap.ApiClientRedirectGenericProxy, Delegate=null)))]
  190. java.lang.reflect.InvocationTargetException
  191. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  192. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  193. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  194. at java.lang.reflect.Method.invoke(Method.java:606)
  195. at com.redknee.util.crmapi.wsdl.AbstractGenericProxy.delegate(AbstractGenericProxy.java:109)
  196. at com.redknee.util.crmapi.wsdl.WSSecurityCRMRequestHeaderGenericProxy.delegate(WSSecurityCRMRequestHeaderGenericProxy.java:98)
  197. at com.redknee.util.crmapi.wsdl.AbstractGenericProxy.invoke(AbstractGenericProxy.java:93)
  198. at com.sun.proxy.$Proxy172.listSubscriptions(Unknown Source)
  199. at com.redknee.util.crmapi.wsdl.v3_0.api.SubscriptionServiceWSSecurityMessageReceiverInOut.invokeBusinessLogic(SubscriptionServiceWSSecurityMessageReceiverInOut.java:1344)
  200. at com.redknee.service.soap.axis2.messagereceiver.RedkneeInOutMessageReceiver.invokeBusinessLogic(RedkneeInOutMessageReceiver.java:53)
  201. at org.apache.axis2.receivers.AbstractInOutMessageReceiver.invokeBusinessLogic(AbstractInOutMessageReceiver.java:40)
  202. at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:114)
  203. at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:173)
  204. at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:173)
  205. at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:144)
  206. at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
  207. at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
  208. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
  209. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
  210. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
  211. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
  212. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
  213. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
  214. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
  215. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
  216. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
  217. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
  218. at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1002)
  219. at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:585)
  220. at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310)
  221. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  222. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  223. at java.lang.Thread.run(Thread.java:745)
  224. Caused by: com.redknee.util.crmapi.wsdl.v3_0.api.CRMExceptionFault: No Connection is available!
  225. at com.redknee.util.crmapi.wsdl.v3_0.exception.CRMExceptionFactory.createFault(CRMExceptionFactory.java:96)
  226. at com.redknee.util.crmapi.wsdl.v3_0.exception.CRMExceptionFactory.create(CRMExceptionFactory.java:56)
  227. at com.redknee.util.crmapi.wsdl.v3_0.exception.CRMExceptionFactory.createFault(CRMExceptionFactory.java:116)
  228. at com.redknee.util.crmapi.wsdl.v3_0.exception.CRMExceptionFactory.createFault(CRMExceptionFactory.java:27)
  229. at com.redknee.util.crmapi.soap.ApiClientRedirectGenericProxy.delegate(ApiClientRedirectGenericProxy.java:87)
  230. at com.redknee.util.crmapi.wsdl.AbstractGenericProxy.invoke(AbstractGenericProxy.java:93)
  231. at com.sun.proxy.$Proxy66.listSubscriptions(Unknown Source)
  232. at sun.reflect.GeneratedMethodAccessor277.invoke(Unknown Source)
  233. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  234. at java.lang.reflect.Method.invoke(Method.java:606)
  235. at com.redknee.util.crmapi.wsdl.AbstractGenericProxy.delegate(AbstractGenericProxy.java:109)
  236. at com.redknee.util.crmapi.sdk.soap.CommonStubGenericProxy.delegate(CommonStubGenericProxy.java:67)
  237. at com.redknee.util.crmapi.wsdl.AbstractGenericProxy.invoke(AbstractGenericProxy.java:93)
  238. at com.sun.proxy.$Proxy101.listSubscriptions(Unknown Source)
  239. at com.redknee.util.crmapi.wsdl.v3_0.api.SubscriptionServiceSkeletonInterfaceProxy.listSubscriptions(SubscriptionServiceSkeletonInterfaceProxy.java:131)
  240. ... 33 more
  241. Caused by: com.redknee.service.proxy.ServiceNotAvailableException: No Connection is available!
  242. at com.redknee.service.proxy.share.SharedConnection.connectionAndInvoke(SharedConnection.java:117)
  243. at com.redknee.service.proxy.share.MultiplexServiceHandler.invoke(MultiplexServiceHandler.java:118)
  244. at com.sun.proxy.$Proxy66.toString(Unknown Source)
  245. at java.lang.String.valueOf(String.java:2849)
  246. at java.lang.StringBuilder.append(StringBuilder.java:128)
  247. at com.redknee.util.crmapi.wsdl.AbstractGenericProxy.delegate(AbstractGenericProxy.java:113)
  248. at com.redknee.util.crmapi.soap.ApiClientRedirectGenericProxy.delegate(ApiClientRedirectGenericProxy.java:72)
  249. ... 43 more
  250. 2018-03-05 18:53:38,295 [:http-bio-11648-exec-3] MINOR com.redknee.util.crmapi.wsdl.v3_0.api.SubscriptionServiceWSSecuritySkeletonInterface - SubscriptionService processing listSubscriptions Outgoing Fault. Source=[http://192.168.99.1:11648/RedkneeSoap_v3_0/services/SubscriptionService/] [See DEBUG logs for raw fault message]
  251. 2018-03-05 18:53:38,295 [:http-bio-11648-exec-3] DEBUG com.redknee.util.crmapi.wsdl.v3_0.api.SubscriptionServiceWSSecuritySkeletonInterface - Outgoing Fault: <?xml version='1.0' encoding='utf-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring>No Connection is available!</faultstring><detail><ns2:CRMException xmlns:ns2="http://soap.crmapi.util.redknee.com/common/exception/xsd/2008/08"><ns2:code>1</ns2:code><ns2:message>No Connection is available!</ns2:message></ns2:CRMException></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Add Comment
Please, Sign In to add comment