You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by "Chidester, Brice" <Br...@qwest.com> on 2000/04/03 21:31:50 UTC

RE: Installing on NES and ServletExec?

I installed Sun's JDK 1.2.2, and am now at least getting an error that tells
me what class it's not finding:

java.lang.NoClassDefFoundError: org/xml/sax/ErrorHandler
	at java.lang.ClassLoader.defineClass0(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:442)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:340)
	at
newatlanta.servletexec.ServletClassLoader.loadServletsFolderClass(ServletCla
ssLoader.java)
	at
newatlanta.servletexec.ServletClassLoader.loadClass(ServletClassLoader.java,
Compiled Code)
	at java.lang.ClassLoader.loadClass(ClassLoader.java, Compiled Code)
	at java.lang.ClassLoader.defineClass0(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:442)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:340)
	at
newatlanta.servletexec.ServletClassLoader.loadZipFile(ServletClassLoader.jav
a, Compiled Code)
	at
newatlanta.servletexec.ServletClassLoader.loadServletsFolderClass(ServletCla
ssLoader.java)
	at
newatlanta.servletexec.ServletClassLoader.loadClass(ServletClassLoader.java,
Compiled Code)
	at
newatlanta.servletexec.HostServletContext.loadConfiguredServlet(HostServletC
ontext.java)
	at
newatlanta.servletexec.AdminServlet.SetServlets(AdminServlet.java, Compiled
Code)
	at newatlanta.servletexec.AdminServlet.service(AdminServlet.java,
Compiled Code)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
	at
newatlanta.servletexec.ServletExec.processServletRequest(ServletExec.java,
Compiled Code)
	at
newatlanta.servletexec.ServletExec.ProcessRequest(ServletExec.java, Compiled
Code)
	at
newatlanta.servletexec.ServletExec.ProcessRequest(ServletExec.java, Compiled
Code)


I do have the tools.jar file in my classpath in ServletExec. I know the
class is supposed to be in the Xerces .jar file, does anyone know of a
reason that it might not be finding the SAX ErrorHandler class? I'd
appreciate any assistance.

Brice Chidester



-----Original Message-----
From: Chidester, Brice [mailto:Brice.Chidester@qwest.com]
Sent: Friday, March 31, 2000 3:53 PM
To: 'Cocoon Users Mailing List'
Subject: Installing on NES and ServletExec?


Well, it's the usual, I suppose. I'm attempting to install Cocoon 1.7.2 on a
Windows NT system running Netscape Enterprise Server 3.63 and ServletExec
2.2, and using the Sun JDK 1.1.8.  I have the fop, servlet, xerces, xalan,
and cocoon .jar files in my classpath. I'm getting an Internal Server Error
and the following errors in my ServletExec.log file each time I try to bring
up an .xml file in my browser:

ServletExec.ProcessRequest() error: java.lang.NoClassDefFoundError
java.lang.NoClassDefFoundError

Now, it would probably help a lot if I knew which class def wasn't found,
but, oh, well. I'm pretty new at this, so please accept my apologies if I'm
missing something obvious, but any help that anyone could provide would be
appreciated.

Brice Chidester

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