[wsas-java-dev] [jira] Created: (WSAS-258) Admin console generates
an error and
logs out when you stay in the management console for some time (Randomly
occurs)
Charitha Kankanamge (JIRA)
jira at wso2.org
Fri Jun 15 01:41:15 PDT 2007
Admin console generates an error and logs out when you stay in the management console for some time (Randomly occurs)
---------------------------------------------------------------------------------------------------------------------
Key: WSAS-258
URL: http://www.wso2.org/jira/browse/WSAS-258
Project: WSO2 WSAS-Java
Issue Type: Bug
Components: admin
Affects Versions: Nightly
Environment: winxp, jdk15, firefox2
Reporter: Charitha Kankanamge
Assigned To: Saminda Wishwajith Abeyruwan
Priority: Critical
Following error is displayed when you access wsas management console and keep the system in idle status for some time. (~2 min).
"Console has received an error. Please refer to system admin for more details."
Firebug console displays following exception when returning the above error message.
<Exception>org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found is https://localhost:9443/services/ServerAdmin/getStatus
and the WSA Action = null
at org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:82)
at org.apache.axis2.engine.Phase.invoke(Phase.java:304)
at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:200)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:132)
at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:229)
at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:114)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.wso2.adminui.AdminUIServletFilter.doFilter(AdminUIServletFilter.java:140)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
I cannot exactly predict in which point this error is thrown. However I was able to reproduce this by following the below scenarios.
Scenario 1
---------------
1. Access wsas management console and stay in home page for some time (~2-3 min)
You can see the http post request https://localhost:9443/services/ServerAdmin/getStatus in the firebug console
After 2-3 minutes the above error is generated and you will be logged out
Scenario 2
-----------------
1. Access wsas management console
2. Navigate to 'Services and Service Group Management' page and stay in that page for 2-3 min
You can see the above exception.
If you cannot reproduce this in both ways, just stay some time (~5-10 minutes) in admin console and log out. Then try to login. You may get the exception at that time.
See the attached screen shot for more information.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Wsas-java-dev
mailing list