Advertisement
guestAT

Untitled

Feb 5th, 2020
769
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. javax.xml.ws.WebServiceException: com.sun.xml.ws.client.ClientTransportException: HTTP transport error: java.net.ConnectException: В соединении отказано (Connection refused)
  2.     at com.sc.cpgu.service.smev_3.Smev3ExchangeService.processRequest(Smev3ExchangeService.java:332)
  3.     at com.sc.cpgu.service.smev_3.Smev3ExchangeService.sendRequest(Smev3ExchangeService.java:231)
  4.     at com.sc.cpgu.service.smev_3.Smev3ExchangeService$$FastClassByCGLIB$$215adcfe.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.sc.cpgu.service.smev_3.Smev3ExchangeService$$EnhancerByCGLIB$$7ff0c08e.sendRequest(<generated>)
  8.     at com.sc.cpgu.service.guaranteed_delivery.message_sender.EpguMessageSender.processing(EpguMessageSender.java:122)
  9.     at com.sc.cpgu.service.guaranteed_delivery.message_sender.BasicHttpMessageSender.send(BasicHttpMessageSender.java:89)
  10.     at com.sc.cpgu.service.guaranteed_delivery.message_sender.BasicHttpMessageSender$$FastClassByCGLIB$$4b8c1a15.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.sc.cpgu.service.guaranteed_delivery.message_sender.EpguMessageSender$$EnhancerByCGLIB$$71546780.send(<generated>)
  18.     at com.sc.cpgu.service.guaranteed_delivery.GDService.send(GDService.java:105)
  19.     at com.sc.cpgu.service.guaranteed_delivery.GDService.send(GDService.java:87)
  20.     at com.sc.cpgu.service.guaranteed_delivery.GDService$$FastClassByCGLIB$$8651ed86.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.sc.cpgu.service.guaranteed_delivery.GDService$$EnhancerByCGLIB$$8bbb09e6.send(<generated>)
  28.     at com.sc.cpgu.service.guaranteed_delivery.GDMessageScheduler.resend(GDMessageScheduler.java:40)
  29.     at sun.reflect.GeneratedMethodAccessor178.invoke(Unknown Source)
  30.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  31.     at java.lang.reflect.Method.invoke(Method.java:498)
  32.     at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:64)
  33.     at com.sc.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:511)
  36.     at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
  37.     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
  38.     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
  39.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  40.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  41.     at java.lang.Thread.run(Thread.java:748)
  42. Caused by: com.sun.xml.ws.client.ClientTransportException: HTTP transport error: java.net.ConnectException: В соединении отказано (Connection refused)
  43.     at com.sun.xml.ws.transport.http.client.HttpClientTransport.getOutput(HttpClientTransport.java:131)
  44.     at com.sun.xml.ws.transport.http.client.HttpTransportPipe.process(HttpTransportPipe.java:221)
  45.     at com.sun.xml.ws.transport.http.client.HttpTransportPipe.processRequest(HttpTransportPipe.java:143)
  46.     at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:110)
  47.     at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1136)
  48.     at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1050)
  49.     at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:1019)
  50.     at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:877)
  51.     at com.sun.xml.ws.client.Stub.process(Stub.java:464)
  52.     at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:174)
  53.     at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:108)
  54.     at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:91)
  55.     at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:154)
  56.     at com.sun.proxy.$Proxy355684.sendRequest(Unknown Source)
  57.     at com.sc.cpgu.service.smev_3.Smev3ExchangeService.processRequest(Smev3ExchangeService.java:325)
  58.     ... 39 more
  59. Caused by: java.net.ConnectException: В соединении отказано (Connection refused)
  60.     at java.net.PlainSocketImpl.socketConnect(Native Method)
  61.     at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  62.     at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  63.     at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  64.     at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  65.     at java.net.Socket.connect(Socket.java:589)
  66.     at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
  67.     at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
  68.     at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
  69.     at sun.net.www.http.HttpClient.<init>(HttpClient.java:242)
  70.     at sun.net.www.http.HttpClient.New(HttpClient.java:339)
  71.     at sun.net.www.http.HttpClient.New(HttpClient.java:357)
  72.     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1220)
  73.     at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1199)
  74.     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050)
  75.     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:984)
  76.     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1334)
  77.     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1309)
  78.     at com.sun.xml.ws.transport.http.client.HttpClientTransport.getOutput(HttpClientTransport.java:119)
  79.     ... 53 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement