Cannot log in to WS7 admin interface
After restarting my WS7 admin server, I am seeing the following error in my admin-server/logs/errors file:
[13/Feb/2007:10:36:05] warning (13961):for host 127.0.0.2 trying to GET
/admingui/admingui/serverTasksGeneral, service-j2ee reports: WEB2001: Web application service failed
java.lang.IllegalStateException: PWC2782: getId: Session already invalidated
at org.apache.catalina.session.StandardSession.getId(StandardSession.java:357)
at org.apache.catalina.session.StandardSessionFacade.getId(StandardSessionFacade.java:93)
at org.apache.catalina.authenticator.AuthenticatorBase.getSession(AuthenticatorBase.java:816)
at org.apache.catalina.authenticator.FormAuthenticator.authenticate(FormAuthenticator.java:230)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:585)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:562)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:160)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
at com.sun.webserver.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:149)
at com.sun.webserver.connector.nsapi.NSAPIConnector.service(NSAPIConnector.java:995)
[13/Feb/2007:10:36:05] failure (13961):for host 127.0.0.2 trying to GET /admingui/admingui/serverTasksGeneral,
func_exec reports: HTTP2302: Function service-j2ee aborted the request without setting the status code
I thought that perhaps a cookie with an invalidated session ID was being passed to the admin server, so I looked for any cookies that might be sent and deleted them, and it had no effect. I also quit and restarted my browser (firefox 2.0) but that also had no effect.
I am able to connect to the admin server with wadm and with the Netbeans WS7 plugin, just not via the web interface.
Any ideas?
Thanks,
Bill

