[jboss-jira] [JBoss JIRA] (WFLY-6648) InvalidateConversationTestCase(ASYNC-*).testInvalidate fails intermittently

Radoslav Husar (JIRA) issues at jboss.org
Fri Jun 24 11:41:01 EDT 2016


     [ https://issues.jboss.org/browse/WFLY-6648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Radoslav Husar updated WFLY-6648:
---------------------------------
    Summary: InvalidateConversationTestCase(ASYNC-*).testInvalidate fails intermittently  (was: InvalidateConversationTestCase(ASYNC-tcp).testInvalidate 	fails intermittently)


> InvalidateConversationTestCase(ASYNC-*).testInvalidate fails intermittently
> ---------------------------------------------------------------------------
>
>                 Key: WFLY-6648
>                 URL: https://issues.jboss.org/browse/WFLY-6648
>             Project: WildFly
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 10.0.0.Final
>            Reporter: Radoslav Husar
>            Assignee: Paul Ferraro
>
> test history
> https://ci.wildfly.org/project.html?projectId=WF&testNameId=8377835033431864237&tab=testDetails
> test introduced in 
> https://github.com/wildfly/wildfly/pull/6939
> {noformat}
> &amp#27;[0m&amp#27;[0m03:43:53,235 INFO  [org.infinispan.CLUSTER] (transport-thread--p14-t16) ISPN000336: Finished cluster-wide rebalance for cache dist, topology id = 1
> &amp#27;[0m&amp#27;[0m03:43:53,237 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 29) WFLYCLINF0002: Started dist cache from ejb container
> &amp#27;[0m&amp#27;[0m03:43:53,270 INFO  [org.infinispan.CLUSTER] (transport-thread--p13-t15) ISPN000336: Finished cluster-wide rebalance for cache routing, topology id = 1
> &amp#27;[0m&amp#27;[0m03:43:53,273 INFO  [org.infinispan.CLUSTER] (transport-thread--p13-t8) ISPN000336: Finished cluster-wide rebalance for cache conversation.war, topology id = 1
> &amp#27;[0m&amp#27;[0m03:43:53,274 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 28) WFLYCLINF0002: Started conversation.war cache from web container
> &amp#27;[0m&amp#27;[0m03:43:53,277 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 6) WFLYCLINF0002: Started routing cache from web container
> &amp#27;[0m&amp#27;[0m03:43:54,675 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 6) WFLYUT0021: Registered web context: /conversation
> &amp#27;[0m&amp#27;[0m03:43:54,686 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0010: Deployed "conversation.war" (runtime-name : "conversation.war")
> &amp#27;[0m&amp#27;[0m03:43:54,761 INFO  [org.jboss.ejb.client] (default task-1) JBoss EJB Client version 2.1.4.Final
> &amp#27;[0m&amp#27;[0m03:43:54,799 INFO  [stdout] (default task-1) Cache web/conversation.war successfully established view [node-0, node-1] within 0 ms.
> &amp#27;[0m&amp#27;[31m03:43:54,984 ERROR [io.undertow.request] (default task-20) UT005023: Exception handling request to /conversation/conversation: org.jboss.weld.context.NonexistentConversationException: WELD-000321: No conversation found to restore for id 1
>     at org.jboss.weld.context.AbstractConversationContext.initialize(AbstractConversationContext.java:240)
>     at org.jboss.weld.context.http.LazyHttpConversationContextImpl.initialize(LazyHttpConversationContextImpl.java:90)
>     at org.jboss.weld.context.http.LazyHttpConversationContextImpl.checkContextInitialized(LazyHttpConversationContextImpl.java:124)
>     at org.jboss.weld.context.AbstractContext.get(AbstractContext.java:74)
>     at org.jboss.weld.context.AbstractContext.get(AbstractContext.java:114)
>     at org.jboss.weld.context.PassivatingContextWrapper$AbstractPassivatingContextWrapper.get(PassivatingContextWrapper.java:70)
>     at org.jboss.weld.bean.ContextualInstanceStrategy$DefaultContextualInstanceStrategy.getIfExists(ContextualInstanceStrategy.java:90)
>     at org.jboss.weld.bean.ContextualInstanceStrategy$CachingContextualInstanceStrategy.getIfExists(ContextualInstanceStrategy.java:165)
>     at org.jboss.weld.bean.ContextualInstance.getIfExists(ContextualInstance.java:63)
>     at org.jboss.weld.bean.proxy.ContextBeanInstance.getInstance(ContextBeanInstance.java:83)
>     at org.jboss.weld.bean.proxy.ProxyMethodHandler.getInstance(ProxyMethodHandler.java:125)
>     at org.jboss.as.test.clustering.cluster.web.context.ConversationBean$Proxy$_$$_WeldClientProxy.increment(Unknown Source)
>     at org.jboss.as.test.clustering.cluster.web.context.ConversationServlet.service(ConversationServlet.java:59)
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
>     at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:85)
>     at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
>     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:131)
>     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 io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
>     at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:285)
>     at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:264)
>     at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
>     at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:175)
>     at io.undertow.server.Connectors.executeRootHandler(Connectors.java:202)
>     at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:792)
>     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>     at java.lang.Thread.run(Thread.java:745)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list