Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.60 KB | None | 0 0
  1. [2016-12-07 17:14:05,573] [ERROR] [http-nio-8280-exec-234] [ru.atc.idecs.pgufg.service.impl.FGServiceExceptionInterceptor] Exception occur while invoking initFormV2([Ljava.lang.Object;@23b0ab7a)
  2. ru.atc.idecs.pgufg.FGServiceException: Error while invoking strategy: ru.gosuslugi.epgu.sf.modules.strategies.epgu.ServiceDataInformationProvider#getFormTargetOrgId
  3. at ru.gosuslugi.epgu.sf.modules.strategies.PguInformationProvider.invokeStrategy(PguInformationProvider.java:84)
  4. at ru.gosuslugi.epgu.sf.modules.strategies.epgu.ServiceDataInformationProvider.getValue(ServiceDataInformationProvider.java:282)
  5. at ru.atc.idecs.pgufg.modules.Modules.getStrategyValueAsObject(Modules.java:63)
  6. at ru.gosuslugi.epgu.sf.modules.processors.InitializationFromPersonCabProcessor$2.handle(InitializationFromPersonCabProcessor.java:126)
  7. at ru.gosuslugi.epgu.sf.modules.processors.InitializationFromPersonCabProcessor$2.handle(InitializationFromPersonCabProcessor.java:82)
  8. at ru.atc.idecs.pgufg.utils.json.JsonUtils.iterateFormElements(JsonUtils.java:145)
  9. at ru.atc.idecs.pgufg.utils.json.JsonUtils.iterateFormElements(JsonUtils.java:148)
  10. at ru.atc.idecs.pgufg.utils.json.JsonUtils.iterateFormElements(JsonUtils.java:148)
  11. at ru.atc.idecs.pgufg.utils.json.JsonUtils.iterateFormElements(JsonUtils.java:148)
  12. at ru.atc.idecs.pgufg.utils.json.JsonUtils.iterateFormElements(JsonUtils.java:133)
  13. at ru.gosuslugi.epgu.sf.modules.processors.InitializationFromPersonCabProcessor.handle(InitializationFromPersonCabProcessor.java:82)
  14. at ru.atc.idecs.pgufg.modules.processors.AbstractProcessor.process(AbstractProcessor.java:68)
  15. at ru.gosuslugi.epgu.sf.service.impl.FGProcessingServiceImpl.initFormData(FGProcessingServiceImpl.java:1202)
  16. at ru.gosuslugi.epgu.sf.service.impl.FGProcessingServiceImpl.initForm(FGProcessingServiceImpl.java:1781)
  17. at ru.gosuslugi.epgu.sf.service.impl.FGProcessingServiceImpl.initFormV2(FGProcessingServiceImpl.java:1908)
  18. at sun.reflect.GeneratedMethodAccessor230.invoke(Unknown Source)
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  20. at java.lang.reflect.Method.invoke(Method.java:497)
  21. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:302)
  22. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  23. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  24. at ru.atc.idecs.pgufg.service.impl.FGServiceExceptionInterceptor.invoke(FGServiceExceptionInterceptor.java:30)
  25. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  26. at ru.atc.idecs.pgufg.security.FGSessionServiceInterceptor.invoke(FGSessionServiceInterceptor.java:35)
  27. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  28. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)
  29. at com.sun.proxy.$Proxy132.initFormV2(Unknown Source)
  30. at ru.gosuslugi.epgu.sf.api.controller.SfPlayerApiController.initFormAsPost(SfPlayerApiController.java:176)
  31. at sun.reflect.GeneratedMethodAccessor1489.invoke(Unknown Source)
  32. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  33. at java.lang.reflect.Method.invoke(Method.java:497)
  34. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:222)
  35. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:137)
  36. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:110)
  37. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:814)
  38. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:737)
  39. at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85)
  40. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:959)
  41. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:893)
  42. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970)
  43. at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:872)
  44. at javax.servlet.http.HttpServlet.service(HttpServlet.java:648)
  45. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)
  46. at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
  47. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:291)
  48. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  49. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  50. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
  51. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  52. at ru.atc.carcass.security.web.filter.EsiaOAuthSessionFilter.doFilter(EsiaOAuthSessionFilter.java:126)
  53. at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
  54. at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)
  55. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
  56. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  57. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:121)
  58. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  59. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
  60. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  61. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219)
  62. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
  63. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
  64. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142)
  65. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
  66. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
  67. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:518)
  68. at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1091)
  69. at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:668)
  70. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1521)
  71. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1478)
  72. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  73. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  74. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  75. at java.lang.Thread.run(Thread.java:745)
  76. Caused by: java.lang.reflect.InvocationTargetException
  77. at sun.reflect.GeneratedMethodAccessor1816.invoke(Unknown Source)
  78. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  79. at java.lang.reflect.Method.invoke(Method.java:497)
  80. at ru.gosuslugi.epgu.sf.modules.strategies.PguInformationProvider.invokeStrategy(PguInformationProvider.java:82)
  81. ... 72 more
  82. Caused by: java.lang.reflect.UndeclaredThrowableException
  83. at com.sun.proxy.$Proxy69.getServiceInfoV2(Unknown Source)
  84. at ru.gosuslugi.epgu.sf.modules.strategies.epgu.ServiceDataInformationProvider.getServiceInfoV2(ServiceDataInformationProvider.java:90)
  85. at ru.gosuslugi.epgu.sf.modules.strategies.epgu.ServiceDataInformationProvider.getFormTargetOrgId(ServiceDataInformationProvider.java:151)
  86. ... 76 more
  87. Caused by: java.lang.reflect.InvocationTargetException
  88. at sun.reflect.GeneratedMethodAccessor348.invoke(Unknown Source)
  89. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  90. at java.lang.reflect.Method.invoke(Method.java:497)
  91. at ru.atc.carcass.common.ws.WsClientProxy.invoke(WsClientProxy.java:50)
  92. ... 79 more
  93. Caused by: org.springframework.remoting.RemoteAccessException: Could not access remote service at [http://d00nlbservices/govsrvreg/ws/ServiceRegistryV2]; nested exception is javax.xml.ws.WebServiceException: Could not send Message.
  94. at org.springframework.remoting.jaxws.JaxWsPortClientInterceptor.doInvoke(JaxWsPortClientInterceptor.java:565)
  95. at org.springframework.remoting.jaxws.JaxWsPortClientInterceptor.invoke(JaxWsPortClientInterceptor.java:541)
  96. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  97. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)
  98. at com.sun.proxy.$Proxy150.getServiceInfoV2(Unknown Source)
  99. ... 83 more
  100. Caused by: javax.xml.ws.WebServiceException: Could not send Message.
  101. at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:150)
  102. at com.sun.proxy.$Proxy2361.getServiceInfoV2(Unknown Source)
  103. at sun.reflect.GeneratedMethodAccessor348.invoke(Unknown Source)
  104. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  105. at java.lang.reflect.Method.invoke(Method.java:497)
  106. at org.springframework.remoting.jaxws.JaxWsPortClientInterceptor.doInvoke(JaxWsPortClientInterceptor.java:580)
  107. at org.springframework.remoting.jaxws.JaxWsPortClientInterceptor.doInvoke(JaxWsPortClientInterceptor.java:554)
  108. ... 87 more
  109. Caused by: java.net.SocketTimeoutException: SocketTimeoutException invoking http://d00nlbservices/govsrvreg/ws/ServiceRegistryV2: Read timed out
  110. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  111. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  112. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  113. at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
  114. at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.mapException(HTTPConduit.java:1359)
  115. at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1343)
  116. at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
  117. at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:652)
  118. at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
  119. at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
  120. at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:514)
  121. at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:423)
  122. at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:324)
  123. at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:277)
  124. at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:96)
  125. at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:139)
  126. ... 93 more
  127. Caused by: java.net.SocketTimeoutException: Read timed out
  128. at java.net.SocketInputStream.socketRead0(Native Method)
  129. at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  130. at java.net.SocketInputStream.read(SocketInputStream.java:170)
  131. at java.net.SocketInputStream.read(SocketInputStream.java:141)
  132. at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
  133. at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
  134. at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
  135. at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:704)
  136. at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:647)
  137. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1535)
  138. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440)
  139. at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
  140. at org.apache.cxf.transport.http.URLConnectionHTTPConduit$URLConnectionWrappedOutputStream.getResponseCode(URLConnectionHTTPConduit.java:276)
  141. at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1559)
  142. at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1532)
  143. at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1330)
  144. ... 103 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement