java.lang.NoClassDefFoundError: org/w3c/dom/svg/SVGDocument

2003-06-12 Thread thomas loubrieu
error when I use the SVG2JPEG serializer (even with the demo example) : catalina.out : java.lang.NoClassDefFoundError: org/w3c/dom/svg/SVGDocument at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:509) at

java.lang.NoClassDefFoundError: org/apache/batik/dom/svg/DefaultSVGContext

2002-11-29 Thread Ludovic de Beaurepaire
Hi All, I have a stylesheet using SVG, it is working fine with FOP to generate PDF. Now, I want Cocoon to use it and i have the following Exception (in the console): java.lang.NoClassDefFoundError: org/apache/batik/dom/svg/DefaultSVGContext ... I am using Cocoon 2.0.3, and in the file "

Re: java.lang.NoClassDefFoundError: javax/xml/transform/URIResolver

2002-02-28 Thread David Parry
On 28/2/02 David Parry said: >I've been trying to get Cocoon 2.0.1 to work with Tomcat 4.0.2 on MacOSX >10.1.3 (with and without the recent Java Update). Tomcat seems to be >working fine... can get servlets and JSPs to work fine. Okay... I just answered my own question thanks to a quick comment o

java.lang.NoClassDefFoundError: javax/xml/transform/URIResolver

2002-02-28 Thread David Parry
ervletException: Servlet.init() for servlet Cocoon2 threw exception root cause java.lang.NoClassDefFoundError: javax/xml/transform/URIResolver Looking around some of the FAQ's and stuff, this would tend to indicate a problem with Xalan and/or JAXP I remember there were issues with this

Re: java.lang.NoClassDefFoundError: javax/xml/transform/URIResolver

2002-02-14 Thread Cristina Ulivi
8:15 PM Subject: java.lang.NoClassDefFoundError: javax/xml/transform/URIResolver Hi,   I am trying to setup Cocoon 2.0 with Tomcat. I followed instruction in the installation page. However, I got this problem. Please help.   Thank you very much.       Hsiao-Kun Tu

Re: java.lang.NoClassDefFoundError: javax/xml/transform/URIResolver

2002-02-14 Thread Cristina Ulivi
8:15 PM Subject: java.lang.NoClassDefFoundError: javax/xml/transform/URIResolver Hi,   I am trying to setup Cocoon 2.0 with Tomcat. I followed instruction in the installation page. However, I got this problem. Please help.   Thank you very much.   Here is the

java.lang.NoClassDefFoundError: javax/xml/transform/URIResolver

2002-02-14 Thread Tu, Hsiao-Kun
org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1012)    at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1107)    at java.lang.Thread.run(Thread.java:484) root cause java.lang.NoClassDefFoundError: javax/xml/transform/URIResolver    at

Re: [c1] java.lang.NoClassDefFoundError with custom class?

2001-12-17 Thread Jeff Turner
m.blah.globals package in > WEB-INF/classes/com/blah/globals. When I try and import this in my > cocoon logicsheet I get a NoClassDefFoundError: > > java.lang.NoClassDefFoundError: com/rrp/globals/Globals at > _home._reedy._docs._production._pcteachit_com._temp.(_temp

Re: [c1] java.lang.NoClassDefFoundError with custom class?

2001-12-17 Thread Brent L Johnson
rent - Original Message - From: "David Rosenstrauch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 14, 2001 12:39 PM Subject: Re: [c1] java.lang.NoClassDefFoundError with custom class? > Loose classes go in WEB-INF/classes. Jar files go in W

Re: [c1] java.lang.NoClassDefFoundError with custom class?

2001-12-14 Thread David Rosenstrauch
ding to Tomcat's documentation, anything in WEB-INF/classes is available (so I >dont have to put it in my classpath). I've got my own com.blah.globals package in >WEB-INF/classes/com/blah/globals. When I try and import this in my cocoon logicsheet >I get a NoClassDefFoundError: > &g

[c1] java.lang.NoClassDefFoundError with custom class?

2001-12-14 Thread Brent L Johnson
globals.  When I try and import this in my cocoon logicsheet I get a NoClassDefFoundError:   java.lang.NoClassDefFoundError: com/rrp/globals/Globals at _home._reedy._docs._production._pcteachit_com._temp.(_temp.java:33) at java.lang.Class.newInstance0(Native Method) at java.lang.Class.newInstanc

Re: Exception in thread "main" java.lang.NoClassDefFoundError

2001-09-14 Thread Thangadurai
; I try to build the cocoon2b on a winnt4 machine and I receive the following > > message : > > > > Exception in thread "main" java.lang.NoClassDefFoundError: > > org/apache/tools/ant/Ma

Re: Exception in thread "main" java.lang.NoClassDefFoundError

2001-09-14 Thread Thangadurai
on in thread "main" java.lang.NoClassDefFoundError: > org/apache/tools/ant/Main > > and no war file will be created. > > What can I do ? > > Olivier > > - > Please check that your question has no

Exception in thread "main" java.lang.NoClassDefFoundError

2001-09-13 Thread Olivier Mougel
Hello, I try to build the cocoon2b on a winnt4 machine and I receive the following message : Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/Main and no war file will be created. What can I do

Still having java.lang.NoClassDefFoundError with XSP

2001-07-26 Thread Mamadou Bobo Sylla
The same error is persisting(ref to message title and my first message atthe bottom).I am pasting here the content of my autoexec.bat and tomcat.bat in theexpectation that, this may help to discover the mistake. As I had pointedout, all the cocoon samples are working except XSP.Please whoeve

Re: java.lang.NoClassDefFoundError with XSP

2001-07-26 Thread Mamadou Bobo Sylla
OMCAT_HOME%\lib\mm.mysql-2.0.6.jar" set CP=%CP%;%TOMCAT_HOME%\lib\mm.mysql~1.jar == Bobo, - Original Message - From: "Drasko Kokic" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 26, 2001 8:30 PM Subject: Re: java.lang.NoClassDefFoun

Re: java.lang.NoClassDefFoundError with XSP

2001-07-26 Thread Stefano Mazzocchi
Scrive Mamadou Bobo Sylla <[EMAIL PROTECTED]>: > I am using Tomcat 3.2.1 integrated with cocoon-1.8.2 > > I have succesfully tested all the cocoon samples except XSP examples. > I am always getting :java.lang.NoClassDefFoundError: > sun/tools/javac/Main > > I h

Re: java.lang.NoClassDefFoundError with XSP

2001-07-26 Thread Christopher Painter-Wakefield
It sounds as if you may be using JRE instead of JDK. JRE doesn't include the javac compiler, you need the full JDK. -Christopher Please respond to [EMAIL PROTECTED] To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> cc: Subject: java.lang.NoClassDefFoundError with XSP

Re: java.lang.NoClassDefFoundError with XSP

2001-07-26 Thread Drasko Kokic
I believe you missed reading documentation :-) --- Mamadou Bobo Sylla <[EMAIL PROTECTED]> wrote: > I am using Tomcat 3.2.1 integrated with cocoon-1.8.2 > > I have succesfully tested all the cocoon samples > except XSP examples. > I am always getting :java.lang.NoClassDefFo

java.lang.NoClassDefFoundError with XSP

2001-07-26 Thread Mamadou Bobo Sylla
I am using Tomcat 3.2.1 integrated with cocoon-1.8.2   I have succesfully tested all the cocoon samples except XSP examples. I am always getting :java.lang.NoClassDefFoundError: sun/tools/javac/Main I have already the JDK_HOM/lib/tools.jar on my system classpath (through autoexec.bat). I

Re: java.lang.NoClassDefFoundError

2001-05-30 Thread [EMAIL PROTECTED]
pher > > > > > Please respond to [EMAIL PROTECTED] > > To: [EMAIL PROTECTED] > cc: > > Subject: java.lang.NoClassDefFoundError > > > > Hello! > > > I am trying to load an xml page that uses a > logichsheet. > But cocoon 1.8.2 retur

Re: java.lang.NoClassDefFoundError

2001-05-30 Thread paint007
Have you installed the JDK or just the JRE? Cocoon can't do XSP without a Java compiler, which isn't included in JRE. -Christopher Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: java.lang.NoClassDefFoundError Hello! I am trying to load an xml

Re: java.lang.NoClassDefFoundError

2001-05-30 Thread Lajos Moczar
there it says that > it is a problem with the classpath, but I checked > it and it`s alright... > do you know what might be causing this? > > java.lang.NoClassDefFoundError: > sun/tools/javac/Main > > Thank you! > Kind regards, > > Miguel Torres > >

java.lang.NoClassDefFoundError

2001-05-30 Thread [EMAIL PROTECTED]
? java.lang.NoClassDefFoundError: sun/tools/javac/Main Thank you! Kind regards, Miguel Torres -- Crie o seu Email Grátis no Clix em http://registo.clix.pt/ - Please check that your question has not already been answered in the FAQ before posting. <h