You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Janvier Majirus FANSI <jm...@hotmail.com> on 2004/10/13 14:47:28 UTC

cocoon internal server error

hi all,
I use these pipelines within my sub-sitemap:

<map:match pattern="write.xslt">
    <map:generate src="authorization2.xml"/>
    <map:transform src="essai3.xslt"/>
    <map:serialize type="xml"/>
</map:match>

<map:match pattern="test">
     <map:generate src="maj.xml"/>
      <map:transform src="http://localhost/cocoon/csysec/write.xslt">
            <map:parameter name="use-request-parameters" value="true"/>
      </map:transform>
      <map:serialize type="xml"/>
</map:match>

the second pipeline use write.xslt, that is the result of the first one to 
complete.

Whenever  make request  http://localhost/cocoon/csysec/test?user=apache

Cocoon return an internal server error  with this message: "You cannot 
lookup components on a disposed ComponentLocator"

I used cocoon2.1.5.1.

Should anyone know what is wrong?
Any suggestion or remark is welcome.

regards

Majirus

_________________________________________________________________
Recevez par e-mail des émoticônes pour MSN Messenger 
http://g.msn.fr/FR1001/2275?url=http://www.msn.fr/ilovemessenger/premium/Default.asp?Ath=f


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


Re: cocoon internal server error

Posted by Jan Hoskens <jh...@schaubroeck.be>.
What you tried to do is access a component from the web. If you want to 
use other matchers in your sitemap in your current pipeline, try 
"cocoon:/write.xslt". Look at the wiki's for more about protocols: 
http://wiki.apache.org/cocoon/Protocols

Kind Regards,
Jan

Janvier Majirus FANSI wrote:

>
> hi all,
> I use these pipelines within my sub-sitemap:
>
> <map:match pattern="write.xslt">
>    <map:generate src="authorization2.xml"/>
>    <map:transform src="essai3.xslt"/>
>    <map:serialize type="xml"/>
> </map:match>
>
> <map:match pattern="test">
>     <map:generate src="maj.xml"/>
>      <map:transform src="http://localhost/cocoon/csysec/write.xslt">
>            <map:parameter name="use-request-parameters" value="true"/>
>      </map:transform>
>      <map:serialize type="xml"/>
> </map:match>
>
> the second pipeline use write.xslt, that is the result of the first 
> one to complete.
>
> Whenever  make request  http://localhost/cocoon/csysec/test?user=apache
>
> Cocoon return an internal server error  with this message: "You cannot 
> lookup components on a disposed ComponentLocator"
>
> I used cocoon2.1.5.1.
>
> Should anyone know what is wrong?
> Any suggestion or remark is welcome.
>
> regards
>
> Majirus
>
> _________________________________________________________________
> Recevez par e-mail des émoticônes pour MSN Messenger 
> http://g.msn.fr/FR1001/2275?url=http://www.msn.fr/ilovemessenger/premium/Default.asp?Ath=f 
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: users-help@cocoon.apache.org
>
>


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