-
Bug
-
Resolution: Done
-
Major
-
7.3.0.CD16, 7.2.2.GA, 7.3.0.Beta
-
None
Use case: User releasing new version of app without service outage.
Currently it happens sometime errors are returned to user during new version appp rollout . This should not happen.
Test scenario:
- Start 5 EAP pods with Servlet which calls stateful EJB (SessionScoped)
- server are in cluster
- See deployment project - https://gitlab.mw.lab.eng.bos.redhat.com/jbossqe-eap/openshift-eap-tests/tree/master/test-eap/src/test/resources/apps/sti
- Start clients which are calling servlet
- Modify the application and trigger rebuild which causes rolling update of all pods
Result:
After rolling update one of the clients get response:
[2019-07-07 14:59:08,691] DEBUG [main]: Response content 500: Internal Server Error <html><head><title>Error</title></head><body>Internal Server Error</body></html> [2019-07-07 14:59:08,691] DEBUG [main]: header Content-Type: text/html;charset=UTF-8 [2019-07-07 14:59:08,691] DEBUG [main]: header Content-Length: 80 [2019-07-07 14:59:08,691] DEBUG [main]: header Date: Sun, 07 Jul 2019 14:59:08 GMT [2019-07-07 14:59:08,691] DEBUG [main]: header Set-Cookie: 203a8af96ae18444165b3ade70882962=5533e5cc82955dd09230a207ac543d83; path=/; HttpOnly
and on one of the restarted pods (after rolling update is exception):
[0m[31m14:59:08,679 ERROR [org.jboss.as.ejb3.invocation] (default task-1) WFLYEJB0034: EJB Invocation failed on component GreeterEJB for method public java.lang.String org.jboss.as.quickstarts.ear.ejb.GreeterEJB.sayHello(java.lang.String): javax.ejb.NoSuchEJBException: WFLYEJB0168: Could not find EJB with id UUIDSessionID [cff345fd-ff7a-44d1-9d9b-629c54d6b762] at org.jboss.as.ejb3.component.stateful.StatefulComponentInstanceInterceptor.processInvocation(StatefulComponentInstanceInterceptor.java:55) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:237) at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:362) at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:144) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:72) at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438) at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:619) at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185) at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81) at org.jboss.as.quickstarts.ear.ejb.GreeterEJB$$$view1.sayHello(Unknown Source) at org.jboss.as.quickstarts.ear.servlet.MainServlet.doGet(MainServlet.java:37) at javax.servlet.http.HttpServlet.service(HttpServlet.java:686) at javax.servlet.http.HttpServlet.service(HttpServlet.java:791) at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74) at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68) at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132) at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60) at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77) at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50) at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292) at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81) at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138) at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135) at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48) at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1504) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1504) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1504) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1504) at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272) at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81) at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104) at io.undertow.server.Connectors.executeRootHandler(Connectors.java:364) at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830) at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35) at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1985) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1487) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1378) at java.lang.Thread.run(Thread.java:748)
Note that client has it session and it got valid responses from other servers after rolling update (see test log from attached logs.zip):
[2019-07-07 14:57:50,714] DEBUG [main]: header Content-Length: 16 [2019-07-07 14:57:50,714] DEBUG [main]: header Date: Sun, 07 Jul 2019 14:57:50 GMT [2019-07-07 14:57:50,714] DEBUG [main]: header Set-Cookie: 203a8af96ae18444165b3ade70882962=5533e5cc82955dd09230a207ac543d83; path=/; HttpOnly [2019-07-07 14:57:50,714] DEBUG [main]: header Cache-control: private [2019-07-07 14:57:50,714] DEBUG [main]: Application is not yet fully updated, let's wait and check again [2019-07-07 14:57:52,816] DEBUG [main]: Response content 200: OK Initial xpaas [2019-07-07 14:57:52,816] DEBUG [main]: header Connection: close [2019-07-07 14:57:52,816] DEBUG [main]: header Content-Length: 15 [2019-07-07 14:57:52,816] DEBUG [main]: header Date: Sun, 07 Jul 2019 14:57:52 GMT [2019-07-07 14:57:52,816] DEBUG [main]: header Set-Cookie: 203a8af96ae18444165b3ade70882962=a7f1f752443370b757b52e5406b4c977; path=/; HttpOnly [2019-07-07 14:57:52,816] DEBUG [main]: header Cache-control: private [2019-07-07 14:57:52,816] DEBUG [main]: Application is not yet fully updated, let's wait and check again [2019-07-07 14:57:55,017] DEBUG [main]: Response content 200: OK Redeploy xpaas [2019-07-07 14:57:55,017] DEBUG [main]: header Content-Length: 16 [2019-07-07 14:57:55,017] DEBUG [main]: header Date: Sun, 07 Jul 2019 14:57:55 GMT [2019-07-07 14:57:55,017] DEBUG [main]: header Set-Cookie: 203a8af96ae18444165b3ade70882962=5533e5cc82955dd09230a207ac543d83; path=/; HttpOnly [2019-07-07 14:57:55,017] DEBUG [main]: header Cache-control: private [2019-07-07 14:57:55,017] DEBUG [main]: Application is not yet fully updated, let's wait and check again [2019-07-07 14:57:57,125] DEBUG [main]: Response content 200: OK Initial xpaas [2019-07-07 14:57:57,125] DEBUG [main]: header Content-Length: 15 [2019-07-07 14:57:57,125] DEBUG [main]: header Date: Sun, 07 Jul 2019 14:57:57 GMT [2019-07-07 14:57:57,125] DEBUG [main]: header Set-Cookie: 203a8af96ae18444165b3ade70882962=a7f1f752443370b757b52e5406b4c977; path=/; HttpOnly [2019-07-07 14:57:57,125] DEBUG [main]: header Cache-control: private [2019-07-07 14:57:57,125] DEBUG [main]: Application is not yet fully updated, let's wait and check again [2019-07-07 14:58:00,234] DEBUG [main]: Response content 200: OK Redeploy xpaas [2019-07-07 14:58:00,234] DEBUG [main]: header Connection: close [2019-07-07 14:58:00,234] DEBUG [main]: header Content-Length: 16 [2019-07-07 14:58:00,234] DEBUG [main]: header Date: Sun, 07 Jul 2019 14:58:00 GMT [2019-07-07 14:58:00,234] DEBUG [main]: header Set-Cookie: 203a8af96ae18444165b3ade70882962=74f22762cf9b40921dcf24dc424908a4; path=/; HttpOnly [2019-07-07 14:58:00,234] DEBUG [main]: header Cache-control: private [2019-07-07 14:58:00,234] DEBUG [main]: Application is not yet fully updated, let's wait and check again [2019-07-07 14:58:02,482] DEBUG [main]: Response content 200: OK Redeploy xpaas [2019-07-07 14:58:02,482] DEBUG [main]: header Content-Length: 16 [2019-07-07 14:58:02,482] DEBUG [main]: header Date: Sun, 07 Jul 2019 14:58:02 GMT [2019-07-07 14:58:02,482] DEBUG [main]: header Set-Cookie: 203a8af96ae18444165b3ade70882962=5533e5cc82955dd09230a207ac543d83; path=/; HttpOnly [2019-07-07 14:58:02,482] DEBUG [main]: header Cache-control: private [2019-07-07 14:58:02,482] DEBUG [main]: Application is not yet fully updated, let's wait and check again [2019-07-07 14:58:20,525] DEBUG [main]: Response content 200: OK Redeploy xpaas [2019-07-07 14:58:20,525] DEBUG [main]: header Connection: close [2019-07-07 14:58:20,525] DEBUG [main]: header Content-Length: 16 [2019-07-07 14:58:20,525] DEBUG [main]: header Date: Sun, 07 Jul 2019 14:58:20 GMT [2019-07-07 14:58:20,525] DEBUG [main]: header Set-Cookie: 203a8af96ae18444165b3ade70882962=74f22762cf9b40921dcf24dc424908a4; path=/; HttpOnly [2019-07-07 14:58:20,525] DEBUG [main]: header Cache-control: private [2019-07-07 14:58:20,525] DEBUG [main]: Application is not yet fully updated, let's wait and check again [2019-07-07 14:58:23,014] DEBUG [main]: Response content 200: OK Redeploy xpaas [2019-07-07 14:58:23,014] DEBUG [main]: header Content-Length: 16 [2019-07-07 14:58:23,014] DEBUG [main]: header Date: Sun, 07 Jul 2019 14:58:23 GMT [2019-07-07 14:58:23,014] DEBUG [main]: header Set-Cookie: 203a8af96ae18444165b3ade70882962=5533e5cc82955dd09230a207ac543d83; path=/; HttpOnly [2019-07-07 14:58:23,014] DEBUG [main]: header Cache-control: private [2019-07-07 14:58:23,014] DEBUG [main]: Application is not yet fully updated, let's wait and check again [2019-07-07 14:58:25,213] DEBUG [main]: Response content 200: OK Redeploy xpaas [2019-07-07 14:58:25,213] DEBUG [main]: header Content-Length: 16 [2019-07-07 14:58:25,213] DEBUG [main]: header Date: Sun, 07 Jul 2019 14:58:25 GMT [2019-07-07 14:58:25,213] DEBUG [main]: header Set-Cookie: 203a8af96ae18444165b3ade70882962=aacc86d66085a34c89fac714fc708fed; path=/; HttpOnly [2019-07-07 14:58:25,213] DEBUG [main]: header Cache-control: private [2019-07-07 14:58:25,213] DEBUG [main]: Application is not yet fully updated, let's wait and check again [2019-07-07 14:58:28,352] DEBUG [main]: Response content 200: OK Redeploy xpaas [2019-07-07 14:58:28,352] DEBUG [main]: header Connection: close [2019-07-07 14:58:28,352] DEBUG [main]: header Content-Length: 16 [2019-07-07 14:58:28,352] DEBUG [main]: header Date: Sun, 07 Jul 2019 14:58:28 GMT [2019-07-07 14:58:28,352] DEBUG [main]: header Set-Cookie: 203a8af96ae18444165b3ade70882962=74f22762cf9b40921dcf24dc424908a4; path=/; HttpOnly [2019-07-07 14:58:28,352] DEBUG [main]: header Cache-control: private [2019-07-07 14:58:28,352] DEBUG [main]: Application is not yet fully updated, let's wait and check again [2019-07-07 14:58:30,838] DEBUG [main]: Response content 200: OK Redeploy xpaas [2019-07-07 14:58:30,838] DEBUG [main]: header Content-Length: 16 [2019-07-07 14:58:30,838] DEBUG [main]: header Date: Sun, 07 Jul 2019 14:58:30 GMT [2019-07-07 14:58:30,838] DEBUG [main]: header Set-Cookie: 203a8af96ae18444165b3ade70882962=5533e5cc82955dd09230a207ac543d83; path=/; HttpOnly [2019-07-07 14:58:30,838] DEBUG [main]: header Cache-control: private [2019-07-07 14:58:30,838] DEBUG [main]: Application is not yet fully updated, let's wait and check again [2019-07-07 14:58:32,879] DEBUG [main]: Response content 200: OK Redeploy xpaas [2019-07-07 14:58:32,879] DEBUG [main]: header Connection: close [2019-07-07 14:58:32,879] DEBUG [main]: header Content-Length: 16 [2019-07-07 14:58:32,879] DEBUG [main]: header Date: Sun, 07 Jul 2019 14:58:32 GMT [2019-07-07 14:58:32,879] DEBUG [main]: header Set-Cookie: 203a8af96ae18444165b3ade70882962=aacc86d66085a34c89fac714fc708fed; path=/; HttpOnly [2019-07-07 14:58:32,879] DEBUG [main]: header Cache-control: private [2019-07-07 14:58:32,879] DEBUG [main]: Application is not yet fully updated, let's wait and check again [2019-07-07 14:58:35,051] DEBUG [main]: Response content 200: OK Redeploy xpaas [2019-07-07 14:58:35,051] DEBUG [main]: header Content-Length: 16 [2019-07-07 14:58:35,051] DEBUG [main]: header Date: Sun, 07 Jul 2019 14:58:35 GMT [2019-07-07 14:58:35,051] DEBUG [main]: header Set-Cookie: 203a8af96ae18444165b3ade70882962=5533e5cc82955dd09230a207ac543d83; path=/; HttpOnly [2019-07-07 14:58:35,051] DEBUG [main]: header Cache-control: private [2019-07-07 14:58:35,051] DEBUG [main]: Application is not yet fully updated, let's wait and check again [2019-07-07 14:58:37,090] DEBUG [main]: Response content 200: OK Redeploy xpaas [2019-07-07 14:58:37,090] DEBUG [main]: header Connection: close [2019-07-07 14:58:37,090] DEBUG [main]: header Content-Length: 16 [2019-07-07 14:58:37,090] DEBUG [main]: header Date: Sun, 07 Jul 2019 14:58:37 GMT [2019-07-07 14:58:37,090] DEBUG [main]: header Set-Cookie: 203a8af96ae18444165b3ade70882962=aacc86d66085a34c89fac714fc708fed; path=/; HttpOnly [2019-07-07 14:58:37,090] DEBUG [main]: header Cache-control: private [2019-07-07 14:58:37,090] DEBUG [main]: Application is not yet fully updated, let's wait and check again [2019-07-07 14:58:39,266] DEBUG [main]: Response content 200: OK Redeploy xpaas [2019-07-07 14:58:39,266] DEBUG [main]: header Content-Length: 16 [2019-07-07 14:58:39,266] DEBUG [main]: header Date: Sun, 07 Jul 2019 14:58:39 GMT [2019-07-07 14:58:39,266] DEBUG [main]: header Set-Cookie: 203a8af96ae18444165b3ade70882962=5533e5cc82955dd09230a207ac543d83; path=/; HttpOnly [2019-07-07 14:58:39,266] DEBUG [main]: header Cache-control: private [2019-07-07 14:58:39,266] DEBUG [main]: Application is not yet fully updated, let's wait and check again [2019-07-07 14:58:41,308] DEBUG [main]: Response content 200: OK Redeploy xpaas [2019-07-07 14:58:41,308] DEBUG [main]: header Connection: close [2019-07-07 14:58:41,308] DEBUG [main]: header Content-Length: 16 [2019-07-07 14:58:41,308] DEBUG [main]: header Date: Sun, 07 Jul 2019 14:58:41 GMT [2019-07-07 14:58:41,308] DEBUG [main]: header Set-Cookie: 203a8af96ae18444165b3ade70882962=aacc86d66085a34c89fac714fc708fed; path=/; HttpOnly [2019-07-07 14:58:41,308] DEBUG [main]: header Cache-control: private [2019-07-07 14:58:41,308] DEBUG [main]: Application is not yet fully updated, let's wait and check again [2019-07-07 14:58:43,478] DEBUG [main]: Response content 200: OK Redeploy xpaas [2019-07-07 14:58:43,478] DEBUG [main]: header Content-Length: 16 [2019-07-07 14:58:43,478] DEBUG [main]: header Date: Sun, 07 Jul 2019 14:58:43 GMT [2019-07-07 14:58:43,478] DEBUG [main]: header Set-Cookie: 203a8af96ae18444165b3ade70882962=5533e5cc82955dd09230a207ac543d83; path=/; HttpOnly [2019-07-07 14:58:43,478] DEBUG [main]: header Cache-control: private [2019-07-07 14:58:43,478] DEBUG [main]: Application is not yet fully updated, let's wait and check again [2019-07-07 14:58:45,516] DEBUG [main]: Response content 200: OK Redeploy xpaas [2019-07-07 14:58:45,516] DEBUG [main]: header Content-Length: 16 [2019-07-07 14:58:45,516] DEBUG [main]: header Date: Sun, 07 Jul 2019 14:58:45 GMT [2019-07-07 14:58:45,516] DEBUG [main]: header Set-Cookie: 203a8af96ae18444165b3ade70882962=aacc86d66085a34c89fac714fc708fed; path=/; HttpOnly [2019-07-07 14:58:45,516] DEBUG [main]: header Cache-control: private [2019-07-07 14:58:45,516] DEBUG [main]: Application is not yet fully updated, let's wait and check again [2019-07-07 14:58:48,217] DEBUG [main]: Response content 200: OK Redeploy xpaas [2019-07-07 14:58:48,217] DEBUG [main]: header Connection: close [2019-07-07 14:58:48,217] DEBUG [main]: header Content-Length: 16 [2019-07-07 14:58:48,217] DEBUG [main]: header Date: Sun, 07 Jul 2019 14:58:48 GMT [2019-07-07 14:58:48,217] DEBUG [main]: header Set-Cookie: 203a8af96ae18444165b3ade70882962=74f22762cf9b40921dcf24dc424908a4; path=/; HttpOnly [2019-07-07 14:58:48,217] DEBUG [main]: header Cache-control: private [2019-07-07 14:58:48,217] DEBUG [main]: Application is not yet fully updated, let's wait and check again [2019-07-07 14:58:50,699] DEBUG [main]: Response content 200: OK Redeploy xpaas [2019-07-07 14:58:50,700] DEBUG [main]: header Content-Length: 16 [2019-07-07 14:58:50,700] DEBUG [main]: header Date: Sun, 07 Jul 2019 14:58:50 GMT [2019-07-07 14:58:50,700] DEBUG [main]: header Set-Cookie: 203a8af96ae18444165b3ade70882962=5533e5cc82955dd09230a207ac543d83; path=/; HttpOnly [2019-07-07 14:58:50,700] DEBUG [main]: header Cache-control: private [2019-07-07 14:58:50,700] DEBUG [main]: Application is not yet fully updated, let's wait and check again [2019-07-07 14:58:52,737] DEBUG [main]: Response content 200: OK Redeploy xpaas [2019-07-07 14:58:52,737] DEBUG [main]: header Connection: close [2019-07-07 14:58:52,737] DEBUG [main]: header Content-Length: 16 [2019-07-07 14:58:52,737] DEBUG [main]: header Date: Sun, 07 Jul 2019 14:58:52 GMT [2019-07-07 14:58:52,737] DEBUG [main]: header Set-Cookie: 203a8af96ae18444165b3ade70882962=aacc86d66085a34c89fac714fc708fed; path=/; HttpOnly [2019-07-07 14:58:52,737] DEBUG [main]: header Cache-control: private [2019-07-07 14:58:52,737] DEBUG [main]: Application is not yet fully updated, let's wait and check again [2019-07-07 14:58:54,912] DEBUG [main]: Response content 200: OK Redeploy xpaas [2019-07-07 14:58:54,912] DEBUG [main]: header Content-Length: 16 [2019-07-07 14:58:54,913] DEBUG [main]: header Date: Sun, 07 Jul 2019 14:58:54 GMT [2019-07-07 14:58:54,913] DEBUG [main]: header Set-Cookie: 203a8af96ae18444165b3ade70882962=5533e5cc82955dd09230a207ac543d83; path=/; HttpOnly [2019-07-07 14:58:54,913] DEBUG [main]: header Cache-control: private [2019-07-07 14:58:54,913] DEBUG [main]: Application is not yet fully updated, let's wait and check again [2019-07-07 14:58:56,952] DEBUG [main]: Response content 200: OK Redeploy xpaas [2019-07-07 14:58:56,952] DEBUG [main]: header Connection: close [2019-07-07 14:58:56,952] DEBUG [main]: header Content-Length: 16 [2019-07-07 14:58:56,952] DEBUG [main]: header Date: Sun, 07 Jul 2019 14:58:56 GMT [2019-07-07 14:58:56,952] DEBUG [main]: header Set-Cookie: 203a8af96ae18444165b3ade70882962=aacc86d66085a34c89fac714fc708fed; path=/; HttpOnly [2019-07-07 14:58:56,952] DEBUG [main]: header Cache-control: private [2019-07-07 14:58:56,952] DEBUG [main]: Application is not yet fully updated, let's wait and check again [2019-07-07 14:58:59,487] DEBUG [main]: Response content 200: OK Redeploy xpaas [2019-07-07 14:58:59,488] DEBUG [main]: header Content-Length: 16 [2019-07-07 14:58:59,488] DEBUG [main]: header Date: Sun, 07 Jul 2019 14:58:59 GMT [2019-07-07 14:58:59,488] DEBUG [main]: header Set-Cookie: 203a8af96ae18444165b3ade70882962=5533e5cc82955dd09230a207ac543d83; path=/; HttpOnly [2019-07-07 14:58:59,488] DEBUG [main]: header Cache-control: private [2019-07-07 14:58:59,488] DEBUG [main]: Application is not yet fully updated, let's wait and check again [2019-07-07 14:59:04,710] DEBUG [main]: Response content 200: OK Redeploy xpaas [2019-07-07 14:59:04,710] DEBUG [main]: header Connection: close [2019-07-07 14:59:04,710] DEBUG [main]: header Content-Length: 16 [2019-07-07 14:59:04,710] DEBUG [main]: header Date: Sun, 07 Jul 2019 14:59:04 GMT [2019-07-07 14:59:04,710] DEBUG [main]: header Set-Cookie: 203a8af96ae18444165b3ade70882962=aacc86d66085a34c89fac714fc708fed; path=/; HttpOnly [2019-07-07 14:59:04,710] DEBUG [main]: header Cache-control: private [2019-07-07 14:59:04,710] DEBUG [main]: Application is not yet fully updated, let's wait and check again [2019-07-07 14:59:08,691] DEBUG [main]: Response content 500: Internal Server Error <html><head><title>Error</title></head><body>Internal Server Error</body></html> [2019-07-07 14:59:08,691] DEBUG [main]: header Content-Type: text/html;charset=UTF-8 [2019-07-07 14:59:08,691] DEBUG [main]: header Content-Length: 80 [2019-07-07 14:59:08,691] DEBUG [main]: header Date: Sun, 07 Jul 2019 14:59:08 GMT [2019-07-07 14:59:08,691] DEBUG [main]: header Set-Cookie: 203a8af96ae18444165b3ade70882962=5533e5cc82955dd09230a207ac543d83; path=/; HttpOnly
It seems that EJB session was not replicated to this pod.
- is incorporated by
-
JBEAP-17770 EAP CD 18.0 Release
- Closed
-
JBEAP-17774 Upgrade jgroups-kubernetes to 1.0.13.Final
- Closed
- is related to
-
JBEAP-18066 DNS_PING rolling update: Client gets "HTTP 500 error: Internal Server Error"
- Closed