Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2019-05-15_13:15:22.766 [SimpleAsyncTaskExecutor-9] ERROR c.a.c.s.g.m.SmartRouteSender [] - Processing error
- org.springframework.web.client.ResourceAccessException: I/O error: В соединении отказано; nested exception is java.net.ConnectException: В соединении отказано
- at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:461) ~[spring-web-3.1.3.RELEASE.jar:3.1.3.RELEASE]
- at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:409) ~[spring-web-3.1.3.RELEASE.jar:3.1.3.RELEASE]
- at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:385) ~[spring-web-3.1.3.RELEASE.jar:3.1.3.RELEASE]
- at com.atcsibir.cpgu.service.guaranteed_delivery.message_sender.SmartRouteSender.sendRequestToSmartRoute(SmartRouteSender.java:140) ~[SmartRouteSender.class:na]
- at com.atcsibir.cpgu.service.guaranteed_delivery.message_sender.SmartRouteSender.processing(SmartRouteSender.java:99) ~[SmartRouteSender.class:na]
- at com.atcsibir.cpgu.service.guaranteed_delivery.message_sender.BasicHttpMessageSender.send(BasicHttpMessageSender.java:89) [BasicHttpMessageSender.class:na]
- at com.atcsibir.cpgu.service.guaranteed_delivery.message_sender.BasicHttpMessageSender$$FastClassByCGLIB$$445b2e20.invoke(<generated>) [cglib-nodep-2.2.2.jar:na]
- at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) [cglib-nodep-2.2.2.jar:na]
- at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689) [spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) [spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110) [spring-tx-3.1.2.RELEASE.jar:3.1.2.RELEASE]
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) [spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
- at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622) [spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
- at com.atcsibir.cpgu.service.guaranteed_delivery.message_sender.SmartRouteSender$$EnhancerByCGLIB$$c9574fed.send(<generated>) [cglib-nodep-2.2.2.jar:na]
- at com.atcsibir.cpgu.service.guaranteed_delivery.GDService.send(GDService.java:104) [GDService.class:na]
- at com.atcsibir.cpgu.service.guaranteed_delivery.GDService.sendAsync(GDService.java:94) [GDService.class:na]
- at com.atcsibir.cpgu.service.guaranteed_delivery.GDService$$FastClassByCGLIB$$6a76f011.invoke(<generated>) [cglib-nodep-2.2.2.jar:na]
- at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) [cglib-nodep-2.2.2.jar:na]
- at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689) [spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) [spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110) [spring-tx-3.1.2.RELEASE.jar:3.1.2.RELEASE]
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) [spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
- at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:83) [spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
- at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [na:1.7.0_13]
- at java.util.concurrent.FutureTask.run(FutureTask.java:166) [na:1.7.0_13]
- at java.lang.Thread.run(Thread.java:722) [na:1.7.0_13]
- Caused by: java.net.ConnectException: В соединении отказано
- at java.net.PlainSocketImpl.socketConnect(Native Method) ~[na:1.7.0_13]
- at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339) ~[na:1.7.0_13]
- at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200) ~[na:1.7.0_13]
- at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182) ~[na:1.7.0_13]
- at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391) ~[na:1.7.0_13]
- at java.net.Socket.connect(Socket.java:579) ~[na:1.7.0_13]
- at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:120) ~[httpclient-4.5.2.jar:4.5.2]
- at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:179) ~[httpclient-4.5.2.jar:4.5.2]
- at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:144) ~[httpclient-4.5.2.jar:4.5.2]
- at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:134) ~[httpclient-4.5.2.jar:4.5.2]
- at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:612) ~[httpclient-4.5.2.jar:4.5.2]
- at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:447) ~[httpclient-4.5.2.jar:4.5.2]
- at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:884) ~[httpclient-4.5.2.jar:4.5.2]
- at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.5.2.jar:4.5.2]
- at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55) ~[httpclient-4.5.2.jar:4.5.2]
- at org.springframework.http.client.HttpComponentsClientHttpRequest.executeInternal(HttpComponentsClientHttpRequest.java:88) ~[spring-web-3.1.3.RELEASE.jar:3.1.3.RELEASE]
- at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:46) ~[spring-web-3.1.3.RELEASE.jar:3.1.3.RELEASE]
- at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:49) ~[spring-web-3.1.3.RELEASE.jar:3.1.3.RELEASE]
- at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:446) ~[spring-web-3.1.3.RELEASE.jar:3.1.3.RELEASE]
- ... 25 common frames omitted
- 2019-05-15_13:15:22.766 [SimpleAsyncTaskExecutor-9] DEBUG c.a.c.s.o.OrderStatusHistoryService [] - [PROFILE] Updating order 12356878 statuses: internal status null, external status VIS_ERROR by user N/A
- 2019-05-15_13:15:22.767 [SimpleAsyncTaskExecutor-9] DEBUG c.a.c.s.o.OrderStatusHistoryService [] - [PROFILE] init bool fields: 1
- 2019-05-15_13:15:22.774 [SimpleAsyncTaskExecutor-9] DEBUG c.a.c.s.o.OrderStatusHistoryService [] - [PROFILE] is status changed check: 7
- 2019-05-15_13:15:22.774 [SimpleAsyncTaskExecutor-9] DEBUG c.a.c.s.o.OrderStatusHistoryService [] - [PROFILE] Close check: 0
- 2019-05-15_13:15:22.774 [SimpleAsyncTaskExecutor-9] DEBUG c.a.c.s.o.OrderStatusHistoryService [] - [PROFILE] change internal status: 0
- 2019-05-15_13:15:22.777 [SimpleAsyncTaskExecutor-9] DEBUG c.a.c.s.o.OrderStatusHistoryService [] - [PROFILE] change external status: 3
- 2019-05-15_13:15:22.781 [SimpleAsyncTaskExecutor-9] DEBUG c.a.c.s.o.OrderStatusHistoryService [] - [PROFILE] create orderStatusHistory: 4
- 2019-05-15_13:15:22.781 [SimpleAsyncTaskExecutor-9] DEBUG c.a.c.s.s.d.DeferredSaveToSolrService [] - [PROFILE] SYSTEM_SCOPE SOLR SAVE: 0
- 2019-05-15_13:15:22.781 [SimpleAsyncTaskExecutor-9] DEBUG c.a.c.s.o.OrderStatusHistoryService [] - [PROFILE] solr save: 0
- 2019-05-15_13:15:22.789 [SimpleAsyncTaskExecutor-10] DEBUG c.a.c.s.o.n.OrderStatusNotificationDispatcher [] - Notify requester for order 12356878
- 2019-05-15_13:15:22.790 [SimpleAsyncTaskExecutor-10] DEBUG c.a.c.s.o.n.OrderStatusNotificationDispatcher [] - [PROFILE] send notification: 0
- 2019-05-15_13:15:22.795 [SimpleAsyncTaskExecutor-9] INFO c.a.c.s.o.OrderStatusHistoryService [] - No session
- 2019-05-15_13:15:22.795 [SimpleAsyncTaskExecutor-9] DEBUG c.a.c.s.o.OrderStatusHistoryService [] - [PROFILE] TOTAL: 29
- 2019-05-15_13:15:22.797 [SimpleAsyncTaskExecutor-9] ERROR c.a.c.s.g.m.SmartRouteSender [] - Can't parse response
- com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'I': was expecting 'null', 'true', 'false' or NaN
- at [Source: (String)"I/O error: В соединении отказано; nested exception is java.net.ConnectException: В соединении отказано"; line: 1, column: 2]
- at com.fasterxml.jackson.core.JsonParser._constructError(JsonParser.java:1804) ~[jackson-core-2.9.5.jar:2.9.5]
- at com.fasterxml.jackson.core.base.ParserMinimalBase._reportError(ParserMinimalBase.java:673) ~[jackson-core-2.9.5.jar:2.9.5]
- at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._reportInvalidToken(ReaderBasedJsonParser.java:2835) ~[jackson-core-2.9.5.jar:2.9.5]
- at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._reportInvalidToken(ReaderBasedJsonParser.java:2813) ~[jackson-core-2.9.5.jar:2.9.5]
- at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._matchToken(ReaderBasedJsonParser.java:2604) ~[jackson-core-2.9.5.jar:2.9.5]
- at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._handleOddValue(ReaderBasedJsonParser.java:1873) ~[jackson-core-2.9.5.jar:2.9.5]
- at com.fasterxml.jackson.core.json.ReaderBasedJsonParser.nextToken(ReaderBasedJsonParser.java:747) ~[jackson-core-2.9.5.jar:2.9.5]
- at com.fasterxml.jackson.databind.ObjectMapper._initForReading(ObjectMapper.java:4129) ~[jackson-databind-2.9.5.jar:2.9.5]
- at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:3988) ~[jackson-databind-2.9.5.jar:2.9.5]
- at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:2992) ~[jackson-databind-2.9.5.jar:2.9.5]
- at com.atcsibir.cpgu.service.guaranteed_delivery.message_sender.SmartRouteSender.postprocessing(SmartRouteSender.java:161) ~[SmartRouteSender.class:na]
- at com.atcsibir.cpgu.service.guaranteed_delivery.message_sender.BasicHttpMessageSender.send(BasicHttpMessageSender.java:90) [BasicHttpMessageSender.class:na]
- at com.atcsibir.cpgu.service.guaranteed_delivery.message_sender.BasicHttpMessageSender$$FastClassByCGLIB$$445b2e20.invoke(<generated>) [cglib-nodep-2.2.2.jar:na]
- at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) [cglib-nodep-2.2.2.jar:na]
- at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689) [spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) [spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110) [spring-tx-3.1.2.RELEASE.jar:3.1.2.RELEASE]
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) [spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
- at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622) [spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
- at com.atcsibir.cpgu.service.guaranteed_delivery.message_sender.SmartRouteSender$$EnhancerByCGLIB$$c9574fed.send(<generated>) [cglib-nodep-2.2.2.jar:na]
- at com.atcsibir.cpgu.service.guaranteed_delivery.GDService.send(GDService.java:104) [GDService.class:na]
- at com.atcsibir.cpgu.service.guaranteed_delivery.GDService.sendAsync(GDService.java:94) [GDService.class:na]
- at com.atcsibir.cpgu.service.guaranteed_delivery.GDService$$FastClassByCGLIB$$6a76f011.invoke(<generated>) [cglib-nodep-2.2.2.jar:na]
- at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) [cglib-nodep-2.2.2.jar:na]
- at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689) [spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) [spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110) [spring-tx-3.1.2.RELEASE.jar:3.1.2.RELEASE]
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) [spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
- at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:83) [spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
- at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [na:1.7.0_13]
- at java.util.concurrent.FutureTask.run(FutureTask.java:166) [na:1.7.0_13]
- at java.lang.Thread.run(Thread.java:722) [na:1.7.0_13]
- 2019-05-15_13:15:22.810 [SimpleAsyncTaskExecutor-9] WARN c.a.c.s.g.m.SmartRouteSender [] - Message 1203096 have reached the maximum number of attempts.
- 2019-05-15_13:15:22.811 [SimpleAsyncTaskExecutor-9] DEBUG c.a.cpgu.service.ExternalFileService [] - fileName for save: GD_MESSAGE_eb39a416-6108-4114-ac3b-0b065444e1ad.json
Advertisement
Add Comment
Please, Sign In to add comment