Hello all, I've posted to cocoon-users with this problem over a week ago, and had one "me too" reponse from someone who has seen this problem as well. I've searched PRs and don't see anything that looks linked to this.
This is using today (2002-07-10) 2.1-dev CVS snapshot, under Tomcat 4.0.4. I compile cocoon (using j2sdk 1.3) with: ./build.sh -Dinclude.webapp.libs=yes -Dinclude.scratchpad.libs=yes -Dinclude.sample.libs=yes webapp and install the war file into tomcat. After restarting tomcat and going to the portal framework sample, I enter guest/guest and click login and get: 2002-10-07 15:17:54 StandardWrapperValve[Cocoon2]: Servlet.service() for servlet Cocoon2 threw exception java.lang.IllegalStateException at org.apache.catalina.connector.ResponseFacade.reset(ResponseFacade.java:243) at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:1106) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243) at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:190) at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170) at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170) at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564) at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468) at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1027) at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125) at java.lang.Thread.run(Thread.java:484) If I then specifically jump to the portal url: http://localhost:8080/cocoon/samples/portal-fw/sunspotdemo-portal, it shows up normally. So, I *am* getting authenticated before the error ocurrs, it just isn't forwarding me to the main portal uri before the error. I can trace this problem back all the way until the 2002-09-25 snapshot. In the 2002-09-24 snapshot, everything seems to work fine. Please note that I also see the same behavior on the "Authentication Framework" sample at: http://localhost:8080/cocoon/samples/authentication-fw/login Attached is the snippit from the cocoon core.log file of when I click on the login button in the portal framework. Is there a known PR for this, or am I missing something completely blatant? thanks, rob
REQUEST: /cocoon/samples/portal-fw/sunspotdemofree-auth CONTEXT PATH: /cocoon SERVLET PATH: /samples/portal-fw/sunspotdemofree-auth PATH INFO: null REMOTE HOST: slydog REMOTE ADDRESS: 127.0.0.1 REMOTE USER: null REQUEST SESSION ID: null REQUEST PREFERRED LOCALE: en_US SERVER HOST: localhost SERVER PORT: 8080 METHOD: POST CONTENT LENGTH: 25 PROTOCOL: HTTP/1.1 SCHEME: http AUTH TYPE: null CURRENT ACTIVE REQUESTS: 1 REQUEST PARAMETERS: PARAM: 'password' VALUES: '[guest]' PARAM: 'name' VALUES: '[guest]' PARAM: 'resource' VALUES: '[sunspotdemo-portal]' HEADER PARAMETERS: PARAM: 'host' VALUES: '[localhost:8080]' PARAM: 'user-agent' VALUES: '[Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020913 Debian/1.1-1]' PARAM: 'accept' VALUES: '[text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,text/css,*/*;q=0.1]' PARAM: 'accept-encoding' VALUES: '[gzip, deflate, compress;q=0.9]' PARAM: 'accept-charset' VALUES: '[ISO-8859-1, utf-8;q=0.66, *;q=0.66]' PARAM: 'keep-alive' VALUES: '[300]' PARAM: 'connection' VALUES: '[keep-alive]' PARAM: 'referer' VALUES: '[http://localhost:8080/cocoon/samples/portal-fw/sunspotdemofree-login]' PARAM: 'content-type' VALUES: '[application/x-www-form-urlencoded]' PARAM: 'content-length' VALUES: '[25]' SESSION ATTRIBUTES: DEBUG (2002-10-07) 15:17.53:662 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/ResourceLimitingPool: Got a org.apache.cocoon.webapps.authentication.components.AuthenticationManager from the pool. DEBUG (2002-10-07) 15:17.53:662 [core.roles] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/DefaultRoleManager: looking up shorthand authentication-manager, returning org.apache.cocoon.webapps.authentication.components.AuthenticationManager DEBUG (2002-10-07) 15:17.53:662 [core.authentication-manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/AuthenticationManager: BEGIN isAuthenticated handler=portalhandler DEBUG (2002-10-07) 15:17.53:662 [core.authentication-manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/AuthenticationManager: END isAuthenticated authenticated=false DEBUG (2002-10-07) 15:17.53:672 [core.authentication-manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/AuthenticationManager: BEGIN authenticate handler=portalhandler, parameters=SourceParameters: {name = (guest), password = (guest)} INFO (2002-10-07) 15:17.53:680 [core.authentication-manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/AuthenticationManager: AuthenticationManager: Trying to authenticate using handler 'portalhandler' DEBUG (2002-10-07) 15:17.53:680 [core.authentication-manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/AuthenticationManager: start authentication DEBUG (2002-10-07) 15:17.53:680 [core.authentication-manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/AuthenticationManager: start invoking auth resource DEBUG (2002-10-07) 15:17.53:686 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/ExcaliburComponentManager: Could not find ComponentHandler, attempting to create one for role [org.apache.cocoon.webapps.session.connector.ResourceConnector] DEBUG (2002-10-07) 15:17.53:691 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/PoolableComponentHandler: ComponentHandler initialized for: org.apache.cocoon.webapps.session.connector.ResourceConnectorImpl DEBUG (2002-10-07) 15:17.53:701 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/DefaultComponentFactory: ComponentFactory creating new instance of org.apache.cocoon.webapps.session.connector.ResourceConnectorImpl. DEBUG (2002-10-07) 15:17.53:702 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/DefaultComponentFactory: no logger attribute available, using standard logger DEBUG (2002-10-07) 15:17.53:702 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/ResourceLimitingPool: Created a new org.apache.cocoon.webapps.session.connector.ResourceConnectorImpl from the object factory. DEBUG (2002-10-07) 15:17.53:702 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/ResourceLimitingPool: Got a org.apache.cocoon.webapps.session.connector.ResourceConnectorImpl from the pool. DEBUG (2002-10-07) 15:17.53:703 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/ResourceConnectorImpl: start loading 'cocoon:raw:/sunrise-authuser' DEBUG (2002-10-07) 15:17.53:703 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/ResourceConnectorImpl: BEGIN loadXMLFromURI uri=cocoon:raw:/sunrise-authuser, typeParams=null, parameters=SourceParameters: {name = (guest), password = (guest)} DEBUG (2002-10-07) 15:17.53:743 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/SourceResolverImpl: Resolving 'cocoon:raw:/sunrise-authuser?name=guest&password=guest' with base 'file:/usr/local/java/tomcat4/webapps/cocoon/samples/portal-fw/' in context 'file:/usr/local/java/tomcat4/' DEBUG (2002-10-07) 15:17.53:743 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/SourceResolverImpl: Resolved to systemID 'cocoon:raw:/sunrise-authuser?name=guest&password=guest' DEBUG (2002-10-07) 15:17.53:743 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/CocoonSourceFactory: Creating source object for cocoon:raw:/sunrise-authuser?name=guest&password=guest DEBUG (2002-10-07) 15:17.53:768 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/EnvironmentWrapper: Setting uri (prefix=null, uris=sunrise-authuser) DEBUG (2002-10-07) 15:17.53:777 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/AbstractEnvironment: Set the URI Prefix (OLD=samples/portal-fw/, NEW=samples/portal-fw/) DEBUG (2002-10-07) 15:17.53:778 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/SourceResolverImpl: Resolving 'resources/sunrise-user.xml' with base 'file:/usr/local/java/tomcat4/webapps/cocoon/samples/portal-fw/' in context 'file:/usr/local/java/tomcat4/' DEBUG (2002-10-07) 15:17.53:778 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/SourceResolverImpl: Resolved to systemID 'file:/usr/local/java/tomcat4/webapps/cocoon/samples/portal-fw/resources/sunrise-user.xml' DEBUG (2002-10-07) 15:17.53:778 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/FileSourceFactory: Creating source object for file:/usr/local/java/tomcat4/webapps/cocoon/samples/portal-fw/resources/sunrise-user.xml DEBUG (2002-10-07) 15:17.53:779 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/SourceResolverImpl: Resolving 'styles/sunrise-user.xsl' with base 'file:/usr/local/java/tomcat4/webapps/cocoon/samples/portal-fw/' in context 'file:/usr/local/java/tomcat4/' DEBUG (2002-10-07) 15:17.53:779 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/SourceResolverImpl: Resolved to systemID 'file:/usr/local/java/tomcat4/webapps/cocoon/samples/portal-fw/styles/sunrise-user.xsl' DEBUG (2002-10-07) 15:17.53:779 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/FileSourceFactory: Creating source object for file:/usr/local/java/tomcat4/webapps/cocoon/samples/portal-fw/styles/sunrise-user.xsl DEBUG (2002-10-07) 15:17.53:780 [core.xslt-processor] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/XSLTProcessorImpl: Creating new Templates for file:/usr/local/java/tomcat4/webapps/cocoon/samples/portal-fw/styles/sunrise-user.xsl DEBUG (2002-10-07) 15:17.53:781 [core.xslt-processor] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/XSLTProcessorImpl: Source = org.apache.cocoon.components.source.impl.FileSource@272fec, templatesHandler = org.apache.xalan.processor.StylesheetHandler@3b3f71 DEBUG (2002-10-07) 15:17.53:781 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/XMLizerImpl: No mime-type for xmlizing file:/usr/local/java/tomcat4/webapps/cocoon/samples/portal-fw/styles/sunrise-user.xsl, guessing text/xml DEBUG (2002-10-07) 15:17.53:827 [core.store.transient] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/MRUMemoryStore: NOT Found key: PK_G-file-file:/usr/local/java/tomcat4/webapps/cocoon/samples/portal-fw/resources/sunrise-user.xml_T-xslt-file:/usr/local/java/tomcat4/webapps/cocoon/samples/portal-fw/styles/sunrise-user.xsl;use-request-parameters=true;password=guest;name=guest DEBUG (2002-10-07) 15:17.53:830 [core.store.persistent] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/JispFilesystemStore: Found key: PK_G-file-file:/usr/local/java/tomcat4/webapps/cocoon/samples/portal-fw/resources/sunrise-user.xml_T-xslt-file:/usr/local/java/tomcat4/webapps/cocoon/samples/portal-fw/styles/sunrise-user.xsl;use-request-parameters=true;password=guest;name=guest DEBUG (2002-10-07) 15:17.53:830 [core.store.transient] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/MRUMemoryStore: Holding object in memory: DEBUG (2002-10-07) 15:17.53:830 [core.store.transient] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/MRUMemoryStore: key: PK_G-file-file:/usr/local/java/tomcat4/webapps/cocoon/samples/portal-fw/resources/sunrise-user.xml_T-xslt-file:/usr/local/java/tomcat4/webapps/cocoon/samples/portal-fw/styles/sunrise-user.xsl;use-request-parameters=true;password=guest;name=guest DEBUG (2002-10-07) 15:17.53:830 [core.store.transient] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/MRUMemoryStore: value: org.apache.cocoon.caching.CachedResponse@69b66e DEBUG (2002-10-07) 15:17.53:863 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/DefaultComponentFactory: ComponentFactory creating new instance of org.apache.cocoon.components.sax.XMLByteStreamCompiler. DEBUG (2002-10-07) 15:17.53:863 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/ResourceLimitingPool: Created a new org.apache.cocoon.components.sax.XMLByteStreamCompiler from the object factory. DEBUG (2002-10-07) 15:17.53:864 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/ResourceLimitingPool: Got a org.apache.cocoon.components.sax.XMLByteStreamCompiler from the pool. DEBUG (2002-10-07) 15:17.53:869 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/DefaultComponentFactory: ComponentFactory creating new instance of org.apache.cocoon.components.sax.XMLByteStreamInterpreter. DEBUG (2002-10-07) 15:17.53:869 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/DefaultComponentFactory: logger attribute is core.xml-deserializer DEBUG (2002-10-07) 15:17.53:870 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/ResourceLimitingPool: Created a new org.apache.cocoon.components.sax.XMLByteStreamInterpreter from the object factory. DEBUG (2002-10-07) 15:17.53:870 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/ResourceLimitingPool: Got a org.apache.cocoon.components.sax.XMLByteStreamInterpreter from the pool. DEBUG (2002-10-07) 15:17.53:882 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/ResourceLimitingPool: Put a org.apache.cocoon.components.sax.XMLByteStreamInterpreter back into the pool. DEBUG (2002-10-07) 15:17.53:882 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/ResourceLimitingPool: Put a org.apache.cocoon.components.sax.XMLByteStreamCompiler back into the pool. DEBUG (2002-10-07) 15:17.53:949 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/ResourceConnectorImpl: END loadXMLFromURI fragment=<?xml version="1.0" encoding="ISO-8859-1"?> <authentication> <ID>guest</ID> <role>guest</role> <data> <name>guest</name> <role>guest</role> <ID>guest</ID> <user>guest</user> <title>Mrs.</title> <firstname>G.</firstname> <lastname>Guest</lastname> <company>Cocoon</company> <street>Cocoon Street</street> <zipcode>33100</zipcode> <city>Cocooncity</city> <country>Somewhere</country> <phone/> <fax/> <email>guest</email> <bankid/> <bankname/> <accountid/> </data> </authentication> DEBUG (2002-10-07) 15:17.53:950 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/ResourceConnectorImpl: finished loading 'cocoon:raw:/sunrise-authuser' DEBUG (2002-10-07) 15:17.53:950 [core.authentication-manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/AuthenticationManager: end invoking auth resource DEBUG (2002-10-07) 15:17.53:950 [core.authentication-manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/AuthenticationManager: BEGIN isValidAuthenticationFragment fragment=[#document-fragment: null] DEBUG (2002-10-07) 15:17.53:951 [core.authentication-manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/AuthenticationManager: END isValidAuthenticationFragment valid=true INFO (2002-10-07) 15:17.53:951 [core.authentication-manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/AuthenticationManager: AuthenticationManager: User authenticated using handler 'portalhandler' DEBUG (2002-10-07) 15:17.53:951 [core.authentication-manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/AuthenticationManager: creating session DEBUG (2002-10-07) 15:17.53:952 [core.authentication-manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/AuthenticationManager: BEGIN getAuthenticationSessionContext create=true DEBUG (2002-10-07) 15:17.53:952 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/DefaultComponentFactory: ComponentFactory creating new instance of org.apache.cocoon.webapps.session.components.SessionManager. DEBUG (2002-10-07) 15:17.53:952 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/DefaultComponentFactory: logger attribute is core.session-manager DEBUG (2002-10-07) 15:17.53:953 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/ResourceLimitingPool: Created a new org.apache.cocoon.webapps.session.components.SessionManager from the object factory. DEBUG (2002-10-07) 15:17.53:953 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/ResourceLimitingPool: Got a org.apache.cocoon.webapps.session.components.SessionManager from the pool. DEBUG (2002-10-07) 15:17.53:954 [core.session-manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/SessionManager: BEGIN setup objectModel={httpresponse=org.apache.catalina.connector.HttpResponseFacade@53f0a8, response=org.apache.cocoon.environment.http.HttpResponse@22467a, context=org.apache.cocoon.environment.http.HttpContext@43b5bb, source-resolver=org.apache.cocoon.environment.http.HttpEnvironment@768b0a, request=org.apache.cocoon.environment.http.HttpRequest@413406, httprequest=org.apache.catalina.connector.HttpRequestFacade@3508c0, httpservletcontext=org.apache.catalina.core.ApplicationContextFacade@5fbbf3} DEBUG (2002-10-07) 15:17.53:954 [core.session-manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/SessionManager: BEGIN processInputFields DEBUG (2002-10-07) 15:17.53:957 [core.session-manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/SessionManager: END processInputFields DEBUG (2002-10-07) 15:17.53:957 [core.session-manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/SessionManager: END setup DEBUG (2002-10-07) 15:17.53:957 [core.session-manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/SessionManager: BEGIN getSession create=true DEBUG (2002-10-07) 15:17.53:961 [core.session-manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/SessionManager: END getSession session=org.apache.cocoon.environment.http.HttpSession@1ff83 DEBUG (2002-10-07) 15:17.53:993 [core.authentication-manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/AuthenticationManager: END getAuthenticationSessionContext context=org.apache.cocoon.webapps.session.context.SimpleSessionContext@253564 DEBUG (2002-10-07) 15:17.53:994 [core.authentication-manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/AuthenticationManager: session created DEBUG (2002-10-07) 15:17.54:017 [core.authentication-manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/AuthenticationManager: end authentication DEBUG (2002-10-07) 15:17.54:017 [core.authentication-manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/AuthenticationManager: END authenticate fragment=null DEBUG (2002-10-07) 15:17.54:020 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/ResourceLimitingPool: Put a org.apache.cocoon.webapps.session.connector.ResourceConnectorImpl back into the pool. DEBUG (2002-10-07) 15:17.54:021 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/ResourceLimitingPool: Put a org.apache.cocoon.webapps.session.components.SessionManager back into the pool. DEBUG (2002-10-07) 15:17.54:021 [core.manager] (/cocoon/samples/portal-fw/sunspotdemofree-auth) HttpProcessor[8080][3]/ResourceLimitingPool: Put a org.apache.cocoon.webapps.authentication.components.AuthenticationManager back into the pool.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]