Yeah I have tried changing the log level to error instead of warn and it seems to work but is there something that I need to worry about because of that huge amount of warnings!? Everytime I hit the page again on my brwoser I get a couple more of
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. It would be better if I can suppress it at the root of the problem. Thanks for your suggestion. Anyone else has any more ideas? Cheers Alban -----Original Message----- From: Girish Patil [mailto:[EMAIL PROTECTED] Sent: 21 March 2003 15:10 To: [EMAIL PROTECTED] Subject: Re: What produces those warnings mean? Can I suppress them? 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] 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]