DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4438>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4438 Deadlock? in redirect after returning from action ------- Additional Comments From [EMAIL PROTECTED] 2001-10-30 08:38 ------- Hi - having tried to workaround this problem, I placed a redirect within my database update action using the supplied Redirector parameter. This has the same symptom. On looking at the stack-trace, it appears that an exception is thrown during the endDocument() processing - and I quess thereby failing to close the OutputStream, and failing to return content to the browser. Included below is the revised logfile extract. What I consider unusual is that the exception stack trace includes the content aggregator, which is configured to appear after my action in the sitemap - I didn't think that this should have been instantiated at this point? Actually, the redirect issue seems to correlate to the use of aggregates - could this be the case? Any ideas? Thanks, Adrian ================ begin sitemap fragment ===================== <map:match pattern="update_*.html"> <map:act type="locale"/> <map:act type="check-login"> <map:act type="get-update-mode"> <map:act type="update"/> <map:aggregate element="page" prefix="zdam" ns="zenark.com/zdam"> <map:part src="cocoon:/banner.xml"/> <map:part src="cocoon:/sidebar.xml"/> </map:aggregate> <map:transform type="i18n"/> <map:transform src="stylesheets/zdam2html.xsl"/> <map:serialize/> </map:act> </map:act> <map:generate src="cocoon:/login"/> <map:serialize type="html"/> </map:match> ================ end sitemap fragment ===================== =============== begin logfile extract ==================== DEBUG (2001-10-30) 15:50.54:918 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Retrieving a org.apache.cocoon.components.pipeline.CachingEventPipeline from the pool DEBUG (2001-10-30) 15:50.54:918 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Retrieving a org.apache.cocoon.components.pipeline.CachingStreamPipeline from the pool DEBUG (2001-10-30) 15:50.54:918 [cocoon ] (/zdam/asset_categories.html) Thread-14/sitemap_xmap: Matched wildcardmatcher_wildcard_N4002CB pattern:*.html DEBUG (2001-10-30) 15:50.54:918 [cocoon ] (/zdam/asset_categories.html) Thread-14/LocaleAction: org.apache.cocoon.acting.LocaleAction: obtained locale information, locale = en_IE DEBUG (2001-10-30) 15:50.54:918 [cocoon ] (/zdam/asset_categories.html) Thread-14/LocaleAction: org.apache.cocoon.acting.LocaleAction: language = en, country = IE, variant = DEBUG (2001-10-30) 15:50.54:918 [cocoon ] (/zdam/asset_categories.html) Thread-14/LocaleAction: org.apache.cocoon.acting.LocaleAction: checking for local overrides, language-attribute = lang, country-attribute = country, variant-attribute = variant, locale-attribute = locale, store-in-request = false, store-in-session = false, create-session = false, store-in-cookie = false DEBUG (2001-10-30) 15:50.54:918 [cocoon ] (/zdam/asset_categories.html) Thread-14/LocaleAction: org.apache.cocoon.acting.LocaleAction: returning map for XPath substitutions DEBUG (2001-10-30) 15:50.54:918 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of com.zenark.zdam.cocoon.action.CheckLoginAction. DEBUG (2001-10-30) 15:50.54:918 [cocoon ] (/zdam/asset_categories.html) Thread-14/sitemap_xmap: Action check-login DEBUG (2001-10-30) 15:50.54:918 [cocoon ] (/zdam/asset_categories.html) Thread-14/sitemap_xmap: Component generator:!content-aggregator!(emptyParam) DEBUG (2001-10-30) 15:50.54:918 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Retrieving a org.apache.cocoon.sitemap.ContentAggregator from the pool DEBUG (2001-10-30) 15:50.54:918 [cocoon ] (/zdam/asset_categories.html) Thread-14/ContentAggregator: ContentAggregator: root element='page' ns='zenark.com/zdam' prefix='' DEBUG (2001-10-30) 15:50.54:918 [cocoon ] (/zdam/asset_categories.html) Thread-14/ContentAggregator: ContentAggregator: part uri='cocoon:/banner.xml' element='' ns='' stripRootElement='' prefix='' DEBUG (2001-10-30) 15:50.54:918 [cocoon ] (/zdam/asset_categories.html) Thread-14/ContentAggregator: ContentAggregator: part uri='cocoon:/sidebar.xml' element='' ns='' stripRootElement='' prefix='' DEBUG (2001-10-30) 15:50.54:918 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractSitemap: Substitute evaluated value for 1 as asset_categories DEBUG (2001-10-30) 15:50.54:918 [cocoon ] (/zdam/asset_categories.html) Thread-14/ContentAggregator: ContentAggregator: part uri='cocoon:/asset_categories.xml' element='' ns='' stripRootElement='' prefix='' DEBUG (2001-10-30) 15:50.54:918 [cocoon ] (/zdam/asset_categories.html) Thread-14/sitemap_xmap: Component transformer:i18n(emptyParam) DEBUG (2001-10-30) 15:50.54:918 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Retrieving a org.apache.cocoon.transformation.I18nTransformer from the pool DEBUG (2001-10-30) 15:50.54:918 [cocoon ] (/zdam/asset_categories.html) Thread-14/sitemap_xmap: Component transformer:xslt(emptyParam) DEBUG (2001-10-30) 15:50.54:918 [cocoon ] (/zdam/asset_categories.html) Thread-14/sitemap_xmap: Source=stylesheets/zdam2html.xsl DEBUG (2001-10-30) 15:50.54:918 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Retrieving a org.apache.cocoon.transformation.TraxTransformer from the pool DEBUG (2001-10-30) 15:50.54:918 [cocoon ] (/zdam/asset_categories.html) Thread-14/sitemap_xmap: Component serializer:html(emptyParam) DEBUG (2001-10-30) 15:50.54:918 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Retrieving a org.apache.cocoon.serialization.HTMLSerializer from the pool DEBUG (2001-10-30) 15:50.54:918 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Retrieving a org.apache.cocoon.components.pipeline.CachingEventPipeline from the pool DEBUG (2001-10-30) 15:50.54:918 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Retrieving a org.apache.cocoon.components.pipeline.CachingStreamPipeline from the pool DEBUG (2001-10-30) 15:50.54:918 [cocoon ] (/zdam/asset_categories.html) Thread-14/EnvironmentWrapper: Setting uri (prefix=null, uris=banner.xml) DEBUG (2001-10-30) 15:50.54:918 [cocoon ] (/zdam/asset_categories.html) Thread-14/sitemap_xmap: processing internal sitemap request DEBUG (2001-10-30) 15:50.54:928 [cocoon ] (/zdam/asset_categories.html) Thread-14/sitemap_xmap: Matched wildcardmatcher_wildcard_N40018C pattern:banner.xml DEBUG (2001-10-30) 15:50.54:928 [cocoon ] (/zdam/asset_categories.html) Thread-14/sitemap_xmap: Component generator:serverpages(emptyParam) DEBUG (2001-10-30) 15:50.54:928 [cocoon ] (/zdam/asset_categories.html) Thread-14/sitemap_xmap: Source=xsp/banner.xsp DEBUG (2001-10-30) 15:50.54:928 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Retrieving a org.apache.cocoon.generation.ServerPagesGenerator from the pool DEBUG (2001-10-30) 15:50.54:928 [cocoon ] (/zdam/asset_categories.html) Thread-14/sitemap_xmap: Component serializer:xml(emptyParam) DEBUG (2001-10-30) 15:50.54:928 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Retrieving a org.apache.cocoon.serialization.XMLSerializer from the pool DEBUG (2001-10-30) 15:50.54:928 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractEnvironment: Set the URI Prefix (OLD=, NEW=) DEBUG (2001-10-30) 15:50.54:928 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractEnvironment: Resolving 'xsp/banner.xsp' in context 'file:/C:/tomcat/webapps/zdam/' DEBUG (2001-10-30) 15:50.54:928 [cocoon ] (/zdam/asset_categories.html) Thread-14/URLFactoryImpl: Making URL from file:/C:\tomcat\webapps\zdam\xsp\banner.xsp DEBUG (2001-10-30) 15:50.54:928 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractEnvironment: Resolved to 'file:/C:/tomcat/webapps/zdam/xsp/banner.xsp' DEBUG (2001-10-30) 15:50.54:928 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractEnvironment: Resolving 'xsp/banner.xsp' in context 'file:/C:/tomcat/webapps/zdam/' DEBUG (2001-10-30) 15:50.54:928 [cocoon ] (/zdam/asset_categories.html) Thread-14/URLFactoryImpl: Making URL from file:/C:\tomcat\webapps\zdam\xsp\banner.xsp DEBUG (2001-10-30) 15:50.54:928 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractEnvironment: Resolved to 'file:/C:/tomcat/webapps/zdam/xsp/banner.xsp' DEBUG (2001-10-30) 15:50.54:928 [cocoon ] (/zdam/asset_categories.html) Thread-14/ExcaliburComponentSelector: UnnamedSelector: ComponentSelector could not find the component for hint: org\apache\cocoon\www\xsp\banner_xsp DEBUG (2001-10-30) 15:50.54:928 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Retrieving a org.apache.cocoon.www.xsp.banner_xsp from the pool DEBUG (2001-10-30) 15:50.54:928 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Retrieving a org.apache.cocoon.components.pipeline.CachingEventPipeline from the pool DEBUG (2001-10-30) 15:50.54:928 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Retrieving a org.apache.cocoon.components.pipeline.CachingStreamPipeline from the pool DEBUG (2001-10-30) 15:50.54:928 [cocoon ] (/zdam/asset_categories.html) Thread-14/EnvironmentWrapper: Setting uri (prefix=null, uris=sidebar.xml) DEBUG (2001-10-30) 15:50.54:928 [cocoon ] (/zdam/asset_categories.html) Thread-14/sitemap_xmap: processing internal sitemap request DEBUG (2001-10-30) 15:50.54:928 [cocoon ] (/zdam/asset_categories.html) Thread-14/sitemap_xmap: Matched wildcardmatcher_wildcard_N4001A2 pattern:*.xml DEBUG (2001-10-30) 15:50.54:928 [cocoon ] (/zdam/asset_categories.html) Thread-14/sitemap_xmap: Component generator:serverpages(emptyParam) DEBUG (2001-10-30) 15:50.54:928 [cocoon ] (/zdam/asset_categories.html) Thread-14/sitemap_xmap: Source=xsp/{1}.xsp DEBUG (2001-10-30) 15:50.54:928 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractSitemap: Substitute evaluated value for 1 as sidebar DEBUG (2001-10-30) 15:50.54:938 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Retrieving a org.apache.cocoon.generation.ServerPagesGenerator from the pool DEBUG (2001-10-30) 15:50.54:938 [cocoon ] (/zdam/asset_categories.html) Thread-14/sitemap_xmap: Component serializer:xml(emptyParam) DEBUG (2001-10-30) 15:50.54:938 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Retrieving a org.apache.cocoon.serialization.XMLSerializer from the pool DEBUG (2001-10-30) 15:50.54:938 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractEnvironment: Set the URI Prefix (OLD=, NEW=) DEBUG (2001-10-30) 15:50.54:938 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractEnvironment: Resolving 'xsp/sidebar.xsp' in context 'file:/C:/tomcat/webapps/zdam/' DEBUG (2001-10-30) 15:50.54:938 [cocoon ] (/zdam/asset_categories.html) Thread-14/URLFactoryImpl: Making URL from file:/C:\tomcat\webapps\zdam\xsp\sidebar.xsp DEBUG (2001-10-30) 15:50.54:938 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractEnvironment: Resolved to 'file:/C:/tomcat/webapps/zdam/xsp/sidebar.xsp' DEBUG (2001-10-30) 15:50.54:938 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractEnvironment: Resolving 'xsp/sidebar.xsp' in context 'file:/C:/tomcat/webapps/zdam/' DEBUG (2001-10-30) 15:50.54:938 [cocoon ] (/zdam/asset_categories.html) Thread-14/URLFactoryImpl: Making URL from file:/C:\tomcat\webapps\zdam\xsp\sidebar.xsp DEBUG (2001-10-30) 15:50.54:938 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractEnvironment: Resolved to 'file:/C:/tomcat/webapps/zdam/xsp/sidebar.xsp' DEBUG (2001-10-30) 15:50.54:938 [cocoon ] (/zdam/asset_categories.html) Thread-14/ExcaliburComponentSelector: UnnamedSelector: ComponentSelector could not find the component for hint: org\apache\cocoon\www\xsp\sidebar_xsp DEBUG (2001-10-30) 15:50.54:938 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Retrieving a org.apache.cocoon.www.xsp.sidebar_xsp from the pool DEBUG (2001-10-30) 15:50.54:938 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Retrieving a org.apache.cocoon.components.pipeline.CachingEventPipeline from the pool DEBUG (2001-10-30) 15:50.54:938 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Retrieving a org.apache.cocoon.components.pipeline.CachingStreamPipeline from the pool DEBUG (2001-10-30) 15:50.54:938 [cocoon ] (/zdam/asset_categories.html) Thread-14/EnvironmentWrapper: Setting uri (prefix=null, uris=asset_categories.xml) DEBUG (2001-10-30) 15:50.54:938 [cocoon ] (/zdam/asset_categories.html) Thread-14/sitemap_xmap: processing internal sitemap request DEBUG (2001-10-30) 15:50.54:938 [cocoon ] (/zdam/asset_categories.html) Thread-14/sitemap_xmap: Matched wildcardmatcher_wildcard_N4001A2 pattern:*.xml DEBUG (2001-10-30) 15:50.54:948 [cocoon ] (/zdam/asset_categories.html) Thread-14/sitemap_xmap: Component generator:serverpages(emptyParam) DEBUG (2001-10-30) 15:50.54:948 [cocoon ] (/zdam/asset_categories.html) Thread-14/sitemap_xmap: Source=xsp/{1}.xsp DEBUG (2001-10-30) 15:50.54:948 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractSitemap: Substitute evaluated value for 1 as asset_categories DEBUG (2001-10-30) 15:50.54:948 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Retrieving a org.apache.cocoon.generation.ServerPagesGenerator from the pool DEBUG (2001-10-30) 15:50.54:948 [cocoon ] (/zdam/asset_categories.html) Thread-14/sitemap_xmap: Component serializer:xml(emptyParam) DEBUG (2001-10-30) 15:50.54:948 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Retrieving a org.apache.cocoon.serialization.XMLSerializer from the pool DEBUG (2001-10-30) 15:50.54:948 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractEnvironment: Set the URI Prefix (OLD=, NEW=) DEBUG (2001-10-30) 15:50.54:948 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractEnvironment: Resolving 'xsp/asset_categories.xsp' in context 'file:/C:/tomcat/webapps/zdam/' DEBUG (2001-10-30) 15:50.54:948 [cocoon ] (/zdam/asset_categories.html) Thread-14/URLFactoryImpl: Making URL from file:/C:\tomcat\webapps\zdam\xsp\asset_categories.xsp DEBUG (2001-10-30) 15:50.54:948 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractEnvironment: Resolved to 'file:/C:/tomcat/webapps/zdam/xsp/asset_categories.xsp' DEBUG (2001-10-30) 15:50.54:948 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractEnvironment: Resolving 'xsp/asset_categories.xsp' in context 'file:/C:/tomcat/webapps/zdam/' DEBUG (2001-10-30) 15:50.54:948 [cocoon ] (/zdam/asset_categories.html) Thread-14/URLFactoryImpl: Making URL from file:/C:\tomcat\webapps\zdam\xsp\asset_categories.xsp DEBUG (2001-10-30) 15:50.54:948 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractEnvironment: Resolved to 'file:/C:/tomcat/webapps/zdam/xsp/asset_categories.xsp' DEBUG (2001-10-30) 15:50.54:948 [cocoon ] (/zdam/asset_categories.html) Thread-14/ExcaliburComponentSelector: UnnamedSelector: ComponentSelector could not find the component for hint: org\apache\cocoon\www\xsp\asset_categories_xsp DEBUG (2001-10-30) 15:50.54:948 [cocoon ] (/zdam/asset_categories.html) Thread-14/GeneratorSelector: Could not access component for hint: org\apache\cocoon\www\xsp\asset_categories_xsp DEBUG (2001-10-30) 15:50.54:948 [cocoon ] (/zdam/asset_categories.html) Thread-14/ProgramGeneratorImpl: The instance was not accessible from the internal cache. Proceeding. DEBUG (2001-10-30) 15:50.54:998 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of org.apache.cocoon.www.xsp.asset_categories_xsp. DEBUG (2001-10-30) 15:50.54:998 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: no logger attribute available, using standard logger DEBUG (2001-10-30) 15:50.54:998 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of org.apache.cocoon.www.xsp.asset_categories_xsp. DEBUG (2001-10-30) 15:50.54:998 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: no logger attribute available, using standard logger DEBUG (2001-10-30) 15:50.54:998 [cocoon ] (/zdam/asset_categories.html) Thread-14/PoolableComponentHandler: ComponentHandler initialized for: org.apache.cocoon.www.xsp.asset_categories_xsp DEBUG (2001-10-30) 15:50.54:998 [cocoon ] (/zdam/asset_categories.html) Thread-14/GeneratorSelector: Adding org.apache.cocoon.www.xsp.asset_categories_xsp for org\apache\cocoon\www\xsp\asset_categories_xsp DEBUG (2001-10-30) 15:50.54:998 [cocoon ] (/zdam/asset_categories.html) Thread-14/ExcaliburComponentSelector: UnnamedSelector: ComponentSelector could not find the component for hint: org\apache\cocoon\www\xsp\asset_categories_xsp DEBUG (2001-10-30) 15:50.54:998 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Retrieving a org.apache.cocoon.www.xsp.asset_categories_xsp from the pool DEBUG (2001-10-30) 15:50.54:998 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Returning a org.apache.cocoon.www.xsp.asset_categories_xsp to the pool DEBUG (2001-10-30) 15:50.55:008 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: ComponentFactory decommissioning instance of org.apache.cocoon.www.xsp.asset_categories_xsp. DEBUG (2001-10-30) 15:50.55:008 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: ComponentFactory decommissioning instance of org.apache.cocoon.www.xsp.asset_categories_xsp. DEBUG (2001-10-30) 15:50.55:008 [cocoon ] (/zdam/asset_categories.html) Thread-14/GeneratorSelector: Removing org.apache.avalon.excalibur.component.PoolableComponentHandler for org\apache\cocoon\www\xsp\asset_categories_xsp DEBUG (2001-10-30) 15:50.55:008 [cocoon ] (/zdam/asset_categories.html) Thread-14/ExcaliburComponentSelector: UnnamedSelector: ComponentSelector could not find the component for hint: org\apache\cocoon\www\xsp\asset_categories_xsp DEBUG (2001-10-30) 15:50.55:008 [cocoon ] (/zdam/asset_categories.html) Thread-14/GeneratorSelector: Could not access component for hint: org\apache\cocoon\www\xsp\asset_categories_xsp DEBUG (2001-10-30) 15:50.55:008 [cocoon ] (/zdam/asset_categories.html) Thread-14/ProgramGeneratorImpl: Creating resource org.apache.cocoon.www.xsp.asset_categories_xsp, using generator org.apache.cocoon.components.language.generator.ProgramGeneratorImpl@3820e DEBUG (2001-10-30) 15:50.55:008 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of org.apache.cocoon.components.language.markup.xsp.XSPMarkupLanguage. DEBUG (2001-10-30) 15:50.55:008 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: no logger attribute available, using standard logger DEBUG (2001-10-30) 15:50.55:018 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of org.apache.cocoon.components.xslt.XSLTProcessorImpl. DEBUG (2001-10-30) 15:50.55:018 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: logger attribute is root.xslt DEBUG (2001-10-30) 15:50.55:018 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Holding object in memory. key: logicsheet:jar:file:C:\tomcat\webapps\zdam\WEB-INF\lib\cocoon- 2.0rc1.jar!/org/apache/cocoon/components/language/markup/xsp/java/xsp.xsl DEBUG (2001-10-30) 15:50.55:018 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Holding object in memory. value: org.apache.cocoon.components.language.markup.Logicsheet@294f62 DEBUG (2001-10-30) 15:50.55:018 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Object=org.apache.cocoon.components.language.markup.Logicsheet@294f62 DEBUG (2001-10-30) 15:50.55:018 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Cache size=13 DEBUG (2001-10-30) 15:50.55:028 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of org.apache.cocoon.components.xslt.XSLTProcessorImpl. DEBUG (2001-10-30) 15:50.55:028 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: logger attribute is root.xslt DEBUG (2001-10-30) 15:50.55:028 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Holding object in memory. key: logicsheet:jar:file:C:\tomcat\webapps\zdam\WEB-INF\lib\cocoon- 2.0rc1.jar!/org/apache/cocoon/components/language/markup/xsp/java/request.xsl DEBUG (2001-10-30) 15:50.55:028 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Holding object in memory. value: org.apache.cocoon.components.language.markup.NamedLogicsheet@1450bd DEBUG (2001-10-30) 15:50.55:028 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@1450bd DEBUG (2001-10-30) 15:50.55:028 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Cache size=13 DEBUG (2001-10-30) 15:50.55:028 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of org.apache.cocoon.components.xslt.XSLTProcessorImpl. DEBUG (2001-10-30) 15:50.55:028 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: logger attribute is root.xslt DEBUG (2001-10-30) 15:50.55:028 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Holding object in memory. key: logicsheet:jar:file:C:\tomcat\webapps\zdam\WEB-INF\lib\cocoon- 2.0rc1.jar!/org/apache/cocoon/components/language/markup/xsp/java/response.xsl DEBUG (2001-10-30) 15:50.55:028 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Holding object in memory. value: org.apache.cocoon.components.language.markup.NamedLogicsheet@352447 DEBUG (2001-10-30) 15:50.55:028 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@352447 DEBUG (2001-10-30) 15:50.55:028 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Cache size=13 DEBUG (2001-10-30) 15:50.55:028 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of org.apache.cocoon.components.xslt.XSLTProcessorImpl. DEBUG (2001-10-30) 15:50.55:028 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: logger attribute is root.xslt DEBUG (2001-10-30) 15:50.55:028 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Holding object in memory. key: logicsheet:jar:file:C:\tomcat\webapps\zdam\WEB-INF\lib\cocoon- 2.0rc1.jar!/org/apache/cocoon/components/language/markup/xsp/java/session.xsl DEBUG (2001-10-30) 15:50.55:028 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Holding object in memory. value: org.apache.cocoon.components.language.markup.NamedLogicsheet@76a882 DEBUG (2001-10-30) 15:50.55:028 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@76a882 DEBUG (2001-10-30) 15:50.55:038 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Cache size=13 DEBUG (2001-10-30) 15:50.55:038 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of org.apache.cocoon.components.xslt.XSLTProcessorImpl. DEBUG (2001-10-30) 15:50.55:038 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: logger attribute is root.xslt DEBUG (2001-10-30) 15:50.55:038 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Holding object in memory. key: logicsheet:jar:file:C:\tomcat\webapps\zdam\WEB-INF\lib\cocoon- 2.0rc1.jar!/org/apache/cocoon/components/language/markup/xsp/java/cookie.xsl DEBUG (2001-10-30) 15:50.55:038 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Holding object in memory. value: org.apache.cocoon.components.language.markup.NamedLogicsheet@34d39c DEBUG (2001-10-30) 15:50.55:038 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@34d39c DEBUG (2001-10-30) 15:50.55:038 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Cache size=13 DEBUG (2001-10-30) 15:50.55:038 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of org.apache.cocoon.components.xslt.XSLTProcessorImpl. DEBUG (2001-10-30) 15:50.55:038 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: logger attribute is root.xslt DEBUG (2001-10-30) 15:50.55:038 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Holding object in memory. key: logicsheet:jar:file:C:\tomcat\webapps\zdam\WEB-INF\lib\cocoon- 2.0rc1.jar!/org/apache/cocoon/components/language/markup/xsp/java/esql.xsl DEBUG (2001-10-30) 15:50.55:038 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Holding object in memory. value: org.apache.cocoon.components.language.markup.NamedLogicsheet@7c468e DEBUG (2001-10-30) 15:50.55:048 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@7c468e DEBUG (2001-10-30) 15:50.55:048 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Cache size=13 DEBUG (2001-10-30) 15:50.55:048 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of org.apache.cocoon.components.xslt.XSLTProcessorImpl. DEBUG (2001-10-30) 15:50.55:048 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: logger attribute is root.xslt DEBUG (2001-10-30) 15:50.55:048 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Holding object in memory. key: logicsheet:jar:file:C:\tomcat\webapps\zdam\WEB-INF\lib\cocoon- 2.0rc1.jar!/org/apache/cocoon/components/language/markup/xsp/java/log.xsl DEBUG (2001-10-30) 15:50.55:048 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Holding object in memory. value: org.apache.cocoon.components.language.markup.NamedLogicsheet@269b6b DEBUG (2001-10-30) 15:50.55:048 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@269b6b DEBUG (2001-10-30) 15:50.55:048 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Cache size=13 DEBUG (2001-10-30) 15:50.55:048 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of org.apache.cocoon.components.xslt.XSLTProcessorImpl. DEBUG (2001-10-30) 15:50.55:048 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: logger attribute is root.xslt DEBUG (2001-10-30) 15:50.55:048 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Holding object in memory. key: logicsheet:jar:file:C:\tomcat\webapps\zdam\WEB-INF\lib\cocoon- 2.0rc1.jar!/org/apache/cocoon/components/language/markup/xsp/java/util.xsl DEBUG (2001-10-30) 15:50.55:048 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Holding object in memory. value: org.apache.cocoon.components.language.markup.NamedLogicsheet@1c5cd7 DEBUG (2001-10-30) 15:50.55:048 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@1c5cd7 DEBUG (2001-10-30) 15:50.55:048 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Cache size=13 DEBUG (2001-10-30) 15:50.55:058 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of org.apache.cocoon.components.xslt.XSLTProcessorImpl. DEBUG (2001-10-30) 15:50.55:058 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: logger attribute is root.xslt DEBUG (2001-10-30) 15:50.55:058 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Holding object in memory. key: logicsheet:jar:file:C:\tomcat\webapps\zdam\WEB-INF\lib\cocoon- 2.0rc1.jar!/org/apache/cocoon/components/language/markup/xsp/java/form- validator.xsl DEBUG (2001-10-30) 15:50.55:058 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Holding object in memory. value: org.apache.cocoon.components.language.markup.NamedLogicsheet@43153c DEBUG (2001-10-30) 15:50.55:058 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@43153c DEBUG (2001-10-30) 15:50.55:058 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Cache size=13 DEBUG (2001-10-30) 15:50.55:058 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of org.apache.cocoon.components.xslt.XSLTProcessorImpl. DEBUG (2001-10-30) 15:50.55:058 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: logger attribute is root.xslt DEBUG (2001-10-30) 15:50.55:058 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Holding object in memory. key: logicsheet:jar:file:C:\tomcat\webapps\zdam\WEB-INF\lib\cocoon- 2.0rc1.jar!/org/apache/cocoon/components/language/markup/xsp/java/capture.xsl DEBUG (2001-10-30) 15:50.55:058 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Holding object in memory. value: org.apache.cocoon.components.language.markup.NamedLogicsheet@2d4d40 DEBUG (2001-10-30) 15:50.55:058 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@2d4d40 DEBUG (2001-10-30) 15:50.55:058 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Cache size=13 DEBUG (2001-10-30) 15:50.55:068 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of org.apache.cocoon.components.xslt.XSLTProcessorImpl. DEBUG (2001-10-30) 15:50.55:068 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: logger attribute is root.xslt DEBUG (2001-10-30) 15:50.55:068 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Holding object in memory. key: logicsheet:file:C:\tomcat\webapps\zdam\WEB-INF\classes\com\zenark\zdam\xsp\zdam- util.xsl DEBUG (2001-10-30) 15:50.55:068 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Holding object in memory. value: org.apache.cocoon.components.language.markup.NamedLogicsheet@3c37f4 DEBUG (2001-10-30) 15:50.55:068 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@3c37f4 DEBUG (2001-10-30) 15:50.55:068 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Cache size=13 DEBUG (2001-10-30) 15:50.55:068 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractEnvironment: Resolving 'xsp/asset_categories.xsp' in context 'file:/C:/tomcat/webapps/zdam/' DEBUG (2001-10-30) 15:50.55:068 [cocoon ] (/zdam/asset_categories.html) Thread-14/URLFactoryImpl: Making URL from file:/C:\tomcat\webapps\zdam\xsp\asset_categories.xsp DEBUG (2001-10-30) 15:50.55:068 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractEnvironment: Resolved to 'file:/C:/tomcat/webapps/zdam/xsp/asset_categories.xsp' DEBUG (2001-10-30) 15:50.55:098 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Getting object from memory. Key: logicsheet:jar:file:C:\tomcat\webapps\zdam\WEB-INF\lib\cocoon- 2.0rc1.jar!/org/apache/cocoon/components/language/markup/xsp/java/request.xsl DEBUG (2001-10-30) 15:50.55:098 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractMarkupLanguage: AbstractMarkupLanguage addLogicsheetToList: logicsheetLocation jar:file:C:\tomcat\webapps\zdam\WEB-INF\lib\cocoon- 2.0rc1.jar!/org/apache/cocoon/components/language/markup/xsp/java/request.xsl, logicsheet instance org.apache.cocoon.components.language.markup.NamedLogicsheet@1450bd DEBUG (2001-10-30) 15:50.55:098 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractMarkupLanguage: AbstractMarkupLanguage addLogicsheetToList: logicsheetName jar:file:C:\tomcat\webapps\zdam\WEB-INF\lib\cocoon- 2.0rc1.jar!/org/apache/cocoon/components/language/markup/xsp/java/request.xsl DEBUG (2001-10-30) 15:50.55:198 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Getting object from memory. Key: logicsheet:jar:file:C:\tomcat\webapps\zdam\WEB-INF\lib\cocoon- 2.0rc1.jar!/org/apache/cocoon/components/language/markup/xsp/java/session.xsl DEBUG (2001-10-30) 15:50.55:198 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractMarkupLanguage: AbstractMarkupLanguage addLogicsheetToList: logicsheetLocation jar:file:C:\tomcat\webapps\zdam\WEB-INF\lib\cocoon- 2.0rc1.jar!/org/apache/cocoon/components/language/markup/xsp/java/session.xsl, logicsheet instance org.apache.cocoon.components.language.markup.NamedLogicsheet@76a882 DEBUG (2001-10-30) 15:50.55:198 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractMarkupLanguage: AbstractMarkupLanguage addLogicsheetToList: logicsheetName jar:file:C:\tomcat\webapps\zdam\WEB-INF\lib\cocoon- 2.0rc1.jar!/org/apache/cocoon/components/language/markup/xsp/java/session.xsl DEBUG (2001-10-30) 15:50.55:288 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Getting object from memory. Key: logicsheet:file:C:\tomcat\webapps\zdam\WEB-INF\classes\com\zenark\zdam\xsp\zdam- util.xsl DEBUG (2001-10-30) 15:50.55:288 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractMarkupLanguage: AbstractMarkupLanguage addLogicsheetToList: logicsheetLocation file:C:\tomcat\webapps\zdam\WEB- INF\classes\com\zenark\zdam\xsp\zdam-util.xsl, logicsheet instance org.apache.cocoon.components.language.markup.NamedLogicsheet@3c37f4 DEBUG (2001-10-30) 15:50.55:288 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractMarkupLanguage: AbstractMarkupLanguage addLogicsheetToList: logicsheetName file:C:\tomcat\webapps\zdam\WEB- INF\classes\com\zenark\zdam\xsp\zdam-util.xsl DEBUG (2001-10-30) 15:50.55:288 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractMarkupLanguage: AbstractMarkupLanguage addLogicsheetToList: adding dependency on file C:\tomcat\webapps\zdam\WEB- INF\classes\com\zenark\zdam\xsp\zdam-util.xsl DEBUG (2001-10-30) 15:50.55:719 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Holding object in memory. key: file:C:\tomcat\webapps\zdam\WEB-INF\classes\com\zenark\zdam\xsp\zdam-util.xsl DEBUG (2001-10-30) 15:50.55:719 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Holding object in memory. value: [Ljava.lang.Object;@3b625b DEBUG (2001-10-30) 15:50.55:719 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Object=[Ljava.lang.Object;@3b625b DEBUG (2001-10-30) 15:50.55:719 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Cache size=14 DEBUG (2001-10-30) 15:50.55:749 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractMarkupLanguage: Adding embedded logic sheet for session:jar:file:C:\tomcat\webapps\zdam\WEB-INF\lib\cocoon- 2.0rc1.jar!/org/apache/cocoon/components/language/markup/xsp/java/session.xsl DEBUG (2001-10-30) 15:50.55:749 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Getting object from memory. Key: logicsheet:jar:file:C:\tomcat\webapps\zdam\WEB-INF\lib\cocoon- 2.0rc1.jar!/org/apache/cocoon/components/language/markup/xsp/java/session.xsl DEBUG (2001-10-30) 15:50.55:749 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractMarkupLanguage: AbstractMarkupLanguage addLogicsheetToList: logicsheetLocation jar:file:C:\tomcat\webapps\zdam\WEB-INF\lib\cocoon- 2.0rc1.jar!/org/apache/cocoon/components/language/markup/xsp/java/session.xsl, logicsheet instance org.apache.cocoon.components.language.markup.NamedLogicsheet@76a882 DEBUG (2001-10-30) 15:50.55:749 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractMarkupLanguage: AbstractMarkupLanguage addLogicsheetToList: logicsheetName jar:file:C:\tomcat\webapps\zdam\WEB-INF\lib\cocoon- 2.0rc1.jar!/org/apache/cocoon/components/language/markup/xsp/java/session.xsl DEBUG (2001-10-30) 15:50.55:839 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractMarkupLanguage: Adding embedded logic sheet for xsp- request:jar:file:C:\tomcat\webapps\zdam\WEB-INF\lib\cocoon- 2.0rc1.jar!/org/apache/cocoon/components/language/markup/xsp/java/request.xsl DEBUG (2001-10-30) 15:50.55:839 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Getting object from memory. Key: logicsheet:jar:file:C:\tomcat\webapps\zdam\WEB-INF\lib\cocoon- 2.0rc1.jar!/org/apache/cocoon/components/language/markup/xsp/java/request.xsl DEBUG (2001-10-30) 15:50.55:839 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractMarkupLanguage: AbstractMarkupLanguage addLogicsheetToList: logicsheetLocation jar:file:C:\tomcat\webapps\zdam\WEB-INF\lib\cocoon- 2.0rc1.jar!/org/apache/cocoon/components/language/markup/xsp/java/request.xsl, logicsheet instance org.apache.cocoon.components.language.markup.NamedLogicsheet@1450bd DEBUG (2001-10-30) 15:50.55:839 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractMarkupLanguage: AbstractMarkupLanguage addLogicsheetToList: logicsheetName jar:file:C:\tomcat\webapps\zdam\WEB-INF\lib\cocoon- 2.0rc1.jar!/org/apache/cocoon/components/language/markup/xsp/java/request.xsl DEBUG (2001-10-30) 15:50.55:949 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Getting object from memory. Key: logicsheet:jar:file:C:\tomcat\webapps\zdam\WEB-INF\lib\cocoon- 2.0rc1.jar!/org/apache/cocoon/components/language/markup/xsp/java/xsp.xsl DEBUG (2001-10-30) 15:50.55:949 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractMarkupLanguage: AbstractMarkupLanguage addLogicsheetToList: logicsheetLocation jar:file:C:\tomcat\webapps\zdam\WEB-INF\lib\cocoon- 2.0rc1.jar!/org/apache/cocoon/components/language/markup/xsp/java/xsp.xsl, logicsheet instance org.apache.cocoon.components.language.markup.Logicsheet@294f62 DEBUG (2001-10-30) 15:50.55:949 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractMarkupLanguage: AbstractMarkupLanguage addLogicsheetToList: logicsheetName jar:file:C:\tomcat\webapps\zdam\WEB-INF\lib\cocoon- 2.0rc1.jar!/org/apache/cocoon/components/language/markup/xsp/java/xsp.xsl DEBUG (2001-10-30) 15:50.56:079 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Getting object from memory. Key: file:C:\tomcat\webapps\zdam\WEB-INF\classes\com\zenark\zdam\xsp\zdam-util.xsl DEBUG (2001-10-30) 15:50.56:730 [cocoon ] (/zdam/asset_categories.html) Thread-14/JavaLanguage: Compiling C:\tomcat\work\localhost_8080% 2Fzdam\org/apache/cocoon/www/xsp\asset_categories_xsp.java DEBUG (2001-10-30) 15:50.56:971 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of org.apache.cocoon.www.xsp.asset_categories_xsp. DEBUG (2001-10-30) 15:50.56:971 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: no logger attribute available, using standard logger DEBUG (2001-10-30) 15:50.56:971 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of org.apache.cocoon.www.xsp.asset_categories_xsp. DEBUG (2001-10-30) 15:50.56:971 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: no logger attribute available, using standard logger DEBUG (2001-10-30) 15:50.56:971 [cocoon ] (/zdam/asset_categories.html) Thread-14/PoolableComponentHandler: ComponentHandler initialized for: org.apache.cocoon.www.xsp.asset_categories_xsp DEBUG (2001-10-30) 15:50.56:971 [cocoon ] (/zdam/asset_categories.html) Thread-14/GeneratorSelector: Adding org.apache.cocoon.www.xsp.asset_categories_xsp for org\apache\cocoon\www\xsp\asset_categories_xsp DEBUG (2001-10-30) 15:50.56:971 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: ComponentFactory decommissioning instance of org.apache.cocoon.components.language.markup.xsp.XSPMarkupLanguage. DEBUG (2001-10-30) 15:50.56:971 [cocoon ] (/zdam/asset_categories.html) Thread-14/ExcaliburComponentSelector: UnnamedSelector: ComponentSelector could not find the component for hint: org\apache\cocoon\www\xsp\asset_categories_xsp DEBUG (2001-10-30) 15:50.56:971 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Retrieving a org.apache.cocoon.www.xsp.asset_categories_xsp from the pool DEBUG (2001-10-30) 15:50.56:971 [cocoon ] (/zdam/asset_categories.html) Thread-14/I18nTransformer: I18nTransformer: catalog location:translations DEBUG (2001-10-30) 15:50.56:971 [cocoon ] (/zdam/asset_categories.html) Thread-14/URLFactoryImpl: Making URL from file:/C:\tomcat\webapps\zdam\translations DEBUG (2001-10-30) 15:50.56:971 [cocoon ] (/zdam/asset_categories.html) Thread-14/I18nTransformer: I18nTransformer: catalog directory:file:/C:/tomcat/webapps/zdam/translations DEBUG (2001-10-30) 15:50.56:971 [cocoon ] (/zdam/asset_categories.html) Thread-14/XMLResourceBundleFactory: XMLResourceBundleFactory configured with: cacheAtStartup = false, directory = 'file:/C:/tomcat/webapps/zdam/translations' DEBUG (2001-10-30) 15:50.56:981 [cocoon ] (/zdam/asset_categories.html) Thread-14/I18nTransformer: I18nTransformer: configured DEBUG (2001-10-30) 15:50.56:981 [cocoon ] (/zdam/asset_categories.html) Thread-14/I18nTransformer: I18nTransformer: using locale en_IE DEBUG (2001-10-30) 15:50.56:981 [cocoon ] (/zdam/asset_categories.html) Thread-14/XMLResourceBundleFactory: _getBundle: messages, locale en_IE DEBUG (2001-10-30) 15:50.56:981 [cocoon ] (/zdam/asset_categories.html) Thread-14/XMLResourceBundleFactory: Resolving bundle name to file name: messages, locale en_IE --> file:/C:/tomcat/webapps/zdam/translations/messages_en_IE.xml DEBUG (2001-10-30) 15:50.56:981 [cocoon ] (/zdam/asset_categories.html) Thread-14/XMLResourceBundleFactory: Returning from cache: file:/C:/tomcat/webapps/zdam/translations/messages_en_IE.xml DEBUG (2001-10-30) 15:50.56:981 [cocoon ] (/zdam/asset_categories.html) Thread-14/I18nTransformer: I18nTransformer: selected dictionary org.apache.cocoon.i18n.XMLResourceBundle@6dba0a DEBUG (2001-10-30) 15:50.56:981 [cocoon ] (/zdam/asset_categories.html) Thread-14/URLFactoryImpl: Making URL from file:/C:\tomcat\webapps\zdam\stylesheets\zdam2html.xsl DEBUG (2001-10-30) 15:50.56:981 [cocoon ] (/zdam/asset_categories.html) Thread-14/TraxTransformer: Using stylesheet: 'file:/C:/tomcat/webapps/zdam/stylesheets/zdam2html.xsl' in org.apache.cocoon.transformation.TraxTransformer@7f4fbb, last modified: 1004456513129 DEBUG (2001-10-30) 15:50.56:981 [cocoon ] (/zdam/asset_categories.html) Thread-14/MRUMemoryStore: Getting object from memory. Key: file:/C:/tomcat/webapps/zdam/stylesheets/zdam2html.xsl DEBUG (2001-10-30) 15:50.57:011 [cocoon ] (/zdam/asset_categories.html) Thread-14/ContentAggregator: ContentAggregator: generating aggregated content DEBUG (2001-10-30) 15:50.57:011 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Returning a org.apache.cocoon.www.xsp.banner_xsp to the pool DEBUG (2001-10-30) 15:50.57:011 [cocoon ] (/zdam/asset_categories.html) Thread-14/CachingEventPipeline: Recycling of CachingEventPipeline DEBUG (2001-10-30) 15:50.57:011 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Returning a org.apache.cocoon.generation.ServerPagesGenerator to the pool DEBUG (2001-10-30) 15:50.57:011 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Returning a org.apache.cocoon.components.pipeline.CachingEventPipeline to the pool DEBUG (2001-10-30) 15:50.57:011 [cocoon ] (/zdam/asset_categories.html) Thread-14/CachingStreamPipeline: Recycling of CachingStreamPipeline DEBUG (2001-10-30) 15:50.57:011 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Returning a org.apache.cocoon.serialization.XMLSerializer to the pool DEBUG (2001-10-30) 15:50.57:011 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Returning a org.apache.cocoon.components.pipeline.CachingStreamPipeline to the pool DEBUG (2001-10-30) 15:50.57:011 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Returning a org.apache.cocoon.www.xsp.sidebar_xsp to the pool DEBUG (2001-10-30) 15:50.57:011 [cocoon ] (/zdam/asset_categories.html) Thread-14/CachingEventPipeline: Recycling of CachingEventPipeline DEBUG (2001-10-30) 15:50.57:011 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Returning a org.apache.cocoon.generation.ServerPagesGenerator to the pool DEBUG (2001-10-30) 15:50.57:011 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Returning a org.apache.cocoon.components.pipeline.CachingEventPipeline to the pool DEBUG (2001-10-30) 15:50.57:011 [cocoon ] (/zdam/asset_categories.html) Thread-14/CachingStreamPipeline: Recycling of CachingStreamPipeline DEBUG (2001-10-30) 15:50.57:011 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Returning a org.apache.cocoon.serialization.XMLSerializer to the pool DEBUG (2001-10-30) 15:50.57:011 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Returning a org.apache.cocoon.components.pipeline.CachingStreamPipeline to the pool DEBUG (2001-10-30) 15:50.57:011 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Returning a org.apache.cocoon.www.xsp.asset_categories_xsp to the pool DEBUG (2001-10-30) 15:50.57:011 [cocoon ] (/zdam/asset_categories.html) Thread-14/CachingEventPipeline: Recycling of CachingEventPipeline DEBUG (2001-10-30) 15:50.57:011 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Returning a org.apache.cocoon.generation.ServerPagesGenerator to the pool DEBUG (2001-10-30) 15:50.57:011 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Returning a org.apache.cocoon.components.pipeline.CachingEventPipeline to the pool DEBUG (2001-10-30) 15:50.57:011 [cocoon ] (/zdam/asset_categories.html) Thread-14/CachingStreamPipeline: Recycling of CachingStreamPipeline DEBUG (2001-10-30) 15:50.57:011 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Returning a org.apache.cocoon.serialization.XMLSerializer to the pool DEBUG (2001-10-30) 15:50.57:011 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Returning a org.apache.cocoon.components.pipeline.CachingStreamPipeline to the pool DEBUG (2001-10-30) 15:50.57:051 [cocoon ] (/zdam/asset_categories.html) Thread-14/AbstractXMLPipe: Exception in endDocument java.lang.RuntimeException: Connection aborted by peer: socket write error at org.apache.xalan.transformer.TransformerImpl.run (TransformerImpl.java:3170) at org.apache.xalan.transformer.TransformerHandlerImpl.endDocument (TransformerHandlerImpl.java:433) at org.apache.cocoon.xml.AbstractXMLPipe.endDocument(Unknown Source) at org.apache.cocoon.xml.AbstractXMLPipe.endDocument(Unknown Source) at org.apache.cocoon.sitemap.ContentAggregator.generate(Unknown Source) at org.apache.cocoon.components.pipeline.CachingEventPipeline.process (Unknown Source) at org.apache.cocoon.components.pipeline.CachingStreamPipeline.process (Unknown Source) at org.apache.cocoon.www.sitemap_xmap.wildcardMatchN4002CB (sitemap_xmap.java:2868) at org.apache.cocoon.www.sitemap_xmap.process(sitemap_xmap.java:1418) at org.apache.cocoon.www.sitemap_xmap.process(sitemap_xmap.java:1244) at org.apache.cocoon.sitemap.Handler.process(Unknown Source) at org.apache.cocoon.sitemap.Manager.invoke(Unknown Source) at org.apache.cocoon.Cocoon.process(Unknown Source) at org.apache.cocoon.servlet.CocoonServlet.service(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.tomcat.core.ServletWrapper.doService (ServletWrapper.java:404) at org.apache.tomcat.core.Handler.service(Handler.java:286) at org.apache.tomcat.core.ServletWrapper.service (ServletWrapper.java:372) at org.apache.tomcat.core.ContextManager.internalService (ContextManager.java:797) at org.apache.tomcat.core.ContextManager.service (ContextManager.java:743) at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection (HttpConnectionHandler.java:210) at org.apache.tomcat.service.TcpWorkerThread.runIt (PoolTcpEndpoint.java:416) at org.apache.tomcat.util.ThreadPool$ControlRunnable.run (ThreadPool.java:498) at java.lang.Thread.run(Thread.java:484) DEBUG (2001-10-30) 15:50.57:051 [cocoon ] (/zdam/asset_categories.html) Thread-14/ContentAggregator: ContentAggregator: finished aggregating content DEBUG (2001-10-30) 15:50.57:051 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultComponentFactory: ComponentFactory decommissioning instance of com.zenark.zdam.cocoon.action.CheckLoginAction. DEBUG (2001-10-30) 15:50.57:051 [cocoon ] (/zdam/asset_categories.html) Thread-14/CachingEventPipeline: Recycling of CachingEventPipeline DEBUG (2001-10-30) 15:50.57:051 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Returning a org.apache.cocoon.sitemap.ContentAggregator to the pool DEBUG (2001-10-30) 15:50.57:051 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Returning a org.apache.cocoon.transformation.I18nTransformer to the pool DEBUG (2001-10-30) 15:50.57:051 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Returning a org.apache.cocoon.transformation.TraxTransformer to the pool DEBUG (2001-10-30) 15:50.57:051 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Returning a org.apache.cocoon.components.pipeline.CachingEventPipeline to the pool DEBUG (2001-10-30) 15:50.57:051 [cocoon ] (/zdam/asset_categories.html) Thread-14/CachingStreamPipeline: Recycling of CachingStreamPipeline DEBUG (2001-10-30) 15:50.57:051 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Returning a org.apache.cocoon.serialization.HTMLSerializer to the pool DEBUG (2001-10-30) 15:50.57:051 [cocoon ] (/zdam/asset_categories.html) Thread-14/DefaultPool: Returning a org.apache.cocoon.components.pipeline.CachingStreamPipeline to the pool --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]