0 Replies Latest reply on Aug 21, 2014 4:29 PM by anand206

    Exception during sign out from Liferay Server running on Jboss 7.1.1

    anand206

      Hi All,

       

      We have Primefaces based JSF Portlets running Liferay Server bundled with Jboss AS 7.1.1.

       

      We have recently upgraded the Mojarra Version to 2.1.21. There after we are seeing below exception in server logs whenever a user sign out of the portal.

       

      An exception or error occurred in the container during the request processing: java.lang.IllegalStateException: JBAS018053: No security context found

      at org.jboss.as.web.security.SecurityActions$6.run(SecurityActions.java:136) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]

      at org.jboss.as.web.security.SecurityActions$6.run(SecurityActions.java:130) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]

      at java.security.AccessController.doPrivileged(Native Method) [rt.jar:1.7.0_21]

      at org.jboss.as.web.security.SecurityActions.popRunAsIdentity(SecurityActions.java:130) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]

      at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:155) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]

      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) [jbossweb-7.0.17.Final.jar:]

      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.17.Final.jar:]

      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.17.Final.jar:]

      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:372) [jbossweb-7.0.17.Final.jar:]

      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.17.Final.jar:]

      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:679) [jbossweb-7.0.17.Final.jar:]

      at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:931) [jbossweb-7.0.17.Final.jar:]

      at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21]


      Even though this exception is not making any difference with the functioning of the portal, we want to get rid of this issue.


      Any help to prevent this issue would be of great help.


      Thanks in advance.