You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Sliman Bouchareb <sl...@gmx.de> on 2003/06/27 17:09:16 UTC

Invalid processing instruction name (saxon:warning) with the bonebreaker example

hello,
im a newbie and i just tried out the bonebreaker example from
www.cocooncenter.de
well i did all the changes in my sitemap to map bonebreaker like indicated
on cocooncenter.de
but everytime i get the error : http://www.bouchareb.de/error.htm

in some postings here, i read that the source of the WildcardURIMatcher must
be :

 <map:matchers default="wildcard">
      <map:matcher name="wildcard"
src="org.apache.cocoon.matching.WildcardURIMatcher"/>
 </map:matchers>

instead of:

<map:matchers default="wildcard">
      <map:matcher name="wildcard"
src="org.apache.cocoon.matching.WildcardURIMatcherFactory"/>
 </map:matchers>

because its depricated, but the result is always the same when I call the
api (http://localhost:8080/cocoon/bonebreaker)

im using:
w2k
cocoon 2.0.4
Tomcat/4.1.18
jdk 1.4

may be someone has an idea
thank you very much

Sliman


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


AW: AW: Invalid processing instruction name (saxon:warning) with the bonebreaker example

Posted by Sliman Bouchareb <sl...@gmx.de>.
hi again,
yes all the files are there,
i have the bonebreaker-directory in the cocoon directory

well i wisch you a nice weekend.

-----Ursprungliche Nachricht-----
Von: Upayavira [mailto:uv@upaya.co.uk]
Gesendet: Freitag, 27. Juni 2003 17:27
An: cocoon-users@xml.apache.org
Betreff: Re: AW: Invalid processing instruction name (saxon:warning)
with the bonebreaker example


Check all of the files that are used to generate that page exist in the
right places.
Have you put bonebreaker into a subfolder of the folder containing your main
sitemap?

I can't guarantee to be so quick next time - time to head home now...

Regards, Upayavira

On 27 Jun 2003 at 17:21, Sliman Bouchareb wrote:

> Hi Upayavira,
> thanx for the rush response.
> Now im getting this error http://www.bouchareb.de/error2.html
>
> here is a small view of my main sitemap:
>
> <map:pipeline>
>   <!-- match the Bonebreaker homepage -->
>   <map:match pattern="bonebreaker">
>     <map:mount uri-prefix="bonebreaker" check-reload="yes"
>       reload-method="synchron" src="bonebreaker/"/>
>   </map:match>
>
>   <!-- match all other Bonebreaker pages -->
>   <map:match pattern="bonebreaker/**">
>     <map:mount uri-prefix="bonebreaker" check-reload="yes"
>       reload-method="synchron" src="bonebreaker/"/>
>   </map:match>
> </map:pipeline>
>
> thanx
>
> -----Ursprungliche Nachricht-----
> Von: Upayavira [mailto:uv@upaya.co.uk]
> Gesendet: Freitag, 27. Juni 2003 17:13
> An: cocoon-users@xml.apache.org
> Betreff: Re: Invalid processing instruction name (saxon:warning) with
> the bonebreaker example
>
>
> I've never tried bonebreaker, but if you've mounted it onto your root
> sitemap, then try accessing it via
> http://localhost:8080/cocoon/bonebreaker/   i.e. with a slash at the
> end. The mount probably mounts bonebreaker/ rather than just
> bonebreaker.
>
> Regards, Upayavira
>
>
> On 27 Jun 2003 at 17:09, Sliman Bouchareb wrote:
>
> > hello,
> > im a newbie and i just tried out the bonebreaker example from
> > www.cocooncenter.de
> > well i did all the changes in my sitemap to map bonebreaker like
> > indicated on cocooncenter.de but everytime i get the error :
> > http://www.bouchareb.de/error.htm
> >
> > in some postings here, i read that the source of the
> > WildcardURIMatcher must be :
> >
> >  <map:matchers default="wildcard">
> >       <map:matcher name="wildcard"
> > src="org.apache.cocoon.matching.WildcardURIMatcher"/>
> >  </map:matchers>
> >
> > instead of:
> >
> > <map:matchers default="wildcard">
> >       <map:matcher name="wildcard"
> > src="org.apache.cocoon.matching.WildcardURIMatcherFactory"/>
> >  </map:matchers>
> >
> > because its depricated, but the result is always the same when I
> > call the api (http://localhost:8080/cocoon/bonebreaker)
> >
> > im using:
> > w2k
> > cocoon 2.0.4
> > Tomcat/4.1.18
> > jdk 1.4
> >
> > may be someone has an idea
> > thank you very much
> >
> > Sliman
> >
> >
> > --------------------------------------------------------------------
> > - To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
> > For additional commands, e-mail: cocoon-users-help@xml.apache.org
> >
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org For
> additional commands, e-mail: cocoon-users-help@xml.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org For
> additional commands, e-mail: cocoon-users-help@xml.apache.org
>
>



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


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


Re: AW: Invalid processing instruction name (saxon:warning) with the bonebreaker example

Posted by Upayavira <uv...@upaya.co.uk>.
Check all of the files that are used to generate that page exist in the right places. 
Have you put bonebreaker into a subfolder of the folder containing your main 
sitemap?

I can't guarantee to be so quick next time - time to head home now...

Regards, Upayavira

On 27 Jun 2003 at 17:21, Sliman Bouchareb wrote:

> Hi Upayavira,
> thanx for the rush response.
> Now im getting this error http://www.bouchareb.de/error2.html
> 
> here is a small view of my main sitemap:
> 
> <map:pipeline>
>   <!-- match the Bonebreaker homepage -->
>   <map:match pattern="bonebreaker">
>     <map:mount uri-prefix="bonebreaker" check-reload="yes"
>       reload-method="synchron" src="bonebreaker/"/>
>   </map:match>
> 
>   <!-- match all other Bonebreaker pages -->
>   <map:match pattern="bonebreaker/**">
>     <map:mount uri-prefix="bonebreaker" check-reload="yes"
>       reload-method="synchron" src="bonebreaker/"/>
>   </map:match>
> </map:pipeline>
> 
> thanx
> 
> -----Ursprungliche Nachricht-----
> Von: Upayavira [mailto:uv@upaya.co.uk]
> Gesendet: Freitag, 27. Juni 2003 17:13
> An: cocoon-users@xml.apache.org
> Betreff: Re: Invalid processing instruction name (saxon:warning) with
> the bonebreaker example
> 
> 
> I've never tried bonebreaker, but if you've mounted it onto your root
> sitemap, then try accessing it via
> http://localhost:8080/cocoon/bonebreaker/   i.e. with a slash at the
> end. The mount probably mounts bonebreaker/ rather than just
> bonebreaker.
> 
> Regards, Upayavira
> 
> 
> On 27 Jun 2003 at 17:09, Sliman Bouchareb wrote:
> 
> > hello,
> > im a newbie and i just tried out the bonebreaker example from
> > www.cocooncenter.de
> > well i did all the changes in my sitemap to map bonebreaker like
> > indicated on cocooncenter.de but everytime i get the error :
> > http://www.bouchareb.de/error.htm
> >
> > in some postings here, i read that the source of the
> > WildcardURIMatcher must be :
> >
> >  <map:matchers default="wildcard">
> >       <map:matcher name="wildcard"
> > src="org.apache.cocoon.matching.WildcardURIMatcher"/>
> >  </map:matchers>
> >
> > instead of:
> >
> > <map:matchers default="wildcard">
> >       <map:matcher name="wildcard"
> > src="org.apache.cocoon.matching.WildcardURIMatcherFactory"/>
> >  </map:matchers>
> >
> > because its depricated, but the result is always the same when I
> > call the api (http://localhost:8080/cocoon/bonebreaker)
> >
> > im using:
> > w2k
> > cocoon 2.0.4
> > Tomcat/4.1.18
> > jdk 1.4
> >
> > may be someone has an idea
> > thank you very much
> >
> > Sliman
> >
> >
> > --------------------------------------------------------------------
> > - To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
> > For additional commands, e-mail: cocoon-users-help@xml.apache.org
> >
> >
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org For
> additional commands, e-mail: cocoon-users-help@xml.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org For
> additional commands, e-mail: cocoon-users-help@xml.apache.org
> 
> 



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


AW: Invalid processing instruction name (saxon:warning) with the bonebreaker example

Posted by Sliman Bouchareb <sl...@gmx.de>.
Hi Upayavira,
thanx for the rush response.
Now im getting this error http://www.bouchareb.de/error2.html

here is a small view of my main sitemap:

<map:pipeline>
  <!-- match the Bonebreaker homepage -->
  <map:match pattern="bonebreaker">
    <map:mount uri-prefix="bonebreaker" check-reload="yes"
      reload-method="synchron" src="bonebreaker/"/>
  </map:match>

  <!-- match all other Bonebreaker pages -->
  <map:match pattern="bonebreaker/**">
    <map:mount uri-prefix="bonebreaker" check-reload="yes"
      reload-method="synchron" src="bonebreaker/"/>
  </map:match>
</map:pipeline>

thanx

-----Ursprungliche Nachricht-----
Von: Upayavira [mailto:uv@upaya.co.uk]
Gesendet: Freitag, 27. Juni 2003 17:13
An: cocoon-users@xml.apache.org
Betreff: Re: Invalid processing instruction name (saxon:warning) with
the bonebreaker example


I've never tried bonebreaker, but if you've mounted it onto your root
sitemap, then try
accessing it via http://localhost:8080/cocoon/bonebreaker/   i.e. with a
slash at the
end. The mount probably mounts bonebreaker/ rather than just bonebreaker.

Regards, Upayavira


On 27 Jun 2003 at 17:09, Sliman Bouchareb wrote:

> hello,
> im a newbie and i just tried out the bonebreaker example from
> www.cocooncenter.de
> well i did all the changes in my sitemap to map bonebreaker like
> indicated on cocooncenter.de but everytime i get the error :
> http://www.bouchareb.de/error.htm
>
> in some postings here, i read that the source of the
> WildcardURIMatcher must be :
>
>  <map:matchers default="wildcard">
>       <map:matcher name="wildcard"
> src="org.apache.cocoon.matching.WildcardURIMatcher"/>
>  </map:matchers>
>
> instead of:
>
> <map:matchers default="wildcard">
>       <map:matcher name="wildcard"
> src="org.apache.cocoon.matching.WildcardURIMatcherFactory"/>
>  </map:matchers>
>
> because its depricated, but the result is always the same when I call
> the api (http://localhost:8080/cocoon/bonebreaker)
>
> im using:
> w2k
> cocoon 2.0.4
> Tomcat/4.1.18
> jdk 1.4
>
> may be someone has an idea
> thank you very much
>
> Sliman
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org For
> additional commands, e-mail: cocoon-users-help@xml.apache.org
>
>



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


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


Re: Invalid processing instruction name (saxon:warning) with the bonebreaker example

Posted by Upayavira <uv...@upaya.co.uk>.
I've never tried bonebreaker, but if you've mounted it onto your root sitemap, then try 
accessing it via http://localhost:8080/cocoon/bonebreaker/   i.e. with a slash at the 
end. The mount probably mounts bonebreaker/ rather than just bonebreaker.

Regards, Upayavira


On 27 Jun 2003 at 17:09, Sliman Bouchareb wrote:

> hello,
> im a newbie and i just tried out the bonebreaker example from
> www.cocooncenter.de
> well i did all the changes in my sitemap to map bonebreaker like
> indicated on cocooncenter.de but everytime i get the error :
> http://www.bouchareb.de/error.htm
> 
> in some postings here, i read that the source of the
> WildcardURIMatcher must be :
> 
>  <map:matchers default="wildcard">
>       <map:matcher name="wildcard"
> src="org.apache.cocoon.matching.WildcardURIMatcher"/>
>  </map:matchers>
> 
> instead of:
> 
> <map:matchers default="wildcard">
>       <map:matcher name="wildcard"
> src="org.apache.cocoon.matching.WildcardURIMatcherFactory"/>
>  </map:matchers>
> 
> because its depricated, but the result is always the same when I call
> the api (http://localhost:8080/cocoon/bonebreaker)
> 
> im using:
> w2k
> cocoon 2.0.4
> Tomcat/4.1.18
> jdk 1.4
> 
> may be someone has an idea
> thank you very much
> 
> Sliman
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org For
> additional commands, e-mail: cocoon-users-help@xml.apache.org
> 
> 



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