Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.16 KB | None | 0 0
  1. 09:27:34,921 INFO [com.sirma.itt.seip.tenant.TenantManagementService] (default task-8) Beginning new tenant creation..
  2. 09:27:34,923 INFO [com.sirma.itt.seip.tenant.TenantManagementService] (default task-8) Processing step: TenantInitialization...
  3. 09:27:34,923 INFO [com.sirma.itt.seip.tenant.step.TenantCreationInitializationStep] (default task-8) Going to create/activate tenant georgi.com
  4. 09:27:34,927 INFO [com.sirma.itt.seip.tenant.TenantManagementService] (default task-8) Step: TenantInitialization is completed!
  5. 09:27:34,931 INFO [com.sirma.itt.seip.tenant.TenantManagementService] (default task-8) Processing step: IdpInitialization...
  6. 09:27:34,972 WARN [org.apache.axiom.util.stax.dialect.StAXDialectDetector] (default task-8) Unable to determine dialect of the StAX implementation at jar:file:/D:/Dev/Wildfly/wildfly-9.0.0.CR1/jboss-modules.jar!/
  7. 09:27:35,068 INFO [com.sirma.itt.seip.idp.wso2.WSO2IdPStubManagment] (default task-8) Using base server address: https://172.17.8.100:9443/services/
  8. 09:27:35,224 INFO [org.apache.commons.httpclient.HttpMethodDirector] (default task-8) I/O exception (org.apache.axis2.AxisFault) caught when processing request: Connection has been shutdown: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
  9. 09:27:35,224 INFO [org.apache.commons.httpclient.HttpMethodDirector] (default task-8) Retrying request
  10. 09:27:35,229 INFO [org.apache.commons.httpclient.HttpMethodDirector] (default task-8) I/O exception (org.apache.axis2.AxisFault) caught when processing request: Connection has been shutdown: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
  11. 09:27:35,229 INFO [org.apache.commons.httpclient.HttpMethodDirector] (default task-8) Retrying request
  12. 09:27:35,234 INFO [org.apache.commons.httpclient.HttpMethodDirector] (default task-8) I/O exception (org.apache.axis2.AxisFault) caught when processing request: Connection has been shutdown: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
  13. 09:27:35,234 INFO [org.apache.commons.httpclient.HttpMethodDirector] (default task-8) Retrying request
  14. 09:27:35,238 INFO [org.apache.axis2.transport.http.HTTPSender] (default task-8) Unable to sendViaPost to url[https://172.17.8.100:9443/services/AuthenticationAdmin]: org.apache.axis2.AxisFault: Connection has been shutdown: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
  15. at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
  16. at org.apache.axis2.transport.http.SOAPMessageFormatter.writeTo(SOAPMessageFormatter.java:78)
  17. at org.apache.axis2.transport.http.AxisRequestEntity.writeRequest(AxisRequestEntity.java:84)
  18. at org.apache.commons.httpclient.methods.EntityEnclosingMethod.writeRequestBody(EntityEnclosingMethod.java:499)
  19. at org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:2114)
  20. at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1096)
  21. at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
  22. at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
  23. at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
  24. at org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:621)
  25. at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:193)
  26. at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)
  27. at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:404)
  28. at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:231)
  29. at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:443)
  30. at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:406)
  31. at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
  32. at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
  33. at org.wso2.carbon.authenticator.stub.AuthenticationAdminStub.login(AuthenticationAdminStub.java:659)
  34. at com.sirma.itt.seip.idp.wso2.WSO2IdPStubManagment.initializeTenantManager(WSO2IdPStubManagment.java:242)
  35. at com.sirma.itt.seip.idp.wso2.WSO2IdPStubManagment.getIDPTenantManager(WSO2IdPStubManagment.java:293)
  36. at com.sirma.itt.seip.idp.wso2.WSO2IdPStubManagment$Proxy$_$$_WeldClientProxy.getIDPTenantManager(Unknown Source)
  37. at com.sirma.itt.seip.tenant.step.TenantCreationWSO2IdpStep.execute(TenantCreationWSO2IdpStep.java:74)
  38. at com.sirma.itt.seip.tenant.step.TenantCreationWSO2IdpStep$Proxy$_$$_WeldClientProxy.execute(Unknown Source)
  39. at com.sirma.itt.seip.tenant.TenantManagementService.invokeStep(TenantManagementService.java:114)
  40. at com.sirma.itt.seip.tenant.TenantManagementService.lambda$0(TenantManagementService.java:62)
  41. at java.lang.Iterable.forEach(Iterable.java:75)
  42. at com.sirma.itt.seip.tenant.TenantManagementService.create(TenantManagementService.java:62)
  43. at com.sirma.itt.seip.tenant.TenantManagementService$Proxy$_$$_WeldClientProxy.create(Unknown Source)
  44. at com.sirma.itt.seip.tenant.TenantRestService.create(TenantRestService.java:60)
  45. at com.sirma.itt.seip.tenant.TenantRestService$Proxy$_$$_WeldSubclass.create$$super(Unknown Source)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  47. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  48. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  49. at java.lang.reflect.Method.invoke(Method.java:498)
  50. at org.jboss.weld.interceptor.proxy.TerminalAroundInvokeInvocationContext.proceedInternal(TerminalAroundInvokeInvocationContext.java:49)
  51. at org.jboss.weld.interceptor.proxy.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:77)
  52. at com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorBase.invokeInOurTx(TransactionalInterceptorBase.java:92)
  53. at com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorRequired.intercept(TransactionalInterceptorRequired.java:52)
  54. at sun.reflect.GeneratedMethodAccessor263.invoke(Unknown Source)
  55. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  56. at java.lang.reflect.Method.invoke(Method.java:498)
  57. at org.jboss.weld.interceptor.reader.SimpleInterceptorInvocation$SimpleMethodInvocation.invoke(SimpleInterceptorInvocation.java:74)
  58. at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeAroundInvoke(InterceptorMethodHandler.java:84)
  59. at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeInterception(InterceptorMethodHandler.java:72)
  60. at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.invoke(InterceptorMethodHandler.java:56)
  61. at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:79)
  62. at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:68)
  63. at com.sirma.itt.seip.tenant.TenantRestService$Proxy$_$$_WeldSubclass.create(Unknown Source)
  64. at com.sirma.itt.seip.tenant.TenantRestService$Proxy$_$$_WeldClientProxy.create(Unknown Source)
  65. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  66. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  67. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  68. at java.lang.reflect.Method.invoke(Method.java:498)
  69. at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:137)
  70. at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:296)
  71. at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:250)
  72. at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:237)
  73. at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:356)
  74. at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:179)
  75. at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:220)
  76. at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:56)
  77. at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:51)
  78. at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
  79. at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:86)
  80. at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:82)
  81. at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
  82. at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
  83. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  84. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  85. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  86. at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:255)
  87. at io.undertow.servlet.handlers.ServletInitialHandler.dispatchToPath(ServletInitialHandler.java:198)
  88. at io.undertow.servlet.spec.RequestDispatcherImpl.forwardImpl(RequestDispatcherImpl.java:195)
  89. at io.undertow.servlet.spec.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:108)
  90. at com.sirma.itt.seip.rest.utils.ApiForwarder.doFilter(ApiForwarder.java:41)
  91. at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:60)
  92. at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:132)
  93. at com.sirma.itt.seip.runtime.ApplicationAccessFilter.doFilter(ApplicationAccessFilter.java:46)
  94. at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:60)
  95. at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:132)
  96. at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:85)
  97. at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
  98. at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
  99. at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)
  100. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  101. at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)
  102. at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
  103. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  104. at io.undertow.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:51)
  105. at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
  106. at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
  107. at io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:56)
  108. at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:58)
  109. at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:72)
  110. at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)
  111. at io.undertow.security.handlers.SecurityInitialHandler.handleRequest(SecurityInitialHandler.java:76)
  112. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  113. at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
  114. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  115. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  116. at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:274)
  117. at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:253)
  118. at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:80)
  119. at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:172)
  120. at io.undertow.server.Connectors.executeRootHandler(Connectors.java:199)
  121. at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:774)
  122. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  123. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  124. at java.lang.Thread.run(Thread.java:745)
  125. Caused by: com.ctc.wstx.exc.WstxIOException: Connection has been shutdown: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
  126. at com.ctc.wstx.sw.BaseStreamWriter._finishDocument(BaseStreamWriter.java:1421)
  127. at com.ctc.wstx.sw.BaseStreamWriter.close(BaseStreamWriter.java:241)
  128. at org.apache.axiom.om.impl.MTOMXMLStreamWriter.close(MTOMXMLStreamWriter.java:222)
  129. at org.apache.axiom.om.impl.llom.OMSerializableImpl.serializeAndConsume(OMSerializableImpl.java:192)
  130. at org.apache.axis2.transport.http.SOAPMessageFormatter.writeTo(SOAPMessageFormatter.java:74)
  131. ... 108 more
  132. Caused by: javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
  133. at sun.security.ssl.SSLSocketImpl.checkEOF(SSLSocketImpl.java:1541)
  134. at sun.security.ssl.SSLSocketImpl.checkWrite(SSLSocketImpl.java:1553)
  135. at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:71)
  136. at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
  137. at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
  138. at org.apache.commons.httpclient.ChunkedOutputStream.flush(ChunkedOutputStream.java:191)
  139. at com.ctc.wstx.io.UTF8Writer.flush(UTF8Writer.java:103)
  140. at com.ctc.wstx.sw.BufferingXmlWriter.flush(BufferingXmlWriter.java:241)
  141. at com.ctc.wstx.sw.BufferingXmlWriter.close(BufferingXmlWriter.java:214)
  142. at com.ctc.wstx.sw.BaseStreamWriter._finishDocument(BaseStreamWriter.java:1419)
  143. ... 112 more
  144. Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
  145. at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
  146. at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949)
  147. at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302)
  148. at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296)
  149. at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1509)
  150. at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:216)
  151. at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979)
  152. at sun.security.ssl.Handshaker.process_record(Handshaker.java:914)
  153. at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062)
  154. at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
  155. at sun.security.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:747)
  156. at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:123)
  157. at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
  158. at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
  159. at org.apache.commons.httpclient.ChunkedOutputStream.flush(ChunkedOutputStream.java:191)
  160. at com.ctc.wstx.io.UTF8Writer.flush(UTF8Writer.java:103)
  161. at com.ctc.wstx.sw.BufferingXmlWriter.flush(BufferingXmlWriter.java:241)
  162. at com.ctc.wstx.sw.BaseStreamWriter.flush(BaseStreamWriter.java:253)
  163. at org.apache.axiom.om.impl.MTOMXMLStreamWriter.flush(MTOMXMLStreamWriter.java:230)
  164. at org.apache.axis2.databinding.ADBDataSource.serialize(ADBDataSource.java:91)
  165. at org.apache.axiom.om.impl.llom.OMSourcedElementImpl.internalSerialize(OMSourcedElementImpl.java:638)
  166. at org.apache.axiom.om.impl.util.OMSerializerUtil.serializeChildren(OMSerializerUtil.java:563)
  167. at org.apache.axiom.om.impl.llom.OMElementImpl.internalSerialize(OMElementImpl.java:846)
  168. at org.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl.serializeInternally(SOAPEnvelopeImpl.java:267)
  169. at org.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl.internalSerialize(SOAPEnvelopeImpl.java:229)
  170. at org.apache.axiom.om.impl.llom.OMSerializableImpl.serializeAndConsume(OMSerializableImpl.java:188)
  171. ... 109 more
  172. Caused by: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
  173. at sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:352)
  174. at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:260)
  175. at sun.security.validator.Validator.validate(Validator.java:260)
  176. at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324)
  177. at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229)
  178. at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124)
  179. at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1491)
  180. ... 130 more
  181. Caused by: java.security.cert.CertPathValidatorException: signature check failed
  182. at sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:135)
  183. at sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:219)
  184. at sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:140)
  185. at sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(PKIXCertPathValidator.java:79)
  186. at java.security.cert.CertPathValidator.validate(CertPathValidator.java:292)
  187. at sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:347)
  188. ... 136 more
  189. Caused by: java.security.SignatureException: Signature does not match.
  190. at sun.security.x509.X509CertImpl.verify(X509CertImpl.java:424)
  191. at sun.security.provider.certpath.BasicChecker.verifySignature(BasicChecker.java:166)
  192. at sun.security.provider.certpath.BasicChecker.check(BasicChecker.java:147)
  193. at sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:125)
  194. ... 141 more
  195.  
  196. 09:27:35,242 WARN [com.sirma.itt.seip.idp.wso2.WSO2IdPStubManagment] (default task-8) Failed to initialize TenantMgtAdminServiceStub: com.sirma.itt.seip.idp.exception.IDPClientException: Cannot login as admin. Connection has been shutdown: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
  197. at com.sirma.itt.seip.idp.wso2.WSO2IdPStubManagment.initializeTenantManager(WSO2IdPStubManagment.java:251)
  198. at com.sirma.itt.seip.idp.wso2.WSO2IdPStubManagment.getIDPTenantManager(WSO2IdPStubManagment.java:293)
  199. at com.sirma.itt.seip.idp.wso2.WSO2IdPStubManagment$Proxy$_$$_WeldClientProxy.getIDPTenantManager(Unknown Source)
  200. at com.sirma.itt.seip.tenant.step.TenantCreationWSO2IdpStep.execute(TenantCreationWSO2IdpStep.java:74)
  201. at com.sirma.itt.seip.tenant.step.TenantCreationWSO2IdpStep$Proxy$_$$_WeldClientProxy.execute(Unknown Source)
  202. at com.sirma.itt.seip.tenant.TenantManagementService.invokeStep(TenantManagementService.java:114)
  203. at com.sirma.itt.seip.tenant.TenantManagementService.lambda$0(TenantManagementService.java:62)
  204. at java.lang.Iterable.forEach(Iterable.java:75)
  205. at com.sirma.itt.seip.tenant.TenantManagementService.create(TenantManagementService.java:62)
  206. at com.sirma.itt.seip.tenant.TenantManagementService$Proxy$_$$_WeldClientProxy.create(Unknown Source)
  207. at com.sirma.itt.seip.tenant.TenantRestService.create(TenantRestService.java:60)
  208. at com.sirma.itt.seip.tenant.TenantRestService$Proxy$_$$_WeldSubclass.create$$super(Unknown Source)
  209. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  210. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  211. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  212. at java.lang.reflect.Method.invoke(Method.java:498)
  213. at org.jboss.weld.interceptor.proxy.TerminalAroundInvokeInvocationContext.proceedInternal(TerminalAroundInvokeInvocationContext.java:49)
  214. at org.jboss.weld.interceptor.proxy.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:77)
  215. at com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorBase.invokeInOurTx(TransactionalInterceptorBase.java:92)
  216. at com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorRequired.intercept(TransactionalInterceptorRequired.java:52)
  217. at sun.reflect.GeneratedMethodAccessor263.invoke(Unknown Source)
  218. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  219. at java.lang.reflect.Method.invoke(Method.java:498)
  220. at org.jboss.weld.interceptor.reader.SimpleInterceptorInvocation$SimpleMethodInvocation.invoke(SimpleInterceptorInvocation.java:74)
  221. at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeAroundInvoke(InterceptorMethodHandler.java:84)
  222. at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeInterception(InterceptorMethodHandler.java:72)
  223. at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.invoke(InterceptorMethodHandler.java:56)
  224. at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:79)
  225. at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:68)
  226. at com.sirma.itt.seip.tenant.TenantRestService$Proxy$_$$_WeldSubclass.create(Unknown Source)
  227. at com.sirma.itt.seip.tenant.TenantRestService$Proxy$_$$_WeldClientProxy.create(Unknown Source)
  228. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  229. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  230. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  231. at java.lang.reflect.Method.invoke(Method.java:498)
  232. at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:137)
  233. at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:296)
  234. at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:250)
  235. at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:237)
  236. at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:356)
  237. at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:179)
  238. at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:220)
  239. at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:56)
  240. at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:51)
  241. at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
  242. at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:86)
  243. at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:82)
  244. at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
  245. at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
  246. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  247. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  248. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  249. at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:255)
  250. at io.undertow.servlet.handlers.ServletInitialHandler.dispatchToPath(ServletInitialHandler.java:198)
  251. at io.undertow.servlet.spec.RequestDispatcherImpl.forwardImpl(RequestDispatcherImpl.java:195)
  252. at io.undertow.servlet.spec.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:108)
  253. at com.sirma.itt.seip.rest.utils.ApiForwarder.doFilter(ApiForwarder.java:41)
  254. at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:60)
  255. at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:132)
  256. at com.sirma.itt.seip.runtime.ApplicationAccessFilter.doFilter(ApplicationAccessFilter.java:46)
  257. at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:60)
  258. at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:132)
  259. at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:85)
  260. at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
  261. at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
  262. at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)
  263. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  264. at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)
  265. at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
  266. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  267. at io.undertow.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:51)
  268. at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
  269. at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
  270. at io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:56)
  271. at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:58)
  272. at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:72)
  273. at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)
  274. at io.undertow.security.handlers.SecurityInitialHandler.handleRequest(SecurityInitialHandler.java:76)
  275. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  276. at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
  277. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  278. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  279. at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:274)
  280. at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:253)
  281. at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:80)
  282. at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:172)
  283. at io.undertow.server.Connectors.executeRootHandler(Connectors.java:199)
  284. at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:774)
  285. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  286. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  287. at java.lang.Thread.run(Thread.java:745)
  288. Caused by: org.apache.axis2.AxisFault: Connection has been shutdown: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
  289. at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
  290. at org.apache.axis2.transport.http.SOAPMessageFormatter.writeTo(SOAPMessageFormatter.java:78)
  291. at org.apache.axis2.transport.http.AxisRequestEntity.writeRequest(AxisRequestEntity.java:84)
  292. at org.apache.commons.httpclient.methods.EntityEnclosingMethod.writeRequestBody(EntityEnclosingMethod.java:499)
  293. at org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:2114)
  294. at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1096)
  295. at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
  296. at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
  297. at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
  298. at org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:621)
  299. at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:193)
  300. at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)
  301. at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:404)
  302. at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:231)
  303. at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:443)
  304. at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:406)
  305. at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
  306. at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
  307. at org.wso2.carbon.authenticator.stub.AuthenticationAdminStub.login(AuthenticationAdminStub.java:659)
  308. at com.sirma.itt.seip.idp.wso2.WSO2IdPStubManagment.initializeTenantManager(WSO2IdPStubManagment.java:242)
  309. ... 90 more
  310. Caused by: com.ctc.wstx.exc.WstxIOException: Connection has been shutdown: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
  311. at com.ctc.wstx.sw.BaseStreamWriter._finishDocument(BaseStreamWriter.java:1421)
  312. at com.ctc.wstx.sw.BaseStreamWriter.close(BaseStreamWriter.java:241)
  313. at org.apache.axiom.om.impl.MTOMXMLStreamWriter.close(MTOMXMLStreamWriter.java:222)
  314. at org.apache.axiom.om.impl.llom.OMSerializableImpl.serializeAndConsume(OMSerializableImpl.java:192)
  315. at org.apache.axis2.transport.http.SOAPMessageFormatter.writeTo(SOAPMessageFormatter.java:74)
  316. ... 108 more
  317. Caused by: javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
  318. at sun.security.ssl.SSLSocketImpl.checkEOF(SSLSocketImpl.java:1541)
  319. at sun.security.ssl.SSLSocketImpl.checkWrite(SSLSocketImpl.java:1553)
  320. at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:71)
  321. at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
  322. at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
  323. at org.apache.commons.httpclient.ChunkedOutputStream.flush(ChunkedOutputStream.java:191)
  324. at com.ctc.wstx.io.UTF8Writer.flush(UTF8Writer.java:103)
  325. at com.ctc.wstx.sw.BufferingXmlWriter.flush(BufferingXmlWriter.java:241)
  326. at com.ctc.wstx.sw.BufferingXmlWriter.close(BufferingXmlWriter.java:214)
  327. at com.ctc.wstx.sw.BaseStreamWriter._finishDocument(BaseStreamWriter.java:1419)
  328. ... 112 more
  329. Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
  330. at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
  331. at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949)
  332. at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302)
  333. at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296)
  334. at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1509)
  335. at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:216)
  336. at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979)
  337. at sun.security.ssl.Handshaker.process_record(Handshaker.java:914)
  338. at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062)
  339. at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
  340. at sun.security.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:747)
  341. at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:123)
  342. at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
  343. at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
  344. at org.apache.commons.httpclient.ChunkedOutputStream.flush(ChunkedOutputStream.java:191)
  345. at com.ctc.wstx.io.UTF8Writer.flush(UTF8Writer.java:103)
  346. at com.ctc.wstx.sw.BufferingXmlWriter.flush(BufferingXmlWriter.java:241)
  347. at com.ctc.wstx.sw.BaseStreamWriter.flush(BaseStreamWriter.java:253)
  348. at org.apache.axiom.om.impl.MTOMXMLStreamWriter.flush(MTOMXMLStreamWriter.java:230)
  349. at org.apache.axis2.databinding.ADBDataSource.serialize(ADBDataSource.java:91)
  350. at org.apache.axiom.om.impl.llom.OMSourcedElementImpl.internalSerialize(OMSourcedElementImpl.java:638)
  351. at org.apache.axiom.om.impl.util.OMSerializerUtil.serializeChildren(OMSerializerUtil.java:563)
  352. at org.apache.axiom.om.impl.llom.OMElementImpl.internalSerialize(OMElementImpl.java:846)
  353. at org.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl.serializeInternally(SOAPEnvelopeImpl.java:267)
  354. at org.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl.internalSerialize(SOAPEnvelopeImpl.java:229)
  355. at org.apache.axiom.om.impl.llom.OMSerializableImpl.serializeAndConsume(OMSerializableImpl.java:188)
  356. ... 109 more
  357. Caused by: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
  358. at sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:352)
  359. at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:260)
  360. at sun.security.validator.Validator.validate(Validator.java:260)
  361. at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324)
  362. at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229)
  363. at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124)
  364. at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1491)
  365. ... 130 more
  366. Caused by: java.security.cert.CertPathValidatorException: signature check failed
  367. at sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:135)
  368. at sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:219)
  369. at sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:140)
  370. at sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(PKIXCertPathValidator.java:79)
  371. at java.security.cert.CertPathValidator.validate(CertPathValidator.java:292)
  372. at sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:347)
  373. ... 136 more
  374. Caused by: java.security.SignatureException: Signature does not match.
  375. at sun.security.x509.X509CertImpl.verify(X509CertImpl.java:424)
  376. at sun.security.provider.certpath.BasicChecker.verifySignature(BasicChecker.java:166)
  377. at sun.security.provider.certpath.BasicChecker.check(BasicChecker.java:147)
  378. at sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:125)
  379. ... 141 more
  380.  
  381. 09:27:35,245 ERROR [com.sirma.itt.seip.tenant.TenantManagementService] (default task-8) Tenant creation failure due to Could not contact Identity Provider. Cannot continue with tenant creation! - going to rollback!: com.sirma.itt.seip.tenant.wizard.exception.TenantCreationException: Could not contact Identity Provider. Cannot continue with tenant creation!
  382. at com.sirma.itt.seip.tenant.step.TenantCreationWSO2IdpStep.execute(TenantCreationWSO2IdpStep.java:76)
  383. at com.sirma.itt.seip.tenant.step.TenantCreationWSO2IdpStep$Proxy$_$$_WeldClientProxy.execute(Unknown Source)
  384. at com.sirma.itt.seip.tenant.TenantManagementService.invokeStep(TenantManagementService.java:114)
  385. at com.sirma.itt.seip.tenant.TenantManagementService.lambda$0(TenantManagementService.java:62)
  386. at java.lang.Iterable.forEach(Iterable.java:75)
  387. at com.sirma.itt.seip.tenant.TenantManagementService.create(TenantManagementService.java:62)
  388. at com.sirma.itt.seip.tenant.TenantManagementService$Proxy$_$$_WeldClientProxy.create(Unknown Source)
  389. at com.sirma.itt.seip.tenant.TenantRestService.create(TenantRestService.java:60)
  390. at com.sirma.itt.seip.tenant.TenantRestService$Proxy$_$$_WeldSubclass.create$$super(Unknown Source)
  391. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  392. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  393. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  394. at java.lang.reflect.Method.invoke(Method.java:498)
  395. at org.jboss.weld.interceptor.proxy.TerminalAroundInvokeInvocationContext.proceedInternal(TerminalAroundInvokeInvocationContext.java:49)
  396. at org.jboss.weld.interceptor.proxy.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:77)
  397. at com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorBase.invokeInOurTx(TransactionalInterceptorBase.java:92)
  398. at com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorRequired.intercept(TransactionalInterceptorRequired.java:52)
  399. at sun.reflect.GeneratedMethodAccessor263.invoke(Unknown Source)
  400. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  401. at java.lang.reflect.Method.invoke(Method.java:498)
  402. at org.jboss.weld.interceptor.reader.SimpleInterceptorInvocation$SimpleMethodInvocation.invoke(SimpleInterceptorInvocation.java:74)
  403. at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeAroundInvoke(InterceptorMethodHandler.java:84)
  404. at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeInterception(InterceptorMethodHandler.java:72)
  405. at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.invoke(InterceptorMethodHandler.java:56)
  406. at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:79)
  407. at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:68)
  408. at com.sirma.itt.seip.tenant.TenantRestService$Proxy$_$$_WeldSubclass.create(Unknown Source)
  409. at com.sirma.itt.seip.tenant.TenantRestService$Proxy$_$$_WeldClientProxy.create(Unknown Source)
  410. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  411. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  412. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  413. at java.lang.reflect.Method.invoke(Method.java:498)
  414. at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:137)
  415. at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:296)
  416. at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:250)
  417. at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:237)
  418. at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:356)
  419. at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:179)
  420. at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:220)
  421. at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:56)
  422. at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:51)
  423. at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
  424. at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:86)
  425. at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:82)
  426. at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
  427. at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
  428. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  429. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  430. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  431. at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:255)
  432. at io.undertow.servlet.handlers.ServletInitialHandler.dispatchToPath(ServletInitialHandler.java:198)
  433. at io.undertow.servlet.spec.RequestDispatcherImpl.forwardImpl(RequestDispatcherImpl.java:195)
  434. at io.undertow.servlet.spec.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:108)
  435. at com.sirma.itt.seip.rest.utils.ApiForwarder.doFilter(ApiForwarder.java:41)
  436. at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:60)
  437. at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:132)
  438. at com.sirma.itt.seip.runtime.ApplicationAccessFilter.doFilter(ApplicationAccessFilter.java:46)
  439. at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:60)
  440. at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:132)
  441. at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:85)
  442. at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
  443. at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
  444. at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)
  445. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  446. at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)
  447. at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
  448. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  449. at io.undertow.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:51)
  450. at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
  451. at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
  452. at io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:56)
  453. at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:58)
  454. at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:72)
  455. at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)
  456. at io.undertow.security.handlers.SecurityInitialHandler.handleRequest(SecurityInitialHandler.java:76)
  457. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  458. at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
  459. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  460. at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  461. at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:274)
  462. at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:253)
  463. at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:80)
  464. at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:172)
  465. at io.undertow.server.Connectors.executeRootHandler(Connectors.java:199)
  466. at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:774)
  467. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  468. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  469. at java.lang.Thread.run(Thread.java:745)
  470.  
  471. 09:27:35,247 INFO [com.sirma.itt.seip.tenant.TenantManagementService] (default task-8) Rolling back step: IdpInitialization
  472. 09:27:35,262 INFO [com.sirma.itt.seip.tenant.TenantManagementService] (default task-8) Rolling back step: TenantInitialization
  473. 09:27:35,265 INFO [com.sirma.itt.seip.tenant.TenantManagementService] (default task-8) Rollback complete!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement