0 Replies Latest reply on May 2, 2018 8:17 AM by kyatham

    Migration from jboss 4.2.3 to wildfly 8.2.2 :- Issue on application login

    kyatham

      Hi,

      We moved from jboss 4.2.3 to wildfly 8.2.1. So, When ever we are login to application for the first time after server start ,We are able to login successfully but from the next time on wards its not allowing to login.

      The issue seems like it is because of cache cookies, if my current session has 123 and my current cookie is not giving 123 rather it is giving previous session value as cookie. can somebody help why this is happening.Below is the trace.

       

      Exception during page display:

       

      java.lang.IllegalStateException: UT000010: Session not found -pBGIwVEe_73hwj7d7HsCCaQ

      at io.undertow.server.session.InMemorySessionManager$SessionImpl.removeAttribute(InMemorySessionManager.java:394)

      at io.undertow.servlet.spec.HttpSessionImpl.removeAttribute(HttpSessionImpl.java:184)

      at org.apache.jsp.app.ca12.index_jsp._jspService(index_jsp.java:195)

      at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:69)

      at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)

      at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:366)

      at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:326)

      at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:259)

      at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)