Did you try changing the debug level in the web.xml of your implementation.?

"Tsui, Alban" wrote:

> I have got a simple xsp
> <?xml version="1.0" encoding="UTF-8"?>
> <xsp:page
>   language="java"
>   xmlns:xsp="http://apache.org/xsp";
> >
> <html>
> <head></head>
> <body>
> <p>hello</p>
>
> </body>
> </html>
> </xsp:page>
>
> with the following pipeline:
>
>                         <map:match pattern="*/test">
>                                 <map:generate type="serverpages"
> src="lang/{1}/xsp/test.xsp"/>
>                                 <map:serialize type="xml"/>
>                         </map:match>
>
> But I keep on getting the following warnings in my core.log. (my logkit is
> set to warning level) Anyone's got any clue to suppress these? I have spent
> the whole day to try to track down the problem but I could not find
> anything. Could it be something in the sitemaps or cocoon implementation
> itself? My version of cocoon is 2.0.3.
>
> WARN    (2003-03-21) 14:42.54:781   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
> an uninitialized ComponentLocator:
> org.apache.cocoon.generation.GeneratorSelector
> WARN    (2003-03-21) 14:42.54:796   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
> an uninitialized ComponentLocator:
> org.apache.cocoon.transformation.TransformerSelector
> WARN    (2003-03-21) 14:42.54:796   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
> an uninitialized ComponentLocator:
> org.apache.cocoon.serialization.SerializerSelector
> WARN    (2003-03-21) 14:42.54:796   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
> an uninitialized ComponentLocator: org.apache.cocoon.reading.ReaderSelector
> WARN    (2003-03-21) 14:42.54:796   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
> an uninitialized ComponentLocator: org.apache.cocoon.acting.ActionSelector
> WARN    (2003-03-21) 14:42.54:796   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
> an uninitialized ComponentLocator:
> org.apache.cocoon.matching.MatcherSelector
> WARN    (2003-03-21) 14:42.54:796   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
> an uninitialized ComponentLocator:
> org.apache.cocoon.selection.SelectorSelector
> WARN    (2003-03-21) 14:42.55:031   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
> an uninitialized ComponentLocator:
> org.apache.cocoon.generation.GeneratorSelector
> WARN    (2003-03-21) 14:42.55:031   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
> an uninitialized ComponentLocator:
> org.apache.cocoon.transformation.TransformerSelector
> WARN    (2003-03-21) 14:42.55:031   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
> an uninitialized ComponentLocator:
> org.apache.cocoon.serialization.SerializerSelector
> WARN    (2003-03-21) 14:42.55:031   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
> an uninitialized ComponentLocator: org.apache.cocoon.reading.ReaderSelector
> WARN    (2003-03-21) 14:42.55:031   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
> an uninitialized ComponentLocator: org.apache.cocoon.acting.ActionSelector
> WARN    (2003-03-21) 14:42.55:031   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
> an uninitialized ComponentLocator:
> org.apache.cocoon.matching.MatcherSelector
> WARN    (2003-03-21) 14:42.55:031   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
> an uninitialized ComponentLocator:
> org.apache.cocoon.selection.SelectorSelector
> WARN    (2003-03-21) 14:42.55:046   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentManager: Attempted to release a
> org.apache.cocoon.sitemap.DefaultSitemapComponentSelector but its handler
> could not be located.
> WARN    (2003-03-21) 14:42.55:046   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentManager: Attempted to release a
> org.apache.cocoon.sitemap.DefaultSitemapComponentSelector but its handler
> could not be located.
> WARN    (2003-03-21) 14:42.55:046   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentManager: Attempted to release a
> org.apache.cocoon.sitemap.DefaultSitemapComponentSelector but its handler
> could not be located.
> WARN    (2003-03-21) 14:42.55:046   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentManager: Attempted to release a
> org.apache.cocoon.sitemap.DefaultSitemapComponentSelector but its handler
> could not be located.
> WARN    (2003-03-21) 14:42.55:046   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentManager: Attempted to release a
> org.apache.cocoon.sitemap.DefaultSitemapComponentSelector but its handler
> could not be located.
> WARN    (2003-03-21) 14:42.55:046   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentManager: Attempted to release a
> org.apache.cocoon.sitemap.DefaultSitemapComponentSelector but its handler
> could not be located.
> WARN    (2003-03-21) 14:42.55:046   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentManager: Attempted to release a
> org.apache.cocoon.sitemap.DefaultSitemapComponentSelector but its handler
> could not be located.
> WARN    (2003-03-21) 14:42.57:968   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
> an uninitialized ComponentLocator:
> org.apache.cocoon.generation.GeneratorSelector
> WARN    (2003-03-21) 14:42.57:968   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
> an uninitialized ComponentLocator:
> org.apache.cocoon.transformation.TransformerSelector
> WARN    (2003-03-21) 14:42.57:968   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
> an uninitialized ComponentLocator:
> org.apache.cocoon.serialization.SerializerSelector
> WARN    (2003-03-21) 14:42.57:968   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
> an uninitialized ComponentLocator: org.apache.cocoon.reading.ReaderSelector
> WARN    (2003-03-21) 14:42.57:968   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
> an uninitialized ComponentLocator: org.apache.cocoon.acting.ActionSelector
> WARN    (2003-03-21) 14:42.57:968   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
> an uninitialized ComponentLocator:
> org.apache.cocoon.matching.MatcherSelector
> WARN    (2003-03-21) 14:42.57:968   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
> an uninitialized ComponentLocator:
> org.apache.cocoon.selection.SelectorSelector
> WARN    (2003-03-21) 14:43.09:843   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentSelector: Attempted to release a
> null component.
> WARN    (2003-03-21) 14:43.09:843   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentSelector: Attempted to release a
> null component.
> WARN    (2003-03-21) 14:43.09:843   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentSelector: Attempted to release a
> null component.
> WARN    (2003-03-21) 14:43.09:843   [core.manager]
> (/application/admin/en/test)
> HttpProcessor[21010][4]/ExcaliburComponentSelector: Attempted to release a
> null component.
>
> This message may contain privileged and/or confidential information.  If you
> have received this e-mail in error or are not the intended recipient, you
> may not use, copy, disseminate or distribute it; do not open any
> attachments, delete it immediately from your system and notify the sender
> promptly by e-mail that you have done so.  Thank you.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to