On Wed, 14 Apr 1999, Joe Ssemwogerere wrote:

> Hi all,
> I just completed installing jserv.  Now I am not able to run my servlets.  I
> am getting the following in my mod_jserv.log file.  Please help.

You cut off the beginning of the log file message where it explains that
the JVM was not able to start correctly.  After telling you this, it shows
you how it tried to start the JVM, in the hopes that you can use that
information to figure out what's wrong.

Before the first of the lines which you sent, you'll find one which shows
the exact program name -- you should make sure this corresponds to your
JVM executable.

> [14/04/1999 13:34:47:906] (INFO) wrapper: argument[ 2]org.apache.jserv.JServ

This is correct.

> [14/04/1999 13:34:47:906] (INFO) wrapper:
> rgument[ 3]/usr/local/jserv/1.0b3/c\ onf/jserv.properties

This line got munged somehow.  It may be bogus -- it should read: 

argument[ 3]/usr/local/jserv/1.0b3/conf/jserv.properties

Perhaps this is wrong in your conf file -- this is the
ApJServPropertiesFile directive, IIRC.  Alternately, that file may be
missing or may need to be modified before you can run Apache JServ.

>[14/04/1999
> 13:34:47:906] (INFO) wrapper: environment[ 1]
> PATH=/bin:/usr/bin:/u\sr/local/bin

This is also munged.  It looks like you cut and pasted from emacs, and
emacs mucked things up.

> [14/04/1999 13:34:47:906] (INFO) wrapper:
> environment[ 2]CLASSPATH=/usr/local/\
> jserv/1.0b3/src/java/Apache-JServ.jar:/usr/local/jsdk/2.0/lib/jsdk.jar

Again, this is munged.  But you should check to make sure that these files
really do exist exactly as specified.

> [14/04/1999 13:37:16:581] (EMERGENCY) ajp11: can not connect to
> host127.0.0.1:\ 8007[14/04/1999 13:37:16:581] (EMERGENCY) ajp11: connection
> fail[14/04/1999 13:37:16:581] (ERROR) an error returned handling requestvia
> protoc\ol "ajpv11"----:%%-F1 mod_jserv.log 

This message just means that the JVM isn't answering requests.

hth -

Ed



----------------------------------------------------------------
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