Advertisement
Guest User

Untitled

a guest
Jan 30th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.02 KB | None | 0 0
  1. #### posteh24-service-batch 1.0.0-SNAPSHOT 2019-01-30T15:37:23Z #####################################
  2.  
  3. . ____ _ __ _ _
  4. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  5. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  6. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  7. ' |____| .__|_| |_|_| |_\__, | / / / /
  8. =========|_|==============|___/=/_/_/_/
  9. :: Spring Boot :: (v2.0.2.RELEASE)
  10.  
  11. 2019-01-30 16:38:51.623 INFO 10971 --- [ main] c.p.batch.server.Posteh24AppBatchServer : Starting Posteh24AppBatchServer on MacBook-Pro-di-Antonio.local with PID 10971 (/Users/tonylook/git/posteh24-service-batch/target/classes started by tonylook in /Users/tonylook/git/posteh24-service-batch)
  12. 2019-01-30 16:38:51.626 INFO 10971 --- [ main] c.p.batch.server.Posteh24AppBatchServer : No active profile set, falling back to default profiles: default
  13. 2019-01-30 16:38:51.711 INFO 10971 --- [ main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@4fe767f3: startup date [Wed Jan 30 16:38:51 CET 2019]; root of context hierarchy
  14. 2019-01-30 16:38:54.260 INFO 10971 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.amqp.rabbit.annotation.RabbitBootstrapConfiguration' of type [org.springframework.amqp.rabbit.annotation.RabbitBootstrapConfiguration$$EnhancerBySpringCGLIB$$607d2b5e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  15. 2019-01-30 16:38:54.932 INFO 10971 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 30107 (http)
  16. 2019-01-30 16:38:55.012 INFO 10971 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  17. 2019-01-30 16:38:55.013 INFO 10971 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.31
  18. 2019-01-30 16:38:55.049 INFO 10971 --- [ost-startStop-1] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/Users/tonylook/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.]
  19. 2019-01-30 16:38:55.525 INFO 10971 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  20. 2019-01-30 16:38:55.526 INFO 10971 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3818 ms
  21. Created JwtTokenStore
  22. 2019-01-30 16:38:55.806 INFO 10971 --- [ost-startStop-1] Mongodb$$EnhancerBySpringCGLIB$$e1eebf6c : host: ivypay.database
  23. 2019-01-30 16:38:55.807 INFO 10971 --- [ost-startStop-1] Mongodb$$EnhancerBySpringCGLIB$$e1eebf6c : dbname: mongolo
  24. 2019-01-30 16:38:55.807 INFO 10971 --- [ost-startStop-1] Mongodb$$EnhancerBySpringCGLIB$$e1eebf6c : username: mongo
  25. 2019-01-30 16:38:55.807 INFO 10971 --- [ost-startStop-1] Mongodb$$EnhancerBySpringCGLIB$$e1eebf6c : mongodb://mongo:mongo@ivypay.database:27017/mongolo
  26. 2019-01-30 16:38:56.141 INFO 10971 --- [ost-startStop-1] org.mongodb.driver.cluster : Cluster created with settings {hosts=[ivypay.database:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
  27. 2019-01-30 16:38:56.285 INFO 10971 --- [ost-startStop-1] com.revogear.mq.v2.RabbitMqConsumer : Init..
  28. 2019-01-30 16:38:56.285 INFO 10971 --- [ost-startStop-1] com.revogear.mq.v2.RabbitMqConsumer : Connecting to rabbit.host
  29. 2019-01-30 16:38:57.048 INFO 10971 --- [.database:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:1, serverValue:1911}] to ivypay.database:27017
  30. 2019-01-30 16:38:57.153 INFO 10971 --- [.database:27017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=ivypay.database:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 5]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=101840364}
  31. 2019-01-30 16:38:57.612 INFO 10971 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
  32. 2019-01-30 16:38:57.613 INFO 10971 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  33. 2019-01-30 16:38:57.613 INFO 10971 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
  34. 2019-01-30 16:38:57.613 INFO 10971 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
  35. 2019-01-30 16:38:57.614 INFO 10971 --- [ost-startStop-1] .s.DelegatingFilterProxyRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/*]
  36. 2019-01-30 16:38:57.614 INFO 10971 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*]
  37. 2019-01-30 16:38:57.615 INFO 10971 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'IP and cid Filter' to urls: [/*]
  38. 2019-01-30 16:38:57.615 INFO 10971 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*]
  39. 2019-01-30 16:38:57.615 INFO 10971 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
  40. sdfsdf
  41. 2019-01-30 16:38:58.199 INFO 10971 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService
  42. 2019-01-30 16:38:58.205 INFO 10971 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'asyncExecutor'
  43. 2019-01-30 16:38:58.304 INFO 10971 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  44. 2019-01-30 16:38:58.495 INFO 10971 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@4fe767f3: startup date [Wed Jan 30 16:38:51 CET 2019]; root of context hierarchy
  45. 2019-01-30 16:38:58.588 INFO 10971 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/readiness],methods=[GET]}" onto public java.lang.String com.revogear.kube.controller.ClusteringController.readness(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  46. 2019-01-30 16:38:58.592 INFO 10971 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
  47. 2019-01-30 16:38:58.592 INFO 10971 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  48. 2019-01-30 16:38:58.624 INFO 10971 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Mapped URL path [/oauth/profileOauthService] onto handler '/oauth/profileOauthService'
  49. 2019-01-30 16:38:58.625 INFO 10971 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Mapped URL path [/oauth/twoFactorService] onto handler '/oauth/twoFactorService'
  50. 2019-01-30 16:38:58.626 INFO 10971 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Mapped URL path [/oauth/userPasswordHistoryService] onto handler '/oauth/userPasswordHistoryService'
  51. 2019-01-30 16:38:58.634 INFO 10971 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  52. 2019-01-30 16:38:58.635 INFO 10971 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  53. 2019-01-30 16:38:59.208 INFO 10971 --- [ main] .s.s.UserDetailsServiceAutoConfiguration :
  54.  
  55. Using generated security password: 1a117c51-7e4f-4149-bbce-72b93ca3378d
  56.  
  57. 2019-01-30 16:38:59.381 INFO 10971 --- [ main] c.r.s.o.r.SpringConfigOauth2Service : Configuring ResourceServerSecurityConfigurer
  58. 2019-01-30 16:38:59.467 INFO 10971 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@72f9f27c, org.springframework.security.web.context.SecurityContextPersistenceFilter@52d97ab6, org.springframework.security.web.header.HeaderWriterFilter@6f94a5a5, org.springframework.security.web.authentication.logout.LogoutFilter@1aad0b1, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@32e54a9d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5e5af8e1, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6e0c6a7a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4c1bdcc2, org.springframework.security.web.session.SessionManagementFilter@a92be4f, org.springframework.security.web.access.ExceptionTranslationFilter@7ceb4478, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@74ecacc3]
  59. 2019-01-30 16:38:59.538 INFO 10971 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  60. 2019-01-30 16:38:59.549 INFO 10971 --- [ main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  61. 2019-01-30 16:38:59.550 INFO 10971 --- [ main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map<java.lang.String, java.lang.String>)
  62. 2019-01-30 16:38:59.551 INFO 10971 --- [ main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  63. 2019-01-30 16:38:59.627 INFO 10971 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
  64. 2019-01-30 16:38:59.640 INFO 10971 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'rabbitConnectionFactory' has been autodetected for JMX exposure
  65. 2019-01-30 16:38:59.645 INFO 10971 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Located managed bean 'rabbitConnectionFactory': registering with JMX server as MBean [org.springframework.amqp.rabbit.connection:name=rabbitConnectionFactory,type=CachingConnectionFactory]
  66. 2019-01-30 16:38:59.674 INFO 10971 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483647
  67. 2019-01-30 16:38:59.728 INFO 10971 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 30107 (http) with context path ''
  68. 2019-01-30 16:38:59.733 INFO 10971 --- [ main] c.p.batch.server.Posteh24AppBatchServer : Started Posteh24AppBatchServer in 8.728 seconds (JVM running for 9.223)
  69. 2019-01-30 16:38:59.736 INFO 10971 --- [ main] c.p.batch.server.Posteh24AppBatchServer : kubePodDirector INIT
  70. 2019-01-30 16:39:00.096 INFO 10971 --- [ Thread-6] com.revogear.kube.pod.PodConnection : v3 Trying to connect the KubeOrchestrator.....at 11.11.11.218 port:30201
  71. 2019-01-30 16:39:08.413 INFO 10971 --- [ Thread-6] com.revogear.mq.v2.RabbitMqConsumer : Connected to: rabbit.host virtual host: /
  72. 2019-01-30 16:39:08.642 INFO 10971 --- [ Thread-6] com.revogear.mq.v2.RabbitMqConsumer : Connected to: zulu1 channel: 1!!!
  73. 2019-01-30 16:39:08.907 INFO 10971 --- [ Thread-6] com.revogear.kube.pod.KubePodDirector : kubePodDirector startup done!
  74. 2019-01-30 17:34:01.874 INFO 10971 --- [pool-1-thread-4] com.revogear.mq.v2.RabbitMqConsumer : [zulu1] Received '{"file":"promozioni.zip","idSequenzaFile":1,"nome":"IMPORT_PROMOZIONI"}'
  75. 2019-01-30 17:34:01.985 INFO 10971 --- [pool-1-thread-4] com.revogear.mq.v2.RabbitMqConsumer : [zulu1] Received '{"file":"posizioni.zip","idSequenzaFile":1,"nome":"QUADRATURA_RAPPORTI"}'
  76. 2019-01-30 17:34:01.986 INFO 10971 --- [pool-1-thread-5] com.revogear.mq.v2.RabbitMqConsumer : [zulu1] Received '{"file":"infruttiferi.zip","idSequenzaFile":1,"nome":"IMPORT_INFRUTTIFERI"}'
  77. 2019-01-30 17:34:01.987 INFO 10971 --- [pool-1-thread-5] com.revogear.mq.v2.RabbitMqConsumer : [zulu1] Received '{"file":"condizioni.zip","idSequenzaFile":1,"nome":"IMPORT_CONDIZIONI"}'
  78. 2019-01-30 17:34:01.988 INFO 10971 --- [pool-1-thread-5] com.revogear.mq.v2.RabbitMqConsumer : [zulu1] Received '{"file":"posizioni.zip","idSequenzaFile":1,"nome":"IMPORT_RAPPORTI"}'
  79. 2019-01-30 17:34:03.322 INFO 10971 --- [ingAppGeneric-2] org.mongodb.driver.connection : Opened connection [connectionId{localValue:5, serverValue:1916}] to ivypay.database:27017
  80. 2019-01-30 17:34:03.536 INFO 10971 --- [ingAppGeneric-1] org.mongodb.driver.connection : Opened connection [connectionId{localValue:6, serverValue:1919}] to ivypay.database:27017
  81. 2019-01-30 17:34:03.536 INFO 10971 --- [ingAppGeneric-5] org.mongodb.driver.connection : Opened connection [connectionId{localValue:4, serverValue:1920}] to ivypay.database:27017
  82. 2019-01-30 17:34:03.538 INFO 10971 --- [ingAppGeneric-3] org.mongodb.driver.connection : Opened connection [connectionId{localValue:3, serverValue:1918}] to ivypay.database:27017
  83. 2019-01-30 17:34:03.538 INFO 10971 --- [ingAppGeneric-4] org.mongodb.driver.connection : Opened connection [connectionId{localValue:2, serverValue:1917}] to ivypay.database:27017
  84. 2019-01-30 17:34:03.783 INFO 10971 --- [ingAppGeneric-5] c.p.batch.server.job.input.JobRapporti : START
  85. 2019-01-30 17:34:03.791 INFO 10971 --- [ingAppGeneric-3] c.p.batch.server.job.input.JobRapporti : START
  86. 2019-01-30 17:34:03.797 INFO 10971 --- [ingAppGeneric-4] c.p.b.server.job.input.JobCondizioni : START
  87. 2019-01-30 17:34:03.797 INFO 10971 --- [ingAppGeneric-1] c.p.batch.server.job.input.JobRapporti : START
  88. 2019-01-30 17:34:03.802 INFO 10971 --- [ingAppGeneric-2] c.p.b.s.job.input.JobQuadraturaRapporti : START
  89. 2019-01-30 17:34:04.847 ERROR 10971 --- [ingAppGeneric-1] com.posteh24.batch.server.JobDirector : director
  90.  
  91. org.apache.commons.beanutils.NestedNullException: Null property value for 'infruttiferi' on bean class 'class com.posteh24.account.stub.dto.RapportoDTO'
  92. at org.apache.commons.beanutils.PropertyUtilsBean.getPropertyType(PropertyUtilsBean.java:1119) ~[commons-beanutils-1.9.2.jar:1.9.2]
  93. at org.apache.commons.beanutils.PropertyUtils.getPropertyType(PropertyUtils.java:602) ~[commons-beanutils-1.9.2.jar:1.9.2]
  94. at com.revogear.flowio.input.FlowioFixedPositionBinder.setValue(FlowioFixedPositionBinder.java:128) ~[classes/:na]
  95. at com.revogear.flowio.input.FlowioFixedPositionBinder.getObjectFromRow(FlowioFixedPositionBinder.java:52) ~[classes/:na]
  96. at com.revogear.flowio.input.FlowioInputMapper.read(FlowioInputMapper.java:34) ~[classes/:na]
  97. at com.posteh24.batch.server.job.input.JobInput.run(JobInput.java:76) ~[classes/:na]
  98. at com.posteh24.batch.server.JobDirector.start(JobDirector.java:52) ~[classes/:na]
  99. at com.posteh24.batch.server.JobDirector$$FastClassBySpringCGLIB$$ff19e12e.invoke(<generated>) [classes/:na]
  100. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) [spring-core-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  101. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:746) [spring-aop-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  102. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  103. at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) [spring-aop-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  104. at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[na:1.8.0_121]
  105. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) ~[na:1.8.0_121]
  106. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ~[na:1.8.0_121]
  107. at java.lang.Thread.run(Thread.java:745) ~[na:1.8.0_121]
  108.  
  109. 2019-01-30 17:34:04.852 ERROR 10971 --- [ingAppGeneric-3] com.posteh24.batch.server.JobDirector : director
  110.  
  111. org.apache.commons.beanutils.NestedNullException: Null property value for 'infruttiferi' on bean class 'class com.posteh24.account.stub.dto.RapportoDTO'
  112. at org.apache.commons.beanutils.PropertyUtilsBean.getPropertyType(PropertyUtilsBean.java:1119) ~[commons-beanutils-1.9.2.jar:1.9.2]
  113. at org.apache.commons.beanutils.PropertyUtils.getPropertyType(PropertyUtils.java:602) ~[commons-beanutils-1.9.2.jar:1.9.2]
  114. at com.revogear.flowio.input.FlowioFixedPositionBinder.setValue(FlowioFixedPositionBinder.java:128) ~[classes/:na]
  115. at com.revogear.flowio.input.FlowioFixedPositionBinder.getObjectFromRow(FlowioFixedPositionBinder.java:52) ~[classes/:na]
  116. at com.revogear.flowio.input.FlowioInputMapper.read(FlowioInputMapper.java:34) ~[classes/:na]
  117. at com.posteh24.batch.server.job.input.JobInput.run(JobInput.java:76) ~[classes/:na]
  118. at com.posteh24.batch.server.JobDirector.start(JobDirector.java:52) ~[classes/:na]
  119. at com.posteh24.batch.server.JobDirector$$FastClassBySpringCGLIB$$ff19e12e.invoke(<generated>) [classes/:na]
  120. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) [spring-core-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  121. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:746) [spring-aop-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  122. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  123. at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) [spring-aop-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  124. at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[na:1.8.0_121]
  125. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) ~[na:1.8.0_121]
  126. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ~[na:1.8.0_121]
  127. at java.lang.Thread.run(Thread.java:745) ~[na:1.8.0_121]
  128.  
  129. 2019-01-30 17:34:05.350 ERROR 10971 --- [ingAppGeneric-2] com.posteh24.batch.server.JobDirector : director
  130.  
  131. org.springframework.remoting.RemoteAccessException: Cannot access Hessian remote service at [https://posteh24-service-account-server:30102/acc/Rapporto]; nested exception is javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
  132. at org.springframework.remoting.caucho.HessianClientInterceptor.convertHessianAccessException(HessianClientInterceptor.java:296) ~[spring-web-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  133. at org.springframework.remoting.caucho.HessianClientInterceptor.invoke(HessianClientInterceptor.java:264) ~[spring-web-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  134. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) [spring-aop-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  135. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  136. at com.sun.proxy.$Proxy98.quadraturaRapporto(Unknown Source) ~[na:na]
  137. at com.posteh24.batch.server.job.input.JobQuadraturaRapporti.saveAll(JobQuadraturaRapporti.java:30) ~[classes/:na]
  138. at com.posteh24.batch.server.job.input.JobInput.save(JobInput.java:133) ~[classes/:na]
  139. at com.posteh24.batch.server.job.input.JobInput.onRow(JobInput.java:92) ~[classes/:na]
  140. at com.posteh24.batch.server.job.input.JobInput.onRow(JobInput.java:1) ~[classes/:na]
  141. at com.revogear.flowio.input.FlowioInputMapper.read(FlowioInputMapper.java:34) ~[classes/:na]
  142. at com.posteh24.batch.server.job.input.JobInput.run(JobInput.java:76) ~[classes/:na]
  143. at com.posteh24.batch.server.JobDirector.start(JobDirector.java:52) ~[classes/:na]
  144. at com.posteh24.batch.server.JobDirector$$FastClassBySpringCGLIB$$ff19e12e.invoke(<generated>) [classes/:na]
  145. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) [spring-core-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  146. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:746) [spring-aop-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  147. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  148. at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) [spring-aop-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  149. at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[na:1.8.0_121]
  150. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) ~[na:1.8.0_121]
  151. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ~[na:1.8.0_121]
  152. at java.lang.Thread.run(Thread.java:745) ~[na:1.8.0_121]
  153. Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
  154. at sun.security.ssl.InputRecord.handleUnknownRecord(InputRecord.java:710) ~[na:1.8.0_121]
  155. at sun.security.ssl.InputRecord.read(InputRecord.java:527) ~[na:1.8.0_121]
  156. at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973) ~[na:1.8.0_121]
  157. at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) ~[na:1.8.0_121]
  158. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) ~[na:1.8.0_121]
  159. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) ~[na:1.8.0_121]
  160. at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559) ~[na:1.8.0_121]
  161. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) ~[na:1.8.0_121]
  162. at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1316) ~[na:1.8.0_121]
  163. at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1291) ~[na:1.8.0_121]
  164. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:250) ~[na:1.8.0_121]
  165. at com.caucho.hessian.client.HessianURLConnection.getOutputStream(HessianURLConnection.java:97) ~[hessian-4.0.51.LINESCODE.jar:na]
  166. at com.caucho.hessian.client.HessianProxy.sendRequest(HessianProxy.java:284) ~[hessian-4.0.51.LINESCODE.jar:na]
  167. at com.caucho.hessian.client.HessianProxy.invoke(HessianProxy.java:171) ~[hessian-4.0.51.LINESCODE.jar:na]
  168. at com.sun.proxy.$Proxy97.quadraturaRapporto(Unknown Source) ~[na:na]
  169. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_121]
  170. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_121]
  171. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_121]
  172. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_121]
  173. at org.springframework.remoting.caucho.HessianClientInterceptor.invoke(HessianClientInterceptor.java:251) ~[spring-web-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  174. ... 19 common frames omitted
  175.  
  176. 2019-01-30 17:34:05.350 ERROR 10971 --- [ingAppGeneric-4] com.posteh24.batch.server.JobDirector : director
  177.  
  178. org.springframework.remoting.RemoteAccessException: Cannot access Hessian remote service at [https://posteh24-service-account-server:30102/acc/Condizioni]; nested exception is javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
  179. at org.springframework.remoting.caucho.HessianClientInterceptor.convertHessianAccessException(HessianClientInterceptor.java:296) ~[spring-web-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  180. at org.springframework.remoting.caucho.HessianClientInterceptor.invoke(HessianClientInterceptor.java:264) ~[spring-web-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  181. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) [spring-aop-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  182. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  183. at com.sun.proxy.$Proxy102.saveAll(Unknown Source) ~[na:na]
  184. at com.posteh24.batch.server.job.input.JobCondizioni.saveAll(JobCondizioni.java:22) ~[classes/:na]
  185. at com.posteh24.batch.server.job.input.JobInput.save(JobInput.java:133) ~[classes/:na]
  186. at com.posteh24.batch.server.job.input.JobInput.onRow(JobInput.java:92) ~[classes/:na]
  187. at com.posteh24.batch.server.job.input.JobInput.onRow(JobInput.java:1) ~[classes/:na]
  188. at com.revogear.flowio.input.FlowioInputMapper.read(FlowioInputMapper.java:34) ~[classes/:na]
  189. at com.posteh24.batch.server.job.input.JobInput.run(JobInput.java:76) ~[classes/:na]
  190. at com.posteh24.batch.server.JobDirector.start(JobDirector.java:52) ~[classes/:na]
  191. at com.posteh24.batch.server.JobDirector$$FastClassBySpringCGLIB$$ff19e12e.invoke(<generated>) [classes/:na]
  192. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) [spring-core-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  193. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:746) [spring-aop-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  194. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  195. at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) [spring-aop-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  196. at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[na:1.8.0_121]
  197. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) ~[na:1.8.0_121]
  198. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ~[na:1.8.0_121]
  199. at java.lang.Thread.run(Thread.java:745) ~[na:1.8.0_121]
  200. Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
  201. at sun.security.ssl.InputRecord.handleUnknownRecord(InputRecord.java:710) ~[na:1.8.0_121]
  202. at sun.security.ssl.InputRecord.read(InputRecord.java:527) ~[na:1.8.0_121]
  203. at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973) ~[na:1.8.0_121]
  204. at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) ~[na:1.8.0_121]
  205. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) ~[na:1.8.0_121]
  206. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) ~[na:1.8.0_121]
  207. at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559) ~[na:1.8.0_121]
  208. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) ~[na:1.8.0_121]
  209. at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1316) ~[na:1.8.0_121]
  210. at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1291) ~[na:1.8.0_121]
  211. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:250) ~[na:1.8.0_121]
  212. at com.caucho.hessian.client.HessianURLConnection.getOutputStream(HessianURLConnection.java:97) ~[hessian-4.0.51.LINESCODE.jar:na]
  213. at com.caucho.hessian.client.HessianProxy.sendRequest(HessianProxy.java:284) ~[hessian-4.0.51.LINESCODE.jar:na]
  214. at com.caucho.hessian.client.HessianProxy.invoke(HessianProxy.java:171) ~[hessian-4.0.51.LINESCODE.jar:na]
  215. at com.sun.proxy.$Proxy101.saveAll(Unknown Source) ~[na:na]
  216. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_121]
  217. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_121]
  218. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_121]
  219. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_121]
  220. at org.springframework.remoting.caucho.HessianClientInterceptor.invoke(HessianClientInterceptor.java:251) ~[spring-web-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  221. ... 19 common frames omitted
  222.  
  223. 2019-01-30 17:34:05.352 ERROR 10971 --- [ingAppGeneric-5] com.posteh24.batch.server.JobDirector : director
  224.  
  225. org.springframework.remoting.RemoteAccessException: Cannot access Hessian remote service at [https://posteh24-service-account-server:30102/acc/Rapporto]; nested exception is javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
  226. at org.springframework.remoting.caucho.HessianClientInterceptor.convertHessianAccessException(HessianClientInterceptor.java:296) ~[spring-web-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  227. at org.springframework.remoting.caucho.HessianClientInterceptor.invoke(HessianClientInterceptor.java:264) ~[spring-web-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  228. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185) [spring-aop-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  229. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  230. at com.sun.proxy.$Proxy98.saveAll(Unknown Source) ~[na:na]
  231. at com.posteh24.batch.server.job.input.JobRapporti.saveAll(JobRapporti.java:30) ~[classes/:na]
  232. at com.posteh24.batch.server.job.input.JobInput.save(JobInput.java:133) ~[classes/:na]
  233. at com.posteh24.batch.server.job.input.JobInput.onRow(JobInput.java:92) ~[classes/:na]
  234. at com.posteh24.batch.server.job.input.JobInput.onRow(JobInput.java:1) ~[classes/:na]
  235. at com.revogear.flowio.input.FlowioInputMapper.read(FlowioInputMapper.java:34) ~[classes/:na]
  236. at com.posteh24.batch.server.job.input.JobInput.run(JobInput.java:76) ~[classes/:na]
  237. at com.posteh24.batch.server.JobDirector.start(JobDirector.java:52) ~[classes/:na]
  238. at com.posteh24.batch.server.JobDirector$$FastClassBySpringCGLIB$$ff19e12e.invoke(<generated>) [classes/:na]
  239. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) [spring-core-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  240. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:746) [spring-aop-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  241. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  242. at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) [spring-aop-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  243. at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[na:1.8.0_121]
  244. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) ~[na:1.8.0_121]
  245. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ~[na:1.8.0_121]
  246. at java.lang.Thread.run(Thread.java:745) ~[na:1.8.0_121]
  247. Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
  248. at sun.security.ssl.InputRecord.handleUnknownRecord(InputRecord.java:710) ~[na:1.8.0_121]
  249. at sun.security.ssl.InputRecord.read(InputRecord.java:527) ~[na:1.8.0_121]
  250. at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973) ~[na:1.8.0_121]
  251. at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) ~[na:1.8.0_121]
  252. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) ~[na:1.8.0_121]
  253. at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) ~[na:1.8.0_121]
  254. at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559) ~[na:1.8.0_121]
  255. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) ~[na:1.8.0_121]
  256. at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1316) ~[na:1.8.0_121]
  257. at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1291) ~[na:1.8.0_121]
  258. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:250) ~[na:1.8.0_121]
  259. at com.caucho.hessian.client.HessianURLConnection.getOutputStream(HessianURLConnection.java:97) ~[hessian-4.0.51.LINESCODE.jar:na]
  260. at com.caucho.hessian.client.HessianProxy.sendRequest(HessianProxy.java:284) ~[hessian-4.0.51.LINESCODE.jar:na]
  261. at com.caucho.hessian.client.HessianProxy.invoke(HessianProxy.java:171) ~[hessian-4.0.51.LINESCODE.jar:na]
  262. at com.sun.proxy.$Proxy97.saveAll(Unknown Source) ~[na:na]
  263. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_121]
  264. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_121]
  265. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_121]
  266. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_121]
  267. at org.springframework.remoting.caucho.HessianClientInterceptor.invoke(HessianClientInterceptor.java:251) ~[spring-web-5.0.6.RELEASE.jar:5.0.6.RELEASE]
  268. ... 19 common frames omitted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement