Advertisement
Guest User

Untitled

a guest
Jul 5th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.54 KB | None | 0 0
  1. login as: iss
  2. Authenticating with public key "imported-openssh-key"
  3. Welcome to Ubuntu 16.04.2 LTS (GNU/Linux 4.4.0-1013-aws x86_64)
  4.  
  5. * Documentation: https://help.ubuntu.com
  6. * Management: https://landscape.canonical.com
  7. * Support: https://ubuntu.com/advantage
  8.  
  9. Get cloud support with Ubuntu Advantage Cloud Guest:
  10. http://www.ubuntu.com/business/services/cloud
  11.  
  12. 50 packages can be updated.
  13. 0 updates are security updates.
  14.  
  15.  
  16. *** System restart required ***
  17. Last login: Wed Jul 5 04:48:28 2017 from 99.198.245.167
  18. iss@ip-10-0-0-207:~$ docker exec -it vertigows-resolver-ws /bin/bash
  19. WARNING: Error loading config file:/home/iss/.docker/config.json - stat /home/iss/.docker/config.json: permission denied
  20. Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post http://%2Fvar%2Frun%2Fdocker.sock/v1.28/containers/vertigows-resolver-ws/exec: dial unix /var/run/docker.sock: connect: permission denied
  21. iss@ip-10-0-0-207:~$ sudo docker exec -it vertigows-resolver-ws /bin/bash
  22. bash-4.3# ls
  23. bin data dev etc home lib lib64 linuxrc media mnt opt proc root run sbin srv sys tmp usr var
  24. bash-4.3# cd data
  25. bash-4.3# ls
  26. entrypoint.sh vertigows-resolver-ws
  27. bash-4.3# cd vertigows-resolver-ws/
  28. bash-4.3# ls
  29. bin config lib
  30. bash-4.3# cd bin
  31. bash-4.3# ls
  32. logs vertigows-resolver-ws.jar vertigows-resolver-ws.sh
  33. bash-4.3# cd logs/
  34. bash-4.3# ls
  35. resolver-ws-access.log resolver-ws.log
  36. bash-4.3# cat resolver-ws.log
  37. 05:33:00.693 [main] INFO com.vertigo.resolver.Application - Starting Resolver Service application...
  38. 05:33:00.709 [main] INFO c.vertigo.core.config.ConfigLocator - Resolved environment: dev
  39. 05:33:00.861 [main] INFO com.vertigo.service.EmbeddedUndertow - Starting Undertow server
  40. 05:33:01.266 [main] INFO org.reflections.Reflections - Reflections took 136 ms to scan 11 urls, producing 445 keys and 664 values
  41. 05:33:02.239 [main] INFO o.f.c.internal.util.VersionPrinter - Flyway 4.0.1 by Boxfuse
  42. 05:33:02.676 [main] INFO o.f.c.i.dbsupport.DbSupportFactory - Database: jdbc:postgresql://dev-db.ckzhy6a0rubi.us-west-2.rds.amazonaws.com:5432/vertigo_resolver_service_db (PostgreSQL 9.6)
  43. 05:33:02.940 [main] INFO o.f.core.internal.command.DbValidate - Successfully validated 10 migrations (execution time 00:00.111s)
  44. 05:33:03.159 [main] INFO o.f.core.internal.command.DbMigrate - Current version of schema "public": 20170630.15288
  45. 05:33:03.161 [main] INFO o.f.core.internal.command.DbMigrate - Schema "public" is up to date. No migration necessary.
  46. 05:33:03.257 [main] INFO org.xnio - XNIO version 3.3.1.Final
  47. 05:33:03.273 [main] INFO org.xnio.nio - XNIO NIO Implementation Version 3.3.1.Final
  48. 05:33:03.367 [main] INFO com.vertigo.resolver.Application - Started in 2669 ms
  49. 05:33:04.226 [XNIO-1 task-1] INFO c.s.j.g.s.c.GuiceComponentProviderFactory - Registering com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider as a provider class
  50. 05:33:04.227 [XNIO-1 task-1] INFO c.s.j.g.s.c.GuiceComponentProviderFactory - Registering com.vertigo.service.rest.mapper.DefaultExceptionMapper as a provider class
  51. 05:33:04.227 [XNIO-1 task-1] INFO c.s.j.g.s.c.GuiceComponentProviderFactory - Registering com.vertigo.service.rest.mapper.ParamParseExceptionMapper as a provider class
  52. 05:33:04.227 [XNIO-1 task-1] INFO c.s.j.g.s.c.GuiceComponentProviderFactory - Registering com.vertigo.service.rest.mapper.JsonProcessingExceptionMapper as a provider class
  53. 05:33:04.227 [XNIO-1 task-1] INFO c.s.j.g.s.c.GuiceComponentProviderFactory - Registering com.vertigo.service.rest.mapper.EOFExceptionMapper as a provider class
  54. 05:33:04.227 [XNIO-1 task-1] INFO c.s.j.g.s.c.GuiceComponentProviderFactory - Registering com.vertigo.rest.handler.SwaggerApiListingResource as a root resource class
  55. 05:33:04.227 [XNIO-1 task-1] INFO c.s.j.g.s.c.GuiceComponentProviderFactory - Registering io.swagger.jaxrs.listing.SwaggerSerializers as a provider class
  56. 05:33:04.228 [XNIO-1 task-1] INFO c.s.j.g.s.c.GuiceComponentProviderFactory - Registering com.vertigo.resolver.handler.ResolverHandler as a root resource class
  57. 05:33:04.228 [XNIO-1 task-1] INFO c.s.j.g.s.c.GuiceComponentProviderFactory - Registering com.vertigo.resolver.handler.CrawlerHandler as a root resource class
  58. 05:33:04.228 [XNIO-1 task-1] INFO c.s.j.g.s.c.GuiceComponentProviderFactory - Registering com.vertigo.resolver.handler.AppleMatchHandler as a root resource class
  59. 05:33:04.228 [XNIO-1 task-1] INFO c.s.j.g.s.c.GuiceComponentProviderFactory - Registering com.vertigo.resolver.handler.AdminHandler as a root resource class
  60. 05:33:04.228 [XNIO-1 task-1] INFO c.s.j.g.s.c.GuiceComponentProviderFactory - Registering com.vertigo.resolver.handler.InternalApiHandler as a root resource class
  61. 05:33:04.228 [XNIO-1 task-1] INFO c.s.j.g.s.c.GuiceComponentProviderFactory - Registering com.vertigo.resolver.handler.IncrementalUpdatesHandler as a root resource class
  62. 05:33:04.231 [XNIO-1 task-1] INFO c.s.j.s.i.a.WebApplicationImpl - Initiating Jersey application, version 'Jersey: 1.19 02/11/2015 03:25 AM'
  63. 05:33:04.332 [XNIO-1 task-1] INFO c.s.j.g.s.c.GuiceComponentProviderFactory - Binding com.vertigo.service.rest.mapper.DefaultExceptionMapper to GuiceManagedComponentProvider with the scope "Singleton"
  64. 05:33:04.334 [XNIO-1 task-1] INFO c.s.j.g.s.c.GuiceComponentProviderFactory - Binding com.vertigo.service.rest.mapper.ParamParseExceptionMapper to GuiceManagedComponentProvider with the scope "Singleton"
  65. 05:33:04.336 [XNIO-1 task-1] INFO c.s.j.g.s.c.GuiceComponentProviderFactory - Binding com.vertigo.service.rest.mapper.JsonProcessingExceptionMapper to GuiceManagedComponentProvider with the scope "Singleton"
  66. 05:33:04.337 [XNIO-1 task-1] INFO c.s.j.g.s.c.GuiceComponentProviderFactory - Binding com.vertigo.service.rest.mapper.EOFExceptionMapper to GuiceManagedComponentProvider with the scope "Singleton"
  67. 05:33:04.340 [XNIO-1 task-1] INFO c.s.j.g.s.c.GuiceComponentProviderFactory - Binding com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider to GuiceManagedComponentProvider with the scope "Singleton"
  68. 05:33:04.544 [XNIO-1 task-1] INFO c.s.j.g.s.c.GuiceComponentProviderFactory - Binding io.swagger.jaxrs.listing.SwaggerSerializers to GuiceManagedComponentProvider with the scope "Singleton"
  69. 05:33:04.910 [XNIO-1 task-1] INFO c.s.j.g.s.c.GuiceComponentProviderFactory - Binding com.vertigo.rest.handler.SwaggerApiListingResource to GuiceManagedComponentProvider with the scope "Singleton"
  70. 05:33:04.939 [XNIO-1 task-1] INFO c.s.j.g.s.c.GuiceComponentProviderFactory - Binding com.vertigo.resolver.handler.ResolverHandler to GuiceManagedComponentProvider with the scope "PerRequest"
  71. 05:33:04.941 [XNIO-1 task-1] INFO c.s.j.g.s.c.GuiceComponentProviderFactory - Binding com.vertigo.resolver.handler.CrawlerHandler to GuiceManagedComponentProvider with the scope "PerRequest"
  72. 05:33:04.944 [XNIO-1 task-1] INFO c.s.j.g.s.c.GuiceComponentProviderFactory - Binding com.vertigo.resolver.handler.AppleMatchHandler to GuiceManagedComponentProvider with the scope "PerRequest"
  73. 05:33:04.947 [XNIO-1 task-1] INFO c.s.j.g.s.c.GuiceComponentProviderFactory - Binding com.vertigo.resolver.handler.AdminHandler to GuiceManagedComponentProvider with the scope "PerRequest"
  74. 05:33:04.953 [XNIO-1 task-1] INFO c.s.j.g.s.c.GuiceComponentProviderFactory - Binding com.vertigo.resolver.handler.InternalApiHandler to GuiceManagedComponentProvider with the scope "PerRequest"
  75. 05:33:04.960 [XNIO-1 task-1] INFO c.s.j.g.s.c.GuiceComponentProviderFactory - Binding com.vertigo.resolver.handler.IncrementalUpdatesHandler to GuiceManagedComponentProvider with the scope "PerRequest"
  76. 05:33:24.785 [XNIO-1 task-3] ERROR c.v.s.r.m.DefaultExceptionMapper - Unhandled error occurred
  77. java.lang.NullPointerException: null
  78. at org.sql2o.Query.addParameterInternal(Query.java:133) ~[sql2o-1.5.4.jar:na]
  79. at org.sql2o.Query.addParameter(Query.java:210) ~[sql2o-1.5.4.jar:na]
  80. at com.vertigo.crawler.persistence.mapper.IncrementalUpdatesMapper.getIncrementalUpdatesHistory(IncrementalUpdatesMapper.java:53) ~[vertigows-resolver-crawler-0.57.1-20170705-6.jar:na]
  81. at com.vertigo.crawler.persistence.service.AppleUpdateServiceImpl.getIncrementalUpdatesHistory(AppleUpdateServiceImpl.java:138) ~[vertigows-resolver-crawler-0.57.1-20170705-6.jar:na]
  82. at com.vertigo.resolver.handler.IncrementalUpdatesHandler.get(IncrementalUpdatesHandler.java:76) ~[vertigows-resolver-ws.jar:na]
  83. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_121]
  84. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_121]
  85. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_121]
  86. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_121]
  87. at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) ~[jersey-server-1.19.jar:1.19]
  88. at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ResponseOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:205) ~[jersey-server-1.19.jar:1.19]
  89. at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) ~[jersey-server-1.19.jar:1.19]
  90. at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302) ~[jersey-server-1.19.jar:1.19]
  91. at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) ~[jersey-server-1.19.jar:1.19]
  92. at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) ~[jersey-server-1.19.jar:1.19]
  93. at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) ~[jersey-server-1.19.jar:1.19]
  94. at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) ~[jersey-server-1.19.jar:1.19]
  95. at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1542) [jersey-server-1.19.jar:1.19]
  96. at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1473) [jersey-server-1.19.jar:1.19]
  97. at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1419) [jersey-server-1.19.jar:1.19]
  98. at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1409) [jersey-server-1.19.jar:1.19]
  99. at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:409) [jersey-servlet-1.19.jar:1.19]
  100. at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:558) [jersey-servlet-1.19.jar:1.19]
  101. at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:733) [jersey-servlet-1.19.jar:1.19]
  102. at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [jboss-servlet-api_3.1_spec-1.0.0.Final.jar:1.0.0.Final]
  103. at com.google.inject.servlet.ServletDefinition.doServiceImpl(ServletDefinition.java:287) [guice-servlet-4.0.jar:na]
  104. at com.google.inject.servlet.ServletDefinition.doService(ServletDefinition.java:277) [guice-servlet-4.0.jar:na]
  105. at com.google.inject.servlet.ServletDefinition.service(ServletDefinition.java:182) [guice-servlet-4.0.jar:na]
  106. at com.google.inject.servlet.ManagedServletPipeline.service(ManagedServletPipeline.java:91) [guice-servlet-4.0.jar:na]
  107. at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:85) [guice-servlet-4.0.jar:na]
  108. at com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:119) [guice-servlet-4.0.jar:na]
  109. at com.google.inject.servlet.GuiceFilter$1.call(GuiceFilter.java:133) [guice-servlet-4.0.jar:na]
  110. at com.google.inject.servlet.GuiceFilter$1.call(GuiceFilter.java:130) [guice-servlet-4.0.jar:na]
  111. at com.google.inject.servlet.GuiceFilter$Context.call(GuiceFilter.java:203) [guice-servlet-4.0.jar:na]
  112. at com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:130) [guice-servlet-4.0.jar:na]
  113. at com.vertigo.resolver.filter.GuiceFilter.doFilter(GuiceFilter.java:21) [vertigows-resolver-ws.jar:na]
  114. at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:60) [undertow-servlet-1.3.4.Final.jar:1.3.4.Final]
  115. at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) [undertow-servlet-1.3.4.Final.jar:1.3.4.Final]
  116. at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84) [undertow-servlet-1.3.4.Final.jar:1.3.4.Final]
  117. at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) [undertow-servlet-1.3.4.Final.jar:1.3.4.Final]
  118. at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) [undertow-servlet-1.3.4.Final.jar:1.3.4.Final]
  119. at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131) [undertow-servlet-1.3.4.Final.jar:1.3.4.Final]
  120. at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) [undertow-servlet-1.3.4.Final.jar:1.3.4.Final]
  121. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.3.4.Final.jar:1.3.4.Final]
  122. at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) [undertow-core-1.3.4.Final.jar:1.3.4.Final]
  123. at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) [undertow-servlet-1.3.4.Final.jar:1.3.4.Final]
  124. at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60) [undertow-core-1.3.4.Final.jar:1.3.4.Final]
  125. at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:72) [undertow-servlet-1.3.4.Final.jar:1.3.4.Final]
  126. at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43) [undertow-core-1.3.4.Final.jar:1.3.4.Final]
  127. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.3.4.Final.jar:1.3.4.Final]
  128. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.3.4.Final.jar:1.3.4.Final]
  129. at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:284) [undertow-servlet-1.3.4.Final.jar:1.3.4.Final]
  130. at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:263) [undertow-servlet-1.3.4.Final.jar:1.3.4.Final]
  131. at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81) [undertow-servlet-1.3.4.Final.jar:1.3.4.Final]
  132. at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:174) [undertow-servlet-1.3.4.Final.jar:1.3.4.Final]
  133. at io.undertow.server.Connectors.executeRootHandler(Connectors.java:198) [undertow-core-1.3.4.Final.jar:1.3.4.Final]
  134. at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:788) [undertow-core-1.3.4.Final.jar:1.3.4.Final]
  135. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_121]
  136. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_121]
  137. at java.lang.Thread.run(Thread.java:745) [na:1.8.0_121]
  138. 05:33:29.376 [XNIO-1 task-4] ERROR c.v.s.r.m.DefaultExceptionMapper - Unhandled error occurred
  139. java.lang.NullPointerException: null
  140. at com.vertigo.resolver.handler.IncrementalUpdatesHandler.get(IncrementalUpdatesHandler.java:67) ~[vertigows-resolver-ws.jar:na]
  141. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_121]
  142. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_121]
  143. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_121]
  144. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_121]
  145. at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) ~[jersey-server-1.19.jar:1.19]
  146. at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ResponseOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:205) ~[jersey-server-1.19.jar:1.19]
  147. at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) ~[jersey-server-1.19.jar:1.19]
  148. at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302) ~[jersey-server-1.19.jar:1.19]
  149. at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) ~[jersey-server-1.19.jar:1.19]
  150. at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) ~[jersey-server-1.19.jar:1.19]
  151. at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) ~[jersey-server-1.19.jar:1.19]
  152. at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) ~[jersey-server-1.19.jar:1.19]
  153. at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1542) [jersey-server-1.19.jar:1.19]
  154. at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1473) [jersey-server-1.19.jar:1.19]
  155. at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1419) [jersey-server-1.19.jar:1.19]
  156. at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1409) [jersey-server-1.19.jar:1.19]
  157. at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:409) [jersey-servlet-1.19.jar:1.19]
  158. at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:558) [jersey-servlet-1.19.jar:1.19]
  159. at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:733) [jersey-servlet-1.19.jar:1.19]
  160. at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [jboss-servlet-api_3.1_spec-1.0.0.Final.jar:1.0.0.Final]
  161. at com.google.inject.servlet.ServletDefinition.doServiceImpl(ServletDefinition.java:287) [guice-servlet-4.0.jar:na]
  162. at com.google.inject.servlet.ServletDefinition.doService(ServletDefinition.java:277) [guice-servlet-4.0.jar:na]
  163. at com.google.inject.servlet.ServletDefinition.service(ServletDefinition.java:182) [guice-servlet-4.0.jar:na]
  164. at com.google.inject.servlet.ManagedServletPipeline.service(ManagedServletPipeline.java:91) [guice-servlet-4.0.jar:na]
  165. at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:85) [guice-servlet-4.0.jar:na]
  166. at com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:119) [guice-servlet-4.0.jar:na]
  167. at com.google.inject.servlet.GuiceFilter$1.call(GuiceFilter.java:133) [guice-servlet-4.0.jar:na]
  168. at com.google.inject.servlet.GuiceFilter$1.call(GuiceFilter.java:130) [guice-servlet-4.0.jar:na]
  169. at com.google.inject.servlet.GuiceFilter$Context.call(GuiceFilter.java:203) [guice-servlet-4.0.jar:na]
  170. at com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:130) [guice-servlet-4.0.jar:na]
  171. at com.vertigo.resolver.filter.GuiceFilter.doFilter(GuiceFilter.java:21) [vertigows-resolver-ws.jar:na]
  172. at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:60) [undertow-servlet-1.3.4.Final.jar:1.3.4.Final]
  173. at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) [undertow-servlet-1.3.4.Final.jar:1.3.4.Final]
  174. at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84) [undertow-servlet-1.3.4.Final.jar:1.3.4.Final]
  175. at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) [undertow-servlet-1.3.4.Final.jar:1.3.4.Final]
  176. at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) [undertow-servlet-1.3.4.Final.jar:1.3.4.Final]
  177. at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131) [undertow-servlet-1.3.4.Final.jar:1.3.4.Final]
  178. at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) [undertow-servlet-1.3.4.Final.jar:1.3.4.Final]
  179. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.3.4.Final.jar:1.3.4.Final]
  180. at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) [undertow-core-1.3.4.Final.jar:1.3.4.Final]
  181. at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) [undertow-servlet-1.3.4.Final.jar:1.3.4.Final]
  182. at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60) [undertow-core-1.3.4.Final.jar:1.3.4.Final]
  183. at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:72) [undertow-servlet-1.3.4.Final.jar:1.3.4.Final]
  184. at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43) [undertow-core-1.3.4.Final.jar:1.3.4.Final]
  185. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.3.4.Final.jar:1.3.4.Final]
  186. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.3.4.Final.jar:1.3.4.Final]
  187. at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:284) [undertow-servlet-1.3.4.Final.jar:1.3.4.Final]
  188. at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:263) [undertow-servlet-1.3.4.Final.jar:1.3.4.Final]
  189. at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81) [undertow-servlet-1.3.4.Final.jar:1.3.4.Final]
  190. at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:174) [undertow-servlet-1.3.4.Final.jar:1.3.4.Final]
  191. at io.undertow.server.Connectors.executeRootHandler(Connectors.java:198) [undertow-core-1.3.4.Final.jar:1.3.4.Final]
  192. at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:788) [undertow-core-1.3.4.Final.jar:1.3.4.Final]
  193. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_121]
  194. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_121]
  195. at java.lang.Thread.run(Thread.java:745) [na:1.8.0_121]
  196. bash-4.3#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement