----------------------------------------------------------------
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 All,
I'm new to java servlets so I'm not sure if this is a jserv problem or a
java problem either way
I'll start here. 

I'm running apache 1.3.12 and jserv 1.1.1, and JSDK2.0

Apache works fine, and the sample jserv servlets work fine also.
My problem is I'm trying to get this product called jwebmail running as
a servlet.
It will run fine as a standalone java app running as root, but when I
tried to run it as a servlet, none of the java classes can 'register"
themselves. I'm not sure if this is a java issue, and application issue
or what.  I tried the user forum for this app, but it was worthless.

The error messages are from error_log
Initalizing...
- Checking Java Virtual Machine ...
  * Version: 1.2.1 ... ok.
  * Operating System: SunOS/x86 5.8 ... ok.
  * User name: nobody ... ok.loading:    
  * WebMail System Properties: ok!
- Configuration Scheme Handler ... done!
- Initializing WebMail Authenticator Plugins ...
  * Error: could not register "IMAPAuthenticator" (IMAPAuthenticator)!
  * Error: could not register "POPAuthenticator" (POPAuthenticator)!
  * Error: could not register "SimpleAuthenticator"
(SimpleAuthenticator)!
  * Error: could not register "UnixAuthenticator" (UnixAuthenticator)!
  done!
and from then on all the classes start returning the same error message
Error: could not register "About.class"

jserv.log[16/06/2000 09:11:47:804 EDT] Received signal 15
[16/06/2000 09:11:47:804 EDT] Terminating ApacheJServ/1.1.1...
[16/06/2000 09:11:47:854 EDT] Destroying Servlets
[16/06/2000 09:11:47:871 EDT] Destroying servlet webmail
[16/06/2000 09:11:52:082 EDT] ApacheJServ/1.1.1 is starting...
[16/06/2000 09:11:52:099 EDT] Connection authentication is disabled
[16/06/2000 09:11:52:263 EDT] Connection allowed from
localhost/127.0.0.1
[16/06/2000 09:11:52:263 EDT] Listening on port 8007 accepting 50
maximum connec
tions
[16/06/2000 09:11:52:325 EDT] Creating Servlet Zones
[16/06/2000 09:11:52:325 EDT] Servlet Zone webmail initializing...
[16/06/2000 09:11:52:545 EDT] Initialisation timeout: 10 seconds
[16/06/2000 09:11:52:548 EDT] Destroy timeout: 10 seconds
[16/06/2000 09:11:52:573 EDT] Session timeout: 1800 seconds
[16/06/2000 09:11:52:574 EDT] New session timeout: 1800 seconds
[16/06/2000 09:11:52:574 EDT] Session check frequency: 30 seconds
[16/06/2000 09:11:52:579 EDT] Autoreload on zone file changes: true
[16/06/2000 09:11:52:580 EDT] Autoreload on classfile changes: true
[16/06/2000 09:11:52:615 EDT] Default initArgs: {}
[16/06/2000 09:11:52:736 EDT] Servlet name: webmail
[16/06/2000 09:13:53:434 EDT] javax.servlet.ServletException: Error:
null
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.fillInStackTrace(Compiled Code)
        at java.lang.Throwable.<init>(Compiled Code)
        at java.lang.Exception.<init>(Compiled Code)
        at
javax.servlet.ServletException.<init>(ServletException.java:40)
        at net.wastl.webmail.servlet.WebMailServlet.service(Compiled
Code)
        at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:

mod_jserv.log 


(ERROR) ajp12: Servlet Error: javax.servlet.ServletExc
eption: Error: null: Error: null

The webmail zone properties file is pretty standard and I don't think
that is where the problem lies so interest to save space I'll leave it
out for now.

Any help would be greatly appreciated.


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to