You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2001/10/26 11:16:45 UTC

DO NOT REPLY [Bug 4438] New: - Deadlock? in redirect after returning from action

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

           Summary: Deadlock? in redirect after returning from action
           Product: Cocoon 2
           Version: 2.0rc1
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: sitemap components
        AssignedTo: cocoon-dev@xml.apache.org
        ReportedBy: ageissel@zenark.com


Hi,

I have a realtively standard sitemap configuration that executes an action 
(database update), which on success redirects to the onward destination. All 
appears to execute correctly (in logic/generated code), but Cocoon appears to 
be deadlocked and fails to serve the destination. The browser eventually times-
out and cocoon registers an exception.

Included below are the appropriate sitemap fragments and log-file extracts.
Many thanks,
Adrian

=================== Sitemap extract : =================================
   <map:match pattern="update_*.html">
     <map:act type="locale"/>
     <map:act type="check-login">
       <map:act type="get-update-mode">
         <!-- HACK to support dynamically selected actions -->
         <map:act type='"+substitute(listOfMaps, "update-{../../1}")+"'>
           <map:redirect-to uri="{redirect-uri}"/>
         </map:act>
         <map:aggregate>
           <map:part src="cocoon:/banner.xml"/>
           <map:part src="cocoon:/sidebar.xml"/>
           <map:part src="cocoon:/{../../1}.form?mode={update-mode}"/>
         </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 extract ===============================

===================  Log file extract: ================================
DEBUG   (2001-10-26) 09:02.27:477   [cocoon  ] (/zdam/update_asset.html) Thread-
15/DbUpdateAsset: Redirecting to 'asset_categories.html'
DEBUG   (2001-10-26) 09:02.27:477   [cocoon  ] (/zdam/update_asset.html) Thread-
15/AbstractSitemap: Substitute evaluated value for 1 as asset
DEBUG   (2001-10-26) 09:02.27:477   [cocoon  ] (/zdam/update_asset.html) Thread-
15/sitemap_xmap: Action update-asset
DEBUG   (2001-10-26) 09:02.27:477   [cocoon  ] (/zdam/update_asset.html) Thread-
15/sitemap_xmap: Sitemap: session='false', redirecting to '{redirect-uri}'
DEBUG   (2001-10-26) 09:02.27:477   [cocoon  ] (/zdam/update_asset.html) Thread-
15/AbstractSitemap: Substitute evaluated value for redirect-uri as 
asset_categories.html
DEBUG   (2001-10-26) 09:02.27:587   [cocoon  ] (/zdam/update_asset.html) Thread-
15/DefaultComponentFactory: ComponentFactory decommissioning instance of 
com.zenark.zdam.cocoon.action.DbUpdateAsset.
DEBUG   (2001-10-26) 09:02.27:587   [cocoon  ] (/zdam/update_asset.html) Thread-
15/DefaultComponentFactory: ComponentFactory decommissioning instance of 
com.zenark.zdam.cocoon.action.GetUpdateMode.
DEBUG   (2001-10-26) 09:02.27:587   [cocoon  ] (/zdam/update_asset.html) Thread-
15/DefaultComponentFactory: ComponentFactory decommissioning instance of 
com.zenark.zdam.cocoon.action.CheckLoginAction.
DEBUG   (2001-10-26) 09:02.27:597   [cocoon  ] (/zdam/update_asset.html) Thread-
15/CachingEventPipeline: Recycling of CachingEventPipeline
DEBUG   (2001-10-26) 09:02.27:597   [cocoon  ] (/zdam/update_asset.html) Thread-
15/DefaultPool: Returning a 
org.apache.cocoon.components.pipeline.CachingEventPipeline to the pool
DEBUG   (2001-10-26) 09:02.27:597   [cocoon  ] (/zdam/update_asset.html) Thread-
15/CachingStreamPipeline: Recycling of CachingStreamPipeline
DEBUG   (2001-10-26) 09:02.27:597   [cocoon  ] (/zdam/update_asset.html) Thread-
15/DefaultPool: Returning a 
org.apache.cocoon.components.pipeline.CachingStreamPipeline to the pool

###### THIS IS THE POINT AT WHICH THE BROWSER IS WAITING FOR THE NEXT PAGE

DEBUG   (2001-10-26) 09:07.27:599   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/Cocoon: DEBUGGING INFORMATION:
REQUEST: /zdam/asset_categories.html

CONTEXT PATH: /zdam
SERVLET PATH: /asset_categories.html
PATH INFO: null

REMOTE HOST: SKINNER
REMOTE ADDRESS: 193.120.120.5
REMOTE USER: null
REQUEST SESSION ID: 5al3j6j7u1
REQUEST PREFERRED LOCALE: en_IE
SERVER HOST: skinner
SERVER PORT: 8080

METHOD: GET
CONTENT LENGTH: -1
PROTOCOL: HTTP/1.1

SCHEME: http
AUTH TYPE: null

CURRENT ACTIVE REQUESTS: 1
MAXIMUM ACTIVE REQUESTS: 1

REQUEST PARAMETERS:


SESSION ATTRIBUTES:

PARAM: 'zdam-user-name' VALUE: 'Guest'
PARAM: 'zdam-user-id' VALUE: '9'
PARAM: 'zdam-login-id' VALUE: 'guest'
PARAM: 'zdam-user-sid' VALUE: 'SID:{9}'

DEBUG   (2001-10-26) 09:07.27:599   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Retrieving a 
org.apache.cocoon.components.pipeline.CachingEventPipeline from the pool
DEBUG   (2001-10-26) 09:07.27:599   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Retrieving a 
org.apache.cocoon.components.pipeline.CachingStreamPipeline from the pool
DEBUG   (2001-10-26) 09:07.27:599   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/sitemap_xmap: Matched wildcardmatcher_wildcard_N4002D3 pattern:*.html
DEBUG   (2001-10-26) 09:07.27:599   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/LocaleAction: org.apache.cocoon.acting.LocaleAction: obtained locale 
information, locale = en_IE
DEBUG   (2001-10-26) 09:07.27:599   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/LocaleAction: org.apache.cocoon.acting.LocaleAction: language = en, 
country = IE, variant = 
DEBUG   (2001-10-26) 09:07.27:599   [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-26) 09:07.27:599   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/LocaleAction: org.apache.cocoon.acting.LocaleAction: returning map 
for XPath substitutions
DEBUG   (2001-10-26) 09:07.27:599   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
com.zenark.zdam.cocoon.action.CheckLoginAction.
DEBUG   (2001-10-26) 09:07.27:599   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/sitemap_xmap: Action check-login
DEBUG   (2001-10-26) 09:07.27:599   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/sitemap_xmap: Component generator:!content-aggregator!(emptyParam)
DEBUG   (2001-10-26) 09:07.27:599   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Retrieving a org.apache.cocoon.sitemap.ContentAggregator 
from the pool
DEBUG   (2001-10-26) 09:07.27:599   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/ContentAggregator: ContentAggregator: root element='page' 
ns='zenark.com/zdam' prefix=''
DEBUG   (2001-10-26) 09:07.27:599   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/ContentAggregator: ContentAggregator: part uri='cocoon:/banner.xml' 
element='' ns='' stripRootElement='' prefix=''
DEBUG   (2001-10-26) 09:07.27:599   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/ContentAggregator: ContentAggregator: part uri='cocoon:/sidebar.xml' 
element='' ns='' stripRootElement='' prefix=''
DEBUG   (2001-10-26) 09:07.27:599   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/AbstractSitemap: Substitute evaluated value for 1 as asset_categories
DEBUG   (2001-10-26) 09:07.27:599   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/ContentAggregator: ContentAggregator: part 
uri='cocoon:/asset_categories.xml' element='' ns='' stripRootElement='' 
prefix=''
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/sitemap_xmap: Component transformer:i18n(emptyParam)
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Retrieving a 
org.apache.cocoon.transformation.I18nTransformer from the pool
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/sitemap_xmap: Component transformer:xslt(emptyParam)
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/sitemap_xmap: Source=stylesheets/zdam2html.xsl
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Retrieving a 
org.apache.cocoon.transformation.TraxTransformer from the pool
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/sitemap_xmap: Component serializer:html(emptyParam)
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Retrieving a 
org.apache.cocoon.serialization.HTMLSerializer from the pool
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Retrieving a 
org.apache.cocoon.components.pipeline.CachingEventPipeline from the pool
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Retrieving a 
org.apache.cocoon.components.pipeline.CachingStreamPipeline from the pool
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/EnvironmentWrapper: Setting uri (prefix=null, uris=banner.xml)
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/sitemap_xmap: processing internal sitemap request
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/sitemap_xmap: Matched wildcardmatcher_wildcard_N400190 
pattern:banner.xml
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/sitemap_xmap: Component generator:serverpages(emptyParam)
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/sitemap_xmap: Source=xsp/banner.xsp
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Retrieving a 
org.apache.cocoon.generation.ServerPagesGenerator from the pool
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/sitemap_xmap: Component serializer:xml(emptyParam)
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Retrieving a 
org.apache.cocoon.serialization.XMLSerializer from the pool
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/AbstractEnvironment: Set the URI Prefix (OLD=, NEW=)
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/AbstractEnvironment: Resolving 'xsp/banner.xsp' in 
context 'file:/C:/tomcat/webapps/zdam/'
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/URLFactoryImpl: Making URL from 
file:/C:\tomcat\webapps\zdam\xsp\banner.xsp
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/AbstractEnvironment: Resolved 
to 'file:/C:/tomcat/webapps/zdam/xsp/banner.xsp'
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/AbstractEnvironment: Resolving 'xsp/banner.xsp' in 
context 'file:/C:/tomcat/webapps/zdam/'
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/URLFactoryImpl: Making URL from 
file:/C:\tomcat\webapps\zdam\xsp\banner.xsp
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/AbstractEnvironment: Resolved 
to 'file:/C:/tomcat/webapps/zdam/xsp/banner.xsp'
DEBUG   (2001-10-26) 09:07.27:609   [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-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Retrieving a org.apache.cocoon.www.xsp.banner_xsp from 
the pool
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Retrieving a 
org.apache.cocoon.components.pipeline.CachingEventPipeline from the pool
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Retrieving a 
org.apache.cocoon.components.pipeline.CachingStreamPipeline from the pool
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/EnvironmentWrapper: Setting uri (prefix=null, uris=sidebar.xml)
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/sitemap_xmap: processing internal sitemap request
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/sitemap_xmap: Matched wildcardmatcher_wildcard_N4001A6 pattern:*.xml
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/sitemap_xmap: Component generator:serverpages(emptyParam)
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/sitemap_xmap: Source=xsp/{1}.xsp
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/AbstractSitemap: Substitute evaluated value for 1 as sidebar
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Retrieving a 
org.apache.cocoon.generation.ServerPagesGenerator from the pool
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/sitemap_xmap: Component serializer:xml(emptyParam)
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Retrieving a 
org.apache.cocoon.serialization.XMLSerializer from the pool
DEBUG   (2001-10-26) 09:07.27:609   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/AbstractEnvironment: Set the URI Prefix (OLD=, NEW=)
DEBUG   (2001-10-26) 09:07.27:619   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/AbstractEnvironment: Resolving 'xsp/sidebar.xsp' in 
context 'file:/C:/tomcat/webapps/zdam/'
DEBUG   (2001-10-26) 09:07.27:619   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/URLFactoryImpl: Making URL from 
file:/C:\tomcat\webapps\zdam\xsp\sidebar.xsp
DEBUG   (2001-10-26) 09:07.27:619   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/AbstractEnvironment: Resolved 
to 'file:/C:/tomcat/webapps/zdam/xsp/sidebar.xsp'
DEBUG   (2001-10-26) 09:07.27:619   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/AbstractEnvironment: Resolving 'xsp/sidebar.xsp' in 
context 'file:/C:/tomcat/webapps/zdam/'
DEBUG   (2001-10-26) 09:07.27:619   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/URLFactoryImpl: Making URL from 
file:/C:\tomcat\webapps\zdam\xsp\sidebar.xsp
DEBUG   (2001-10-26) 09:07.27:619   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/AbstractEnvironment: Resolved 
to 'file:/C:/tomcat/webapps/zdam/xsp/sidebar.xsp'
DEBUG   (2001-10-26) 09:07.27:619   [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-26) 09:07.27:619   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/GeneratorSelector: Could not access component for hint: 
org\apache\cocoon\www\xsp\sidebar_xsp
DEBUG   (2001-10-26) 09:07.27:619   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/ProgramGeneratorImpl: The instance was not accessible from the 
internal cache. Proceeding.
DEBUG   (2001-10-26) 09:07.27:659   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.www.xsp.sidebar_xsp.
DEBUG   (2001-10-26) 09:07.27:659   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: no logger attribute available, using 
standard logger
DEBUG   (2001-10-26) 09:07.27:669   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.www.xsp.sidebar_xsp.
DEBUG   (2001-10-26) 09:07.27:669   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: no logger attribute available, using 
standard logger
DEBUG   (2001-10-26) 09:07.27:669   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/PoolableComponentHandler: ComponentHandler initialized for: 
org.apache.cocoon.www.xsp.sidebar_xsp
DEBUG   (2001-10-26) 09:07.27:669   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/GeneratorSelector: Adding org.apache.cocoon.www.xsp.sidebar_xsp for 
org\apache\cocoon\www\xsp\sidebar_xsp
DEBUG   (2001-10-26) 09:07.27:669   [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-26) 09:07.27:669   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Retrieving a org.apache.cocoon.www.xsp.sidebar_xsp from 
the pool
DEBUG   (2001-10-26) 09:07.27:669   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Returning a org.apache.cocoon.www.xsp.sidebar_xsp to the 
pool
DEBUG   (2001-10-26) 09:07.27:669   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory decommissioning instance of 
org.apache.cocoon.www.xsp.sidebar_xsp.
DEBUG   (2001-10-26) 09:07.27:669   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory decommissioning instance of 
org.apache.cocoon.www.xsp.sidebar_xsp.
DEBUG   (2001-10-26) 09:07.27:679   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/GeneratorSelector: Removing 
org.apache.avalon.excalibur.component.PoolableComponentHandler for 
org\apache\cocoon\www\xsp\sidebar_xsp
DEBUG   (2001-10-26) 09:07.27:679   [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-26) 09:07.27:679   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/GeneratorSelector: Could not access component for hint: 
org\apache\cocoon\www\xsp\sidebar_xsp
DEBUG   (2001-10-26) 09:07.27:679   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/ProgramGeneratorImpl: Creating resource 
org.apache.cocoon.www.xsp.sidebar_xsp, using generator 
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl@57fb52
DEBUG   (2001-10-26) 09:07.27:679   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.components.language.markup.xsp.XSPMarkupLanguage.
DEBUG   (2001-10-26) 09:07.27:679   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: no logger attribute available, using 
standard logger
DEBUG   (2001-10-26) 09:07.27:689   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.components.xslt.XSLTProcessorImpl.
DEBUG   (2001-10-26) 09:07.27:689   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: logger attribute is root.xslt
DEBUG   (2001-10-26) 09:07.27:689   [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-26) 09:07.27:689   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Holding object in memory. value: 
org.apache.cocoon.components.language.markup.Logicsheet@65ace9
DEBUG   (2001-10-26) 09:07.27:689   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: 
Object=org.apache.cocoon.components.language.markup.Logicsheet@65ace9
DEBUG   (2001-10-26) 09:07.27:689   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Cache size=13
DEBUG   (2001-10-26) 09:07.27:699   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.components.xslt.XSLTProcessorImpl.
DEBUG   (2001-10-26) 09:07.27:699   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: logger attribute is root.xslt
DEBUG   (2001-10-26) 09:07.27:699   [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-26) 09:07.27:699   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Holding object in memory. value: 
org.apache.cocoon.components.language.markup.NamedLogicsheet@7e5619
DEBUG   (2001-10-26) 09:07.27:699   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: 
Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@7e5619
DEBUG   (2001-10-26) 09:07.27:699   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Cache size=13
DEBUG   (2001-10-26) 09:07.27:699   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.components.xslt.XSLTProcessorImpl.
DEBUG   (2001-10-26) 09:07.27:699   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: logger attribute is root.xslt
DEBUG   (2001-10-26) 09:07.27:699   [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-26) 09:07.27:699   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Holding object in memory. value: 
org.apache.cocoon.components.language.markup.NamedLogicsheet@1ce47a
DEBUG   (2001-10-26) 09:07.27:699   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: 
Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@1ce47a
DEBUG   (2001-10-26) 09:07.27:699   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Cache size=13
DEBUG   (2001-10-26) 09:07.27:709   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.components.xslt.XSLTProcessorImpl.
DEBUG   (2001-10-26) 09:07.27:709   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: logger attribute is root.xslt
DEBUG   (2001-10-26) 09:07.27:709   [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-26) 09:07.27:709   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Holding object in memory. value: 
org.apache.cocoon.components.language.markup.NamedLogicsheet@5780d9
DEBUG   (2001-10-26) 09:07.27:709   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: 
Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@5780d9
DEBUG   (2001-10-26) 09:07.27:709   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Cache size=13
DEBUG   (2001-10-26) 09:07.27:709   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.components.xslt.XSLTProcessorImpl.
DEBUG   (2001-10-26) 09:07.27:709   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: logger attribute is root.xslt
DEBUG   (2001-10-26) 09:07.27:709   [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-26) 09:07.27:709   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Holding object in memory. value: 
org.apache.cocoon.components.language.markup.NamedLogicsheet@37edd3
DEBUG   (2001-10-26) 09:07.27:709   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: 
Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@37edd3
DEBUG   (2001-10-26) 09:07.27:709   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Cache size=13
DEBUG   (2001-10-26) 09:07.27:709   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.components.xslt.XSLTProcessorImpl.
DEBUG   (2001-10-26) 09:07.27:709   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: logger attribute is root.xslt
DEBUG   (2001-10-26) 09:07.27:709   [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-26) 09:07.27:709   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Holding object in memory. value: 
org.apache.cocoon.components.language.markup.NamedLogicsheet@4c5436
DEBUG   (2001-10-26) 09:07.27:719   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: 
Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@4c5436
DEBUG   (2001-10-26) 09:07.27:719   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Cache size=13
DEBUG   (2001-10-26) 09:07.27:719   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.components.xslt.XSLTProcessorImpl.
DEBUG   (2001-10-26) 09:07.27:719   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: logger attribute is root.xslt
DEBUG   (2001-10-26) 09:07.27:719   [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-26) 09:07.27:719   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Holding object in memory. value: 
org.apache.cocoon.components.language.markup.NamedLogicsheet@3b6086
DEBUG   (2001-10-26) 09:07.27:719   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: 
Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@3b6086
DEBUG   (2001-10-26) 09:07.27:719   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Cache size=13
DEBUG   (2001-10-26) 09:07.27:719   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.components.xslt.XSLTProcessorImpl.
DEBUG   (2001-10-26) 09:07.27:719   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: logger attribute is root.xslt
DEBUG   (2001-10-26) 09:07.27:719   [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-26) 09:07.27:719   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Holding object in memory. value: 
org.apache.cocoon.components.language.markup.NamedLogicsheet@1d2066
DEBUG   (2001-10-26) 09:07.27:719   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: 
Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@1d2066
DEBUG   (2001-10-26) 09:07.27:729   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Cache size=13
DEBUG   (2001-10-26) 09:07.27:729   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.components.xslt.XSLTProcessorImpl.
DEBUG   (2001-10-26) 09:07.27:729   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: logger attribute is root.xslt
DEBUG   (2001-10-26) 09:07.27:729   [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-26) 09:07.27:729   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Holding object in memory. value: 
org.apache.cocoon.components.language.markup.NamedLogicsheet@5afa2c
DEBUG   (2001-10-26) 09:07.27:729   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: 
Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@5afa2c
DEBUG   (2001-10-26) 09:07.27:729   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Cache size=13
DEBUG   (2001-10-26) 09:07.27:729   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.components.xslt.XSLTProcessorImpl.
DEBUG   (2001-10-26) 09:07.27:729   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: logger attribute is root.xslt
DEBUG   (2001-10-26) 09:07.27:729   [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-26) 09:07.27:729   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Holding object in memory. value: 
org.apache.cocoon.components.language.markup.NamedLogicsheet@44795e
DEBUG   (2001-10-26) 09:07.27:729   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: 
Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@44795e
DEBUG   (2001-10-26) 09:07.27:729   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Cache size=13
DEBUG   (2001-10-26) 09:07.27:729   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.components.xslt.XSLTProcessorImpl.
DEBUG   (2001-10-26) 09:07.27:729   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: logger attribute is root.xslt
DEBUG   (2001-10-26) 09:07.27:729   [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-26) 09:07.27:729   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Holding object in memory. value: 
org.apache.cocoon.components.language.markup.NamedLogicsheet@1c19e6
DEBUG   (2001-10-26) 09:07.27:739   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: 
Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@1c19e6
DEBUG   (2001-10-26) 09:07.27:739   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Cache size=13
DEBUG   (2001-10-26) 09:07.27:739   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/AbstractEnvironment: Resolving 'xsp/sidebar.xsp' in 
context 'file:/C:/tomcat/webapps/zdam/'
DEBUG   (2001-10-26) 09:07.27:739   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/URLFactoryImpl: Making URL from 
file:/C:\tomcat\webapps\zdam\xsp\sidebar.xsp
DEBUG   (2001-10-26) 09:07.27:739   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/AbstractEnvironment: Resolved 
to 'file:/C:/tomcat/webapps/zdam/xsp/sidebar.xsp'
DEBUG   (2001-10-26) 09:07.27:739   [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-26) 09:07.27:739   [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@65ace9
DEBUG   (2001-10-26) 09:07.27:739   [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-26) 09:07.28:130   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/JavaLanguage: Compiling C:\tomcat\work\localhost_8080%
2Fzdam\org/apache/cocoon/www/xsp\sidebar_xsp.java
DEBUG   (2001-10-26) 09:07.28:320   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.www.xsp.sidebar_xsp.
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: no logger attribute available, using 
standard logger
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.www.xsp.sidebar_xsp.
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: no logger attribute available, using 
standard logger
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/PoolableComponentHandler: ComponentHandler initialized for: 
org.apache.cocoon.www.xsp.sidebar_xsp
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/GeneratorSelector: Adding org.apache.cocoon.www.xsp.sidebar_xsp for 
org\apache\cocoon\www\xsp\sidebar_xsp
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory decommissioning instance of 
org.apache.cocoon.components.language.markup.xsp.XSPMarkupLanguage.
DEBUG   (2001-10-26) 09:07.28:330   [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-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Retrieving a org.apache.cocoon.www.xsp.sidebar_xsp from 
the pool
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Retrieving a 
org.apache.cocoon.components.pipeline.CachingEventPipeline from the pool
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Retrieving a 
org.apache.cocoon.components.pipeline.CachingStreamPipeline from the pool
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/EnvironmentWrapper: Setting uri (prefix=null, 
uris=asset_categories.xml)
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/sitemap_xmap: processing internal sitemap request
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/sitemap_xmap: Matched wildcardmatcher_wildcard_N4001A6 pattern:*.xml
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/sitemap_xmap: Component generator:serverpages(emptyParam)
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/sitemap_xmap: Source=xsp/{1}.xsp
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/AbstractSitemap: Substitute evaluated value for 1 as asset_categories
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.generation.ServerPagesGenerator.
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: no logger attribute available, using 
standard logger
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.generation.ServerPagesGenerator.
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: no logger attribute available, using 
standard logger
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Retrieving a 
org.apache.cocoon.generation.ServerPagesGenerator from the pool
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/sitemap_xmap: Component serializer:xml(emptyParam)
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.serialization.XMLSerializer.
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: no logger attribute available, using 
standard logger
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.serialization.XMLSerializer.
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: no logger attribute available, using 
standard logger
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Retrieving a 
org.apache.cocoon.serialization.XMLSerializer from the pool
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/AbstractEnvironment: Set the URI Prefix (OLD=, NEW=)
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/AbstractEnvironment: Resolving 'xsp/asset_categories.xsp' in 
context 'file:/C:/tomcat/webapps/zdam/'
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/URLFactoryImpl: Making URL from 
file:/C:\tomcat\webapps\zdam\xsp\asset_categories.xsp
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/AbstractEnvironment: Resolved 
to 'file:/C:/tomcat/webapps/zdam/xsp/asset_categories.xsp'
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/AbstractEnvironment: Resolving 'xsp/asset_categories.xsp' in 
context 'file:/C:/tomcat/webapps/zdam/'
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/URLFactoryImpl: Making URL from 
file:/C:\tomcat\webapps\zdam\xsp\asset_categories.xsp
DEBUG   (2001-10-26) 09:07.28:330   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/AbstractEnvironment: Resolved 
to 'file:/C:/tomcat/webapps/zdam/xsp/asset_categories.xsp'
DEBUG   (2001-10-26) 09:07.28:330   [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-26) 09:07.28:330   [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-26) 09:07.28:340   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/ProgramGeneratorImpl: The instance was not accessible from the 
internal cache. Proceeding.
DEBUG   (2001-10-26) 09:07.28:360   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/ProgramGeneratorImpl: The class was not preloaded
DEBUG   (2001-10-26) 09:07.28:360   [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-26) 09:07.28:360   [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-26) 09:07.28:360   [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@57fb52
DEBUG   (2001-10-26) 09:07.28:360   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.components.language.markup.xsp.XSPMarkupLanguage.
DEBUG   (2001-10-26) 09:07.28:360   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: no logger attribute available, using 
standard logger
DEBUG   (2001-10-26) 09:07.28:370   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.components.xslt.XSLTProcessorImpl.
DEBUG   (2001-10-26) 09:07.28:370   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: logger attribute is root.xslt
DEBUG   (2001-10-26) 09:07.28:380   [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-26) 09:07.28:380   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Holding object in memory. value: 
org.apache.cocoon.components.language.markup.Logicsheet@4b2185
DEBUG   (2001-10-26) 09:07.28:380   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: 
Object=org.apache.cocoon.components.language.markup.Logicsheet@4b2185
DEBUG   (2001-10-26) 09:07.28:380   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Cache size=13
DEBUG   (2001-10-26) 09:07.28:380   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.components.xslt.XSLTProcessorImpl.
DEBUG   (2001-10-26) 09:07.28:380   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: logger attribute is root.xslt
DEBUG   (2001-10-26) 09:07.28:380   [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-26) 09:07.28:380   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Holding object in memory. value: 
org.apache.cocoon.components.language.markup.NamedLogicsheet@27ff0d
DEBUG   (2001-10-26) 09:07.28:380   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: 
Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@27ff0d
DEBUG   (2001-10-26) 09:07.28:380   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Cache size=13
DEBUG   (2001-10-26) 09:07.28:390   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.components.xslt.XSLTProcessorImpl.
DEBUG   (2001-10-26) 09:07.28:390   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: logger attribute is root.xslt
DEBUG   (2001-10-26) 09:07.28:390   [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-26) 09:07.28:390   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Holding object in memory. value: 
org.apache.cocoon.components.language.markup.NamedLogicsheet@52b64e
DEBUG   (2001-10-26) 09:07.28:390   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: 
Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@52b64e
DEBUG   (2001-10-26) 09:07.28:390   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Cache size=13
DEBUG   (2001-10-26) 09:07.28:390   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.components.xslt.XSLTProcessorImpl.
DEBUG   (2001-10-26) 09:07.28:390   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: logger attribute is root.xslt
DEBUG   (2001-10-26) 09:07.28:390   [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-26) 09:07.28:390   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Holding object in memory. value: 
org.apache.cocoon.components.language.markup.NamedLogicsheet@6c6bb1
DEBUG   (2001-10-26) 09:07.28:390   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: 
Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@6c6bb1
DEBUG   (2001-10-26) 09:07.28:390   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Cache size=13
DEBUG   (2001-10-26) 09:07.28:390   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.components.xslt.XSLTProcessorImpl.
DEBUG   (2001-10-26) 09:07.28:390   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: logger attribute is root.xslt
DEBUG   (2001-10-26) 09:07.28:390   [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-26) 09:07.28:390   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Holding object in memory. value: 
org.apache.cocoon.components.language.markup.NamedLogicsheet@422384
DEBUG   (2001-10-26) 09:07.28:390   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: 
Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@422384
DEBUG   (2001-10-26) 09:07.28:400   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Cache size=13
DEBUG   (2001-10-26) 09:07.28:400   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.components.xslt.XSLTProcessorImpl.
DEBUG   (2001-10-26) 09:07.28:400   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: logger attribute is root.xslt
DEBUG   (2001-10-26) 09:07.28:400   [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-26) 09:07.28:400   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Holding object in memory. value: 
org.apache.cocoon.components.language.markup.NamedLogicsheet@14a947
DEBUG   (2001-10-26) 09:07.28:400   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: 
Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@14a947
DEBUG   (2001-10-26) 09:07.28:400   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Cache size=13
DEBUG   (2001-10-26) 09:07.28:400   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.components.xslt.XSLTProcessorImpl.
DEBUG   (2001-10-26) 09:07.28:400   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: logger attribute is root.xslt
DEBUG   (2001-10-26) 09:07.28:400   [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-26) 09:07.28:400   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Holding object in memory. value: 
org.apache.cocoon.components.language.markup.NamedLogicsheet@445731
DEBUG   (2001-10-26) 09:07.28:400   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: 
Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@445731
DEBUG   (2001-10-26) 09:07.28:400   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Cache size=13
DEBUG   (2001-10-26) 09:07.28:400   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.components.xslt.XSLTProcessorImpl.
DEBUG   (2001-10-26) 09:07.28:400   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: logger attribute is root.xslt
DEBUG   (2001-10-26) 09:07.28:410   [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-26) 09:07.28:410   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Holding object in memory. value: 
org.apache.cocoon.components.language.markup.NamedLogicsheet@ad483
DEBUG   (2001-10-26) 09:07.28:410   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: 
Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@ad483
DEBUG   (2001-10-26) 09:07.28:410   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Cache size=13
DEBUG   (2001-10-26) 09:07.28:410   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.components.xslt.XSLTProcessorImpl.
DEBUG   (2001-10-26) 09:07.28:410   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: logger attribute is root.xslt
DEBUG   (2001-10-26) 09:07.28:410   [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-26) 09:07.28:410   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Holding object in memory. value: 
org.apache.cocoon.components.language.markup.NamedLogicsheet@752460
DEBUG   (2001-10-26) 09:07.28:410   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: 
Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@752460
DEBUG   (2001-10-26) 09:07.28:410   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Cache size=13
DEBUG   (2001-10-26) 09:07.28:410   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.components.xslt.XSLTProcessorImpl.
DEBUG   (2001-10-26) 09:07.28:410   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: logger attribute is root.xslt
DEBUG   (2001-10-26) 09:07.28:420   [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-26) 09:07.28:420   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Holding object in memory. value: 
org.apache.cocoon.components.language.markup.NamedLogicsheet@1319d9
DEBUG   (2001-10-26) 09:07.28:420   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: 
Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@1319d9
DEBUG   (2001-10-26) 09:07.28:420   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Cache size=13
DEBUG   (2001-10-26) 09:07.28:420   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.components.xslt.XSLTProcessorImpl.
DEBUG   (2001-10-26) 09:07.28:420   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: logger attribute is root.xslt
DEBUG   (2001-10-26) 09:07.28:420   [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-26) 09:07.28:420   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Holding object in memory. value: 
org.apache.cocoon.components.language.markup.NamedLogicsheet@26e0a9
DEBUG   (2001-10-26) 09:07.28:420   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: 
Object=org.apache.cocoon.components.language.markup.NamedLogicsheet@26e0a9
DEBUG   (2001-10-26) 09:07.28:420   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Cache size=13
DEBUG   (2001-10-26) 09:07.28:420   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/AbstractEnvironment: Resolving 'xsp/asset_categories.xsp' in 
context 'file:/C:/tomcat/webapps/zdam/'
DEBUG   (2001-10-26) 09:07.28:420   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/URLFactoryImpl: Making URL from 
file:/C:\tomcat\webapps\zdam\xsp\asset_categories.xsp
DEBUG   (2001-10-26) 09:07.28:420   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/AbstractEnvironment: Resolved 
to 'file:/C:/tomcat/webapps/zdam/xsp/asset_categories.xsp'
DEBUG   (2001-10-26) 09:07.28:430   [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-26) 09:07.28:430   [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@27ff0d
DEBUG   (2001-10-26) 09:07.28:430   [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-26) 09:07.28:530   [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-26) 09:07.28:530   [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@6c6bb1
DEBUG   (2001-10-26) 09:07.28:530   [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-26) 09:07.28:610   [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-26) 09:07.28:610   [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@26e0a9
DEBUG   (2001-10-26) 09:07.28:610   [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-26) 09:07.28:620   [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-26) 09:07.29:051   [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-26) 09:07.29:051   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Holding object in memory. value: 
[Ljava.lang.Object;@69b4bb
DEBUG   (2001-10-26) 09:07.29:051   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Object=[Ljava.lang.Object;@69b4bb
DEBUG   (2001-10-26) 09:07.29:051   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Cache size=14
DEBUG   (2001-10-26) 09:07.29:071   [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-26) 09:07.29:071   [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-26) 09:07.29:071   [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@6c6bb1
DEBUG   (2001-10-26) 09:07.29:071   [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-26) 09:07.29:161   [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-26) 09:07.29:161   [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-26) 09:07.29:161   [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@27ff0d
DEBUG   (2001-10-26) 09:07.29:161   [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-26) 09:07.29:261   [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-26) 09:07.29:261   [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@4b2185
DEBUG   (2001-10-26) 09:07.29:261   [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-26) 09:07.29:381   [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-26) 09:07.29:912   [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-26) 09:07.30:183   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.www.xsp.asset_categories_xsp.
DEBUG   (2001-10-26) 09:07.30:183   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: no logger attribute available, using 
standard logger
DEBUG   (2001-10-26) 09:07.30:183   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory creating new instance of 
org.apache.cocoon.www.xsp.asset_categories_xsp.
DEBUG   (2001-10-26) 09:07.30:183   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: no logger attribute available, using 
standard logger
DEBUG   (2001-10-26) 09:07.30:183   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/PoolableComponentHandler: ComponentHandler initialized for: 
org.apache.cocoon.www.xsp.asset_categories_xsp
DEBUG   (2001-10-26) 09:07.30:183   [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-26) 09:07.30:183   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory decommissioning instance of 
org.apache.cocoon.components.language.markup.xsp.XSPMarkupLanguage.
DEBUG   (2001-10-26) 09:07.30:183   [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-26) 09:07.30:183   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Retrieving a 
org.apache.cocoon.www.xsp.asset_categories_xsp from the pool
DEBUG   (2001-10-26) 09:07.30:183   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/I18nTransformer: I18nTransformer: catalog location:translations
DEBUG   (2001-10-26) 09:07.30:183   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/URLFactoryImpl: Making URL from 
file:/C:\tomcat\webapps\zdam\translations
DEBUG   (2001-10-26) 09:07.30:183   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/I18nTransformer: I18nTransformer: catalog 
directory:file:/C:/tomcat/webapps/zdam/translations
DEBUG   (2001-10-26) 09:07.30:183   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: XMLResourceBundleFactory configured with: 
cacheAtStartup = false, directory = 'file:/C:/tomcat/webapps/zdam/translations'
DEBUG   (2001-10-26) 09:07.30:183   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/I18nTransformer: I18nTransformer: configured
DEBUG   (2001-10-26) 09:07.30:183   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/I18nTransformer: I18nTransformer: using locale en_IE
DEBUG   (2001-10-26) 09:07.30:183   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: _getBundle: messages, locale en_IE
DEBUG   (2001-10-26) 09:07.30:183   [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-26) 09:07.30:183   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Not found in cache: 
file:/C:/tomcat/webapps/zdam/translations/messages_en_IE.xml
DEBUG   (2001-10-26) 09:07.30:183   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Not found in not_found_cache: 
file:/C:/tomcat/webapps/zdam/translations/messages_en_IE.xml
DEBUG   (2001-10-26) 09:07.30:183   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: not found in cache, loading: 
file:/C:/tomcat/webapps/zdam/translations/messages_en_IE.xml
DEBUG   (2001-10-26) 09:07.30:183   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Not found in cache: 
file:/C:/tomcat/webapps/zdam/translations/messages_en_IE.xml
DEBUG   (2001-10-26) 09:07.30:183   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Not found in not_found_cache: 
file:/C:/tomcat/webapps/zdam/translations/messages_en_IE.xml
DEBUG   (2001-10-26) 09:07.30:183   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: synchronized: not found in cache, loading: 
file:/C:/tomcat/webapps/zdam/translations/messages_en_IE.xml
DEBUG   (2001-10-26) 09:07.30:183   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Trying to load bundle: messages, locale 
en_IE, filename file:/C:/tomcat/webapps/zdam/translations/messages_en_IE.xml
DEBUG   (2001-10-26) 09:07.30:183   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: _getBundle: messages, locale en
DEBUG   (2001-10-26) 09:07.30:183   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Resolving bundle name to file name: 
messages, locale en --> 
file:/C:/tomcat/webapps/zdam/translations/messages_en.xml
DEBUG   (2001-10-26) 09:07.30:183   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Not found in cache: 
file:/C:/tomcat/webapps/zdam/translations/messages_en.xml
DEBUG   (2001-10-26) 09:07.30:183   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Not found in not_found_cache: 
file:/C:/tomcat/webapps/zdam/translations/messages_en.xml
DEBUG   (2001-10-26) 09:07.30:183   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: not found in cache, loading: 
file:/C:/tomcat/webapps/zdam/translations/messages_en.xml
DEBUG   (2001-10-26) 09:07.30:193   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Not found in cache: 
file:/C:/tomcat/webapps/zdam/translations/messages_en.xml
DEBUG   (2001-10-26) 09:07.30:193   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Not found in not_found_cache: 
file:/C:/tomcat/webapps/zdam/translations/messages_en.xml
DEBUG   (2001-10-26) 09:07.30:193   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: synchronized: not found in cache, loading: 
file:/C:/tomcat/webapps/zdam/translations/messages_en.xml
DEBUG   (2001-10-26) 09:07.30:193   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Trying to load bundle: messages, locale en, 
filename file:/C:/tomcat/webapps/zdam/translations/messages_en.xml
DEBUG   (2001-10-26) 09:07.30:193   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: _getBundle: messages, locale 
DEBUG   (2001-10-26) 09:07.30:193   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Resolving bundle name to file name: 
messages, locale  --> file:/C:/tomcat/webapps/zdam/translations/messages.xml
DEBUG   (2001-10-26) 09:07.30:193   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Not found in cache: 
file:/C:/tomcat/webapps/zdam/translations/messages.xml
DEBUG   (2001-10-26) 09:07.30:193   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Not found in not_found_cache: 
file:/C:/tomcat/webapps/zdam/translations/messages.xml
DEBUG   (2001-10-26) 09:07.30:193   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: not found in cache, loading: 
file:/C:/tomcat/webapps/zdam/translations/messages.xml
DEBUG   (2001-10-26) 09:07.30:193   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Not found in cache: 
file:/C:/tomcat/webapps/zdam/translations/messages.xml
DEBUG   (2001-10-26) 09:07.30:193   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Not found in not_found_cache: 
file:/C:/tomcat/webapps/zdam/translations/messages.xml
DEBUG   (2001-10-26) 09:07.30:193   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: synchronized: not found in cache, loading: 
file:/C:/tomcat/webapps/zdam/translations/messages.xml
DEBUG   (2001-10-26) 09:07.30:193   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Trying to load bundle: messages, locale , 
filename file:/C:/tomcat/webapps/zdam/translations/messages.xml
INFO    (2001-10-26) 09:07.30:193   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundle: Constructing XMLResourceBundle: messages, locale: 
DEBUG   (2001-10-26) 09:07.30:203   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Updating cache: 
file:/C:/tomcat/webapps/zdam/translations/messages.xml
INFO    (2001-10-26) 09:07.30:203   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundle: Constructing XMLResourceBundle: messages, locale: 
en
INFO    (2001-10-26) 09:07.30:203   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Resource loading failed: 
File "file:/C:/tomcat/webapps/zdam/translations/messages_en.xml" not found.
DEBUG   (2001-10-26) 09:07.30:203   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: synchronized: still not found, trying 
parent: file:/C:/tomcat/webapps/zdam/translations/messages_en.xml
DEBUG   (2001-10-26) 09:07.30:203   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Resolving bundle name to file name: 
messages, locale  --> file:/C:/tomcat/webapps/zdam/translations/messages.xml
DEBUG   (2001-10-26) 09:07.30:203   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Trying to load bundle: messages, locale , 
filename file:/C:/tomcat/webapps/zdam/translations/messages.xml
INFO    (2001-10-26) 09:07.30:203   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundle: Constructing XMLResourceBundle: messages, locale: 
DEBUG   (2001-10-26) 09:07.30:213   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Updating cache: 
file:/C:/tomcat/webapps/zdam/translations/messages.xml
DEBUG   (2001-10-26) 09:07.30:213   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Updating cache: 
file:/C:/tomcat/webapps/zdam/translations/messages_en.xml
INFO    (2001-10-26) 09:07.30:213   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundle: Constructing XMLResourceBundle: messages, locale: 
en_IE
INFO    (2001-10-26) 09:07.30:213   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Resource loading failed: 
File "file:/C:/tomcat/webapps/zdam/translations/messages_en_IE.xml" not found.
DEBUG   (2001-10-26) 09:07.30:213   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: synchronized: still not found, trying 
parent: file:/C:/tomcat/webapps/zdam/translations/messages_en_IE.xml
DEBUG   (2001-10-26) 09:07.30:213   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Resolving bundle name to file name: 
messages, locale en --> 
file:/C:/tomcat/webapps/zdam/translations/messages_en.xml
DEBUG   (2001-10-26) 09:07.30:213   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Trying to load bundle: messages, locale en, 
filename file:/C:/tomcat/webapps/zdam/translations/messages_en.xml
DEBUG   (2001-10-26) 09:07.30:213   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: _getBundle: messages, locale 
DEBUG   (2001-10-26) 09:07.30:213   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Resolving bundle name to file name: 
messages, locale  --> file:/C:/tomcat/webapps/zdam/translations/messages.xml
DEBUG   (2001-10-26) 09:07.30:223   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Returning from cache: 
file:/C:/tomcat/webapps/zdam/translations/messages.xml
INFO    (2001-10-26) 09:07.30:223   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundle: Constructing XMLResourceBundle: messages, locale: 
en
INFO    (2001-10-26) 09:07.30:223   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Resource loading failed: 
File "file:/C:/tomcat/webapps/zdam/translations/messages_en.xml" not found.
DEBUG   (2001-10-26) 09:07.30:223   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Updating not_found_cache: 
file:/C:/tomcat/webapps/zdam/translations/messages_en.xml
DEBUG   (2001-10-26) 09:07.30:223   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: synchronized: still not found, trying 
parent: file:/C:/tomcat/webapps/zdam/translations/messages_en_IE.xml
DEBUG   (2001-10-26) 09:07.30:223   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Resolving bundle name to file name: 
messages, locale  --> file:/C:/tomcat/webapps/zdam/translations/messages.xml
DEBUG   (2001-10-26) 09:07.30:223   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Trying to load bundle: messages, locale , 
filename file:/C:/tomcat/webapps/zdam/translations/messages.xml
INFO    (2001-10-26) 09:07.30:223   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundle: Constructing XMLResourceBundle: messages, locale: 
DEBUG   (2001-10-26) 09:07.30:233   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Updating cache: 
file:/C:/tomcat/webapps/zdam/translations/messages.xml
DEBUG   (2001-10-26) 09:07.30:233   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/XMLResourceBundleFactory: Updating cache: 
file:/C:/tomcat/webapps/zdam/translations/messages_en_IE.xml
DEBUG   (2001-10-26) 09:07.30:233   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/I18nTransformer: I18nTransformer: selected dictionary 
org.apache.cocoon.i18n.XMLResourceBundle@5f3d59
DEBUG   (2001-10-26) 09:07.30:233   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/URLFactoryImpl: Making URL from 
file:/C:\tomcat\webapps\zdam\stylesheets\zdam2html.xsl
DEBUG   (2001-10-26) 09:07.30:233   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/TraxTransformer: Using 
stylesheet: 'file:/C:/tomcat/webapps/zdam/stylesheets/zdam2html.xsl' in 
org.apache.cocoon.transformation.TraxTransformer@185844, last modified: 
1004086009539
DEBUG   (2001-10-26) 09:07.30:233   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/MRUMemoryStore: Getting object from memory. Key: 
file:/C:/tomcat/webapps/zdam/stylesheets/zdam2html.xsl
DEBUG   (2001-10-26) 09:07.30:263   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/ContentAggregator: ContentAggregator: generating aggregated content
DEBUG   (2001-10-26) 09:07.30:263   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Returning a org.apache.cocoon.www.xsp.banner_xsp to the 
pool
DEBUG   (2001-10-26) 09:07.30:263   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/CachingEventPipeline: Recycling of CachingEventPipeline
DEBUG   (2001-10-26) 09:07.30:273   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Returning a 
org.apache.cocoon.generation.ServerPagesGenerator to the pool
DEBUG   (2001-10-26) 09:07.30:273   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Returning a 
org.apache.cocoon.components.pipeline.CachingEventPipeline to the pool
DEBUG   (2001-10-26) 09:07.30:273   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/CachingStreamPipeline: Recycling of CachingStreamPipeline
DEBUG   (2001-10-26) 09:07.30:273   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Returning a 
org.apache.cocoon.serialization.XMLSerializer to the pool
DEBUG   (2001-10-26) 09:07.30:273   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Returning a 
org.apache.cocoon.components.pipeline.CachingStreamPipeline to the pool
DEBUG   (2001-10-26) 09:07.30:273   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Returning a org.apache.cocoon.www.xsp.sidebar_xsp to the 
pool
DEBUG   (2001-10-26) 09:07.30:273   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/CachingEventPipeline: Recycling of CachingEventPipeline
DEBUG   (2001-10-26) 09:07.30:273   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Returning a 
org.apache.cocoon.generation.ServerPagesGenerator to the pool
DEBUG   (2001-10-26) 09:07.30:273   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Returning a 
org.apache.cocoon.components.pipeline.CachingEventPipeline to the pool
DEBUG   (2001-10-26) 09:07.30:273   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/CachingStreamPipeline: Recycling of CachingStreamPipeline
DEBUG   (2001-10-26) 09:07.30:273   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Returning a 
org.apache.cocoon.serialization.XMLSerializer to the pool
DEBUG   (2001-10-26) 09:07.30:273   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Returning a 
org.apache.cocoon.components.pipeline.CachingStreamPipeline to the pool
DEBUG   (2001-10-26) 09:07.30:273   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Returning a 
org.apache.cocoon.www.xsp.asset_categories_xsp to the pool
DEBUG   (2001-10-26) 09:07.30:273   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/CachingEventPipeline: Recycling of CachingEventPipeline
DEBUG   (2001-10-26) 09:07.30:273   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Returning a 
org.apache.cocoon.generation.ServerPagesGenerator to the pool
DEBUG   (2001-10-26) 09:07.30:273   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Returning a 
org.apache.cocoon.components.pipeline.CachingEventPipeline to the pool
DEBUG   (2001-10-26) 09:07.30:273   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/CachingStreamPipeline: Recycling of CachingStreamPipeline
DEBUG   (2001-10-26) 09:07.30:273   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Returning a 
org.apache.cocoon.serialization.XMLSerializer to the pool
DEBUG   (2001-10-26) 09:07.30:273   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Returning a 
org.apache.cocoon.components.pipeline.CachingStreamPipeline to the pool
DEBUG   (2001-10-26) 09:07.30:663   [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.wildcardMatchN4002D3
(sitemap_xmap.java:2896)
	at org.apache.cocoon.www.sitemap_xmap.process(sitemap_xmap.java:1431)
	at org.apache.cocoon.www.sitemap_xmap.process(sitemap_xmap.java:1257)
	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-26) 09:07.30:663   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/ContentAggregator: ContentAggregator: finished aggregating content
DEBUG   (2001-10-26) 09:07.30:663   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultComponentFactory: ComponentFactory decommissioning instance of 
com.zenark.zdam.cocoon.action.CheckLoginAction.
DEBUG   (2001-10-26) 09:07.30:663   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/CachingEventPipeline: Recycling of CachingEventPipeline
DEBUG   (2001-10-26) 09:07.30:663   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Returning a org.apache.cocoon.sitemap.ContentAggregator 
to the pool
DEBUG   (2001-10-26) 09:07.30:663   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Returning a 
org.apache.cocoon.transformation.I18nTransformer to the pool
DEBUG   (2001-10-26) 09:07.30:663   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Returning a 
org.apache.cocoon.transformation.TraxTransformer to the pool
DEBUG   (2001-10-26) 09:07.30:663   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Returning a 
org.apache.cocoon.components.pipeline.CachingEventPipeline to the pool
DEBUG   (2001-10-26) 09:07.30:663   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/CachingStreamPipeline: Recycling of CachingStreamPipeline
DEBUG   (2001-10-26) 09:07.30:663   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Returning a 
org.apache.cocoon.serialization.HTMLSerializer to the pool
DEBUG   (2001-10-26) 09:07.30:663   [cocoon  ] (/zdam/asset_categories.html) 
Thread-14/DefaultPool: Returning a 
org.apache.cocoon.components.pipeline.CachingStreamPipeline to the pool


================= End loggfile extract ===================

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org