I'm also suffering from the problem:

Apache JServ: Exception creating the server socket:
java.net.BindException: Address already in use

The answer in the Faq-O-matic doesn't convince me:

ERROR: java.net.BindException: Address already in use
        Apache JServ: Exception creating the server socket:
java.net.BindException:
        Address already in use

        If you are getting the above error, it is most likely that you
have another
        copy of the JVM running. On a unix machine, type:

        ps -uax | grep java
        or
        ps -ef | grep java

        If you see a JVM running you must kill it.

This error occurs when  JServ tries to bind to the ajp11 socket (by
default 8007), doesn't seem to have anything to do with the JVM.
In any case, before starting up Apache, I checked to make sure no other
JVM or Jserv is still alive. I netstat'd to make sure nobody was still
bound to 8007, and I still get these errors.
Immediately afterwards i see that there is a connection in time wait on
8007, which means the server bound to the socket and then died. It seems
maybe that somehow Jserv (or two instances of Jserv) are binding to the
socket twice.

For the record I've got Apache/1.3.4, java 1.1.6, Apache-JServ-1.0b2 as
a DSO on Solaris 2.7.
(P.S Because I like DSOs).

thanks for any help,
jonathan



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