[weld-issues] [JBoss JIRA] (WELD-2627) UT000010: Session is invalid

2020-05-21 Thread Cristian VL (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Cristian VL commented on  WELD-2627  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: UT10: Session is invalid
 

  
 
 
 
 

 
 System: WildFly 14, 16  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.8#713008-sha1:1606a5c)  
 
 

 
   
 

  
 

  
 

   

___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (WELD-2627) UT000010: Session is invalid

2020-05-21 Thread Cristian VL (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Cristian VL commented on  WELD-2627  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: UT10: Session is invalid
 

  
 
 
 
 

 
 Hi Matej, The error is in fact an Exception thrown by Undertow system but it is not caught or handled by Weld. There are multiple threads working on that session and one of them invalidate the session and the state it is not propagated by Undertow. The errors appeared recently after I added Weld into web application. No errors before. That's way I reported this error on Weld. Thanks,  Cristian  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.8#713008-sha1:1606a5c)  
 
 

 
   
 

  
 

  
 

   

___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (WELD-2627) UT000010: Session is invalid

2020-05-21 Thread Cristian VL (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Cristian VL created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Weld /  WELD-2627  
 
 
  UT10: Session is invalid
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 21/May/20 2:44 AM  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Cristian VL  
 

  
 
 
 
 

 
 2020-05-21 06:00:22,239 ERROR [org.jboss.threads.errors] (default task-1145) Thread Thread[default task-1145,5,main] threw an uncaught exception: java.lang.RuntimeException: java.lang.IllegalStateException: UT10: Session is invalid X0SZbaIu078s8ChCz8YIJON59sTmY7gV2bopjwlm at io.undertow.servlet.spec.ServletContextImpl.invokeRunnable(ServletContextImpl.java:1029) at io.undertow.servlet.spec.AsyncContextImpl.onAsyncComplete(AsyncContextImpl.java:614) at io.undertow.servlet.spec.AsyncContextImpl.access$100(AsyncContextImpl.java:73) at io.undertow.servlet.spec.AsyncContextImpl$3.run(AsyncContextImpl.java:316) at io.undertow.servlet.spec.AsyncContextImpl$6.run(AsyncContextImpl.java:485) at io.undertow.servlet.spec.AsyncContextImpl$TaskDispatchRunnable.run(AsyncContextImpl.java:604) at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35) at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.IllegalStateException: UT10: Session is invalid X0SZbaIu078s8ChCz8YIJON59sTmY7gV2bopjwlm at io.undertow.server.session.InMemorySessionManager$SessionImpl.getAttribute(InMemorySessionManager.java:512) at io.undertow.servlet.spec.HttpSessionImpl.getAttribute(HttpSessionImpl.java:122) at org.jboss.weld.module.web.context.http.HttpConversationContextImpl.getSessionAttribute(HttpConversationContextImpl.java:37) at org.jboss.weld.module.web.context.http.HttpConversationContextImpl.getSessionAttribute(HttpConversationContextImpl.java:18) at org.jboss.weld.contexts.AbstractConversationContext.copyConversationIdGeneratorAndConversationsToSession(AbstractConversationContext.java:179) at