You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Olivier Rossel <lo...@lolive.net> on 2001/09/27 17:01:02 UTC

Cocoon package under Debian

I am currently trying to package Cocoon 1.8.3 for the Debian GNU/Linux 
distribution (stable and unstable).
I am having the classic problem of:
java.lang.RuntimeException: Exception when creating " 
org.apache.cocoon.processor.xsp.XSPProcessor" :
java.lang.NoSuchMethodError: See 
http://xml.apache.org/cocoon/faqs.html#faq-normalize
        at org.apache.cocoon.framework.Manager.create(Manager.java:124)
        at org.apache.cocoon.framework.Router.init(Router.java:80)
        at org.apache.cocoon.framework.Manager.create(Manager.java:109)

It seems not to be something related to xerces.jar and CLASSPATH.
I wonder if people under Debian can help me.
I am almost sure that this problem is due to bad rights on a directory.

Anyone ever had this problem under this distrib?

lOlive


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


Re: Cocoon package under Debian

Posted by Olivier Rossel <lo...@lolive.net>.
Christopher Cobb wrote:

>Are you on the Debian-java mailing list?  Debian is attempting to provide a
>usable environment for all java applications with respect to classpaths,
>etc.  If you are packaging a java application, you need to be on this list.
>
>http://www.debian.org/MailingLists/subscribe (see debian-java)
>
>cc
>
My problem is more Cocoon-related.
I wonder if that (very usual) problem can be due to something such as 
rights, or anything that is not
Java related.

I am aware that there is a Debian list for Java.



---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


Re: Cocoon package under Debian

Posted by Christopher Cobb <cc...@phtek.com>.
Are you on the Debian-java mailing list?  Debian is attempting to provide a
usable environment for all java applications with respect to classpaths,
etc.  If you are packaging a java application, you need to be on this list.

http://www.debian.org/MailingLists/subscribe (see debian-java)

cc

Olivier Rossel wrote:

> I am currently trying to package Cocoon 1.8.3 for the Debian GNU/Linux
> distribution (stable and unstable).
> I am having the classic problem of:
> java.lang.RuntimeException: Exception when creating "
> org.apache.cocoon.processor.xsp.XSPProcessor" :
> java.lang.NoSuchMethodError: See
> http://xml.apache.org/cocoon/faqs.html#faq-normalize
>         at org.apache.cocoon.framework.Manager.create(Manager.java:124)
>         at org.apache.cocoon.framework.Router.init(Router.java:80)
>         at org.apache.cocoon.framework.Manager.create(Manager.java:109)
>
> It seems not to be something related to xerces.jar and CLASSPATH.
> I wonder if people under Debian can help me.
> I am almost sure that this problem is due to bad rights on a directory.
>
> Anyone ever had this problem under this distrib?
>
> lOlive
>
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
>
> To unsubscribe, e-mail: <co...@xml.apache.org>
> For additional commands, e-mail: <co...@xml.apache.org>


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


Re: Cocoon package under Debian

Posted by Jeff Turner <je...@socialchange.net.au>.
Are you able to run Tomcat on it's own?

Check if you have anything in /usr/share/java/repository. This directory
gets added to the front of the system classpath by the '/usr/bin/java'
script.

--Jeff


On Thu, Sep 27, 2001 at 05:01:02PM +0200, Olivier Rossel wrote:
> I am currently trying to package Cocoon 1.8.3 for the Debian GNU/Linux 
> distribution (stable and unstable).
> I am having the classic problem of:
> java.lang.RuntimeException: Exception when creating " 
> org.apache.cocoon.processor.xsp.XSPProcessor" :
> java.lang.NoSuchMethodError: See 
> http://xml.apache.org/cocoon/faqs.html#faq-normalize
>        at org.apache.cocoon.framework.Manager.create(Manager.java:124)
>        at org.apache.cocoon.framework.Router.init(Router.java:80)
>        at org.apache.cocoon.framework.Manager.create(Manager.java:109)
> 
> It seems not to be something related to xerces.jar and CLASSPATH.
> I wonder if people under Debian can help me.
> I am almost sure that this problem is due to bad rights on a directory.
> 
> Anyone ever had this problem under this distrib?
> 
> lOlive

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>