ExcaliburComponentSelector: Attempted to release a null component WARNiNG?

2003-03-20 Thread Tsui, Alban

I have the following warnings in my core.log from cocoon and what do they
mean?

WARN(2003-03-20) 10:08.19:906   [core.manager]
(/application/admin/en/sc_drill)
HttpProcessor[21010][4]/ExcaliburComponentSelector: Attempted to release a
null component.
WARN(2003-03-20) 10:08.19:906   [core.manager]
(/application/admin/en/sc_drill)
HttpProcessor[21010][4]/ExcaliburComponentSelector: Attempted to release a
null component.

Those are basically my xsp pages.

My pipeline is kind of like this:

map:match pattern=*/*
map:act type=characterencoding
map:parameter name=form-encoding
value=utf-8/
/map:act
map:act type=xsp-action
src=lang/{1}/xsp/{2}_action.xsp
map:redirect-to
uri={admin_RURL}/
/map:act
map:generate type=serverpages
src=lang/{1}/xsp/{2}.xsp/
map:serialize type=html/
/map:match

So I have an action for each page for redirection based on some logic. My
typical action xsp is like:

?xml version=1.0 encoding=UTF-8?
xsp:page
  language=java
  xmlns:action=http://apache.org/cocoon/action/1.0;
  xmlns:xsp=http://apache.org/xsp;

dummypage
xsp:logic

!-- no redirection so fail it so that it will move along to the
next step in the pipeline --
action:set-failure/

/xsp:logic
/dummypage
/xsp:page

but I still getting those warnings and I am not sure what is generating
that. Could it be the sitemap itself?


Alban

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]



Re: ExcaliburComponentSelector: Attempted to release a null component WARNiNG?

2003-03-20 Thread Jeff Turner
On Thu, Mar 20, 2003 at 06:03:16AM -0500, Tsui, Alban wrote:
 
 I have the following warnings in my core.log from cocoon and what do they
 mean?
...
 
Which version of Cocoon?

--Jeff
(who is getting herds of these with CVS 2.1)


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



RE: ExcaliburComponentSelector: Attempted to release a null component WARNiNG?

2003-03-20 Thread Tsui, Alban
I am using cocoon 2.0.3.

-Original Message-
From: Jeff Turner [mailto:[EMAIL PROTECTED]
Sent: 20 March 2003 12:01
To: '[EMAIL PROTECTED]'
Subject: Re: ExcaliburComponentSelector: Attempted to release a null
component WARNiNG?


On Thu, Mar 20, 2003 at 06:03:16AM -0500, Tsui, Alban wrote:
 
 I have the following warnings in my core.log from cocoon and what do they
 mean?

 
Which version of Cocoon?

--Jeff
(who is getting herds of these with CVS 2.1)


-
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]



RE: ExcaliburComponentSelector: Attempted to release a null component WARNiNG?

2003-03-20 Thread Tsui, Alban
First time I got into the page I got other warnings... and I wonder if they
are related:

WARN(2003-03-20) 12:06.17:953   [core.manager]
(/application/admin/en/sc_drill)
HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
an uninitialized ComponentLocator:
org.apache.cocoon.generation.GeneratorSelector
WARN(2003-03-20) 12:06.17:953   [core.manager]
(/application/admin/en/sc_drill)
HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
an uninitialized ComponentLocator:
org.apache.cocoon.transformation.TransformerSelector
WARN(2003-03-20) 12:06.17:953   [core.manager]
(/application/admin/en/sc_drill)
HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
an uninitialized ComponentLocator:
org.apache.cocoon.serialization.SerializerSelector
WARN(2003-03-20) 12:06.17:953   [core.manager]
(/application/admin/en/sc_drill)
HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
an uninitialized ComponentLocator: org.apache.cocoon.reading.ReaderSelector
WARN(2003-03-20) 12:06.17:953   [core.manager]
(/application/admin/en/sc_drill)
HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
an uninitialized ComponentLocator: org.apache.cocoon.acting.ActionSelector
WARN(2003-03-20) 12:06.17:953   [core.manager]
(/application/admin/en/sc_drill)
HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
an uninitialized ComponentLocator:
org.apache.cocoon.matching.MatcherSelector
WARN(2003-03-20) 12:06.17:953   [core.manager]
(/application/admin/en/sc_drill)
HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
an uninitialized ComponentLocator:
org.apache.cocoon.selection.SelectorSelector
WARN(2003-03-20) 12:06.19:156   [core.manager]
(/application/admin/en/sc_drill)
HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
an uninitialized ComponentLocator:
org.apache.cocoon.generation.GeneratorSelector
WARN(2003-03-20) 12:06.19:156   [core.manager]
(/application/admin/en/sc_drill)
HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
an uninitialized ComponentLocator:
org.apache.cocoon.transformation.TransformerSelector
WARN(2003-03-20) 12:06.19:156   [core.manager]
(/application/admin/en/sc_drill)
HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
an uninitialized ComponentLocator:
org.apache.cocoon.serialization.SerializerSelector
WARN(2003-03-20) 12:06.19:156   [core.manager]
(/application/admin/en/sc_drill)
HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
an uninitialized ComponentLocator: org.apache.cocoon.reading.ReaderSelector
WARN(2003-03-20) 12:06.19:156   [core.manager]
(/application/admin/en/sc_drill)
HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
an uninitialized ComponentLocator: org.apache.cocoon.acting.ActionSelector
WARN(2003-03-20) 12:06.19:156   [core.manager]
(/application/admin/en/sc_drill)
HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
an uninitialized ComponentLocator:
org.apache.cocoon.matching.MatcherSelector
WARN(2003-03-20) 12:06.19:156   [core.manager]
(/application/admin/en/sc_drill)
HttpProcessor[21010][4]/ExcaliburComponentManager: Looking up component on
an uninitialized ComponentLocator:
org.apache.cocoon.selection.SelectorSelector
WARN(2003-03-20) 12:06.27:890   [core.manager]
(/application/admin/en/sc_drill)
HttpProcessor[21010][4]/ExcaliburComponentSelector: Attempted to release a
null component.
WARN(2003-03-20) 12:06.27:890   [core.manager]
(/application/admin/en/sc_drill)
HttpProcessor[21010][4]/ExcaliburComponentSelector: Attempted to release a
null component.
WARN(2003-03-20) 12:06.27:890   [core.manager]
(/application/admin/en/sc_drill)
HttpProcessor[21010][4]/ExcaliburComponentSelector: Attempted to release a
null component.
WARN(2003-03-20) 12:06.27:890   [core.manager]
(/application/admin/en/sc_drill)
HttpProcessor[21010][4]/ExcaliburComponentSelector: Attempted to release a
null component.





Anyway, alternatively, is there a way to suppress such particular warning
for that particular pipeline?

Any help would be appreciated!

Alban



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]