Hi !

Thanks Ed for your response, but unfortunately the ways you suggested did
not work, I still have the same problem.

1. I changed the ServerName to localhost.
2. I changed the port to 8001 ( I even tested my ports with a port sanner on
the range 8000-8100, but there was no response, neither for 8007 nor for
8001, after I changed it to 8001)
3. I noticed that I had the JDK1.2.1 as my default JVM and I switched to
JDK1.1.8 to test another JVM, but this did not change anything.

Regards,

Michael

----- Original Message -----
From: Ed Korthof <[EMAIL PROTECTED]>
To: Java Apache Users <[EMAIL PROTECTED]>
Sent: Wednesday, May 26, 1999 12:00 PM
Subject: Re: Problem running Apache 1.3.6 and JServ1.0b5 !!!!!


> Does this error message occur exactly three times, or does it keep
> appearing (with gradually lower and lower frequency)?  Any time you see
> that error message, the JVM will die.  The wrapper program will attempt to
> recreate it (it'll start doing so less frequently -- down to about once
> every 5 minutes, I believe -- if it keeps failing).
>
> So if that message keeps showing up, then there's something preventing you
> from launching the JVM (perhaps some other process is already bound to the
> port which you've configured -- you may want to try a different port
> [which needs to be defined both in your Apache conf file and in your
> jserv.properties file]).  Perhaps the JVM is having problems on account of
> the ServerName ... you could try using 'localhost' to see if that changes
> anything.
>
> If the message stops appearing, then you are eventually launching a JVM
> successfully, and something is preventing your webserver from talking to
> it.  I'd check to make sure your settings for the port and the secret key
> are the same in your .conf file and your .properties file.
>
> hth --
>
> Ed
>
> On Wed, 26 May 1999, Michael Rumpf wrote:
>
> > Hi !
> >
> > I installed Apache 1.3.6 and JServ 1.0b5 on Win95.
> >
> > When I launch the Apache server the Apache error log is containing three
> > lines with an exception output:
> >
> > ApacheJServ/1.0b5: Exception creating the server socket:
> > java.net.SocketException: create
> > ApacheJServ/1.0b5: Exception creating the server socket:
> > java.net.SocketException: create
> > ApacheJServ/1.0b5: Exception creating the server socket:
> > java.net.SocketException: create
> >
> > I can access the url http://localhost/jserv/ without problems, but when
I
> > try to access the http://localhost/jserv/engine/0 I get an 'Internal
Server
> > Error' and the error log is containing another three lines with the same
> > message as above.
> >
> > The JServ mod_jserv.log contains the following messages:
> >
> > [26/05/1999 10:21:07:670] (EMERGENCY) ajp11: can not connect to host
> > 127.0.0.1:8007
> > [26/05/1999 10:21:07:670] (EMERGENCY) ajp11: connection fail
> > [26/05/1999 10:21:07:670] (ERROR) an error returned handling request via
> > protocol "ajpv11"
> > [26/05/1999 10:21:07:670] (ERROR) an error returned handling request via
> > protocol "status"
> >
> > The only entry I have changed in Apache's configuration (httpd.conf) was
to
> > change the ServerName to the name of my Win95 machine, because Apache
was
> > not able to determine the name of the machine on its own.
> >
> > Any hints would be appreciated.
> >
> > Michael
> >
> >
> >
> >
> > -- --------------------------------------------------------------
> > To subscribe:        [EMAIL PROTECTED]
> > To unsubscribe:      [EMAIL PROTECTED]
> > READ THE FAQ!!!!     <http://java.apache.org/faq/>
> > Archives and Other:  <http://java.apache.org/main/mail.html/>
> > Problems?:           [EMAIL PROTECTED]
> >
>
>
>
> -- --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> READ THE FAQ!!!!     <http://java.apache.org/faq/>
> Archives and Other:  <http://java.apache.org/main/mail.html/>
> Problems?:           [EMAIL PROTECTED]
>



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

Reply via email to