----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------



Hi -

I am trying to install ApacheJServ 1.1.2 along with the Apache 1.3.9 that is
currently running on my NT 4.0 Server and have run into a lot of problems.
I have completely gone throught the FAQ and even though this particular problem
is specifically mentioned, the resolutions given do not eliminate my problem.

As per the 3 solutions given,

1. wrapper.classpath points to the ApacheJServ.jar and jsdk.jar files (I also
added the rt.jar as suggested by someone in the FAQ)
2. The zone is configured as per instructions
3. The log file has write permissions
4. The ApacheJServ.jar size is 154 kb

In addition to this I also followed the step by step suggestions as given by
Krishna Sampath (Setting up JSErv on NT4.0 - HOW TO) but this too does not help
at all.

The following is the start of the message in the error.log file for Apache when
the apache is started -

java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet
 at java.lang.ClassLoader.defineClass0(Native Method)
 at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111)
 at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
 at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
 at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
 at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
 at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
Exception in thread "main" java.lang.NoClassDefFoundError:
javax/servlet/http/HttpServlet


In addition to this the mod_jserv logfile for Apache JServ has the following log


[16/11/2000 23:49:23:190] (INFO) wrapper: Java Virtual Machine started (PID=332)
[16/11/2000 23:49:23:190] (INFO) wrapper: controller started (PID=310)
[16/11/2000 23:49:24:743] (INFO) wrapper: Java Virtual Machine crashed
[16/11/2000 23:49:24:743] (INFO) wrapper: Java Virtual Machine started (PID=385)
[16/11/2000 23:49:25:003] (INFO) wrapper: Java Virtual Machine crashed
[16/11/2000 23:49:25:003] (INFO) wrapper: Java Virtual Machine started (PID=392)
[16/11/2000 23:49:25:273] (INFO) wrapper: Java Virtual Machine crashed
[16/11/2000 23:49:25:273] (INFO) wrapper: Java Virtual Machine started
(PID=383)
[16/11/2000 23:49:25:534] (INFO) wrapper: Java Virtual Machine crashed
[16/11/2000 23:49:25:534] (INFO) wrapper: Java Virtual Machine started (PID=387)
[16/11/2000 23:49:25:794] (INFO) wrapper: Java Virtual Machine crashed
[16/11/2000 23:49:25:794] (INFO) wrapper: Java Virtual Machine started (PID=396)
[16/11/2000 23:49:26:055] (INFO) wrapper: Java Virtual Machine crashed
[16/11/2000 23:49:26:055] (INFO) wrapper: Java Virtual Machine started(PID=388)
[16/11/2000 23:49:26:315] (INFO) wrapper: Java Virtual Machine crashed
[16/11/2000 23:49:26:315] (INFO) wrapper: VM died too many times w/in 5 second
intervals (6); no more tries
[16/11/2000 23:49:26:315] (INFO) wrapper: too many restart attempts w/in a short
 timeframe; no more retries.
There may be an error in your Apache JServ configuration.
To debug, please enable all log options in jserv.properties:

I have downloaded Java 2 SDK v1.3 from Sun's website.

Please advise.




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to