Advertisement
guestAT

Untitled

Jun 20th, 2019
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. javax.xml.ws.WebServiceException: javax.xml.ws.WebServiceException: java.io.IOException: Error writing to server
  2.     at com.atcsibir.cpgu.service.smev_3.Smev3ExchangeService.processRequest(Smev3ExchangeService.java:333)
  3.     at com.atcsibir.cpgu.service.smev_3.Smev3ExchangeService.sendRequest(Smev3ExchangeService.java:232)
  4.     at com.atcsibir.cpgu.service.smev_3.Smev3ExchangeService$$FastClassByCGLIB$$5f650649.invoke(<generated>)
  5.     at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  6.     at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:618)
  7.     at com.atcsibir.cpgu.service.smev_3.Smev3ExchangeService$$EnhancerByCGLIB$$a2d13bc4.sendRequest(<generated>)
  8.     at com.atcsibir.cpgu.service.guaranteed_delivery.message_sender.BaseSmev3MessageSender.processing(BaseSmev3MessageSender.java:115)
  9.     at com.atcsibir.cpgu.service.guaranteed_delivery.message_sender.BasicHttpMessageSender.send(BasicHttpMessageSender.java:89)
  10.     at com.atcsibir.cpgu.service.guaranteed_delivery.message_sender.BasicHttpMessageSender$$FastClassByCGLIB$$445b2e20.invoke(<generated>)
  11.     at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  12.     at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
  13.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  14.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  15.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  16.     at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
  17.     at com.atcsibir.cpgu.service.guaranteed_delivery.message_sender.StatisticSender$$EnhancerByCGLIB$$557ae1da.send(<generated>)
  18.     at com.atcsibir.cpgu.service.guaranteed_delivery.GDService.send(GDService.java:104)
  19.     at com.atcsibir.cpgu.service.guaranteed_delivery.GDService.send(GDService.java:87)
  20.     at com.atcsibir.cpgu.service.guaranteed_delivery.GDService$$FastClassByCGLIB$$6a76f011.invoke(<generated>)
  21.     at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  22.     at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
  23.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  24.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  25.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  26.     at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
  27.     at com.atcsibir.cpgu.service.guaranteed_delivery.GDService$$EnhancerByCGLIB$$9b83a6dc.send(<generated>)
  28.     at com.atcsibir.cpgu.service.guaranteed_delivery.GDMessageScheduler.resend(GDMessageScheduler.java:40)
  29.     at sun.reflect.GeneratedMethodAccessor469.invoke(Unknown Source)
  30.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  31.     at java.lang.reflect.Method.invoke(Method.java:601)
  32.     at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:64)
  33.     at com.atcsibir.cpgu.service.cluster.ClusteredRunnable.run(ClusteredRunnable.java:48)
  34.     at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:53)
  35.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
  36.     at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351)
  37.     at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)
  38.     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
  39.     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
  40.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  41.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  42.     at java.lang.Thread.run(Thread.java:722)
  43. Caused by: javax.xml.ws.WebServiceException: java.io.IOException: Error writing to server
  44.     at com.sun.xml.ws.transport.http.client.HttpClientTransport.readResponseCodeAndMessage(HttpClientTransport.java:210)
  45.     at com.sun.xml.ws.transport.http.client.HttpTransportPipe.createResponsePacket(HttpTransportPipe.java:239)
  46.     at com.sun.xml.ws.transport.http.client.HttpTransportPipe.process(HttpTransportPipe.java:230)
  47.     at com.sun.xml.ws.transport.http.client.HttpTransportPipe.processRequest(HttpTransportPipe.java:143)
  48.     at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:110)
  49.     at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1136)
  50.     at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1050)
  51.     at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:1019)
  52.     at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:877)
  53.     at com.sun.xml.ws.client.Stub.process(Stub.java:464)
  54.     at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:174)
  55.     at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:108)
  56.     at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:91)
  57.     at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:154)
  58.     at sun.proxy.$Proxy324.sendRequest(Unknown Source)
  59.     at com.atcsibir.cpgu.service.smev_3.Smev3ExchangeService.processRequest(Smev3ExchangeService.java:326)
  60.     ... 40 more
  61. Caused by: java.io.IOException: Error writing to server
  62.     at sun.net.www.protocol.http.HttpURLConnection.writeRequests(HttpURLConnection.java:625)
  63.     at sun.net.www.protocol.http.HttpURLConnection.writeRequests(HttpURLConnection.java:637)
  64.     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1320)
  65.     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
  66.     at com.sun.xml.ws.transport.http.client.HttpClientTransport.readResponseCodeAndMessage(HttpClientTransport.java:206)
  67.     ... 55 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement