IDependOn-Set: 1
IDependOn-Set: 2
IDependOn-Set: 7
IDependOn-Set: 76
IDependOn-Set: 79
IDependOn-Set: 80
LastModifiedSecs: 933313736
Parent: 7
SequenceNumber: 6
Title: ERROR: java.net.BindException: Address already in use
Part: 0
Author-Set: jon@working-dogs.com
HideAttributions: 1
LastModifiedSecs: 922477080
Type: monospaced
Lines: 11
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.
EndPart: 0
Part: 1
Author-Set: jon@working-dogs.com
HideAttributions: 1
LastModifiedSecs: 922738380
Type: monospaced
Lines: 20

----------
From: Pierpaolo Fumagalli <p_fumagalli@fumagalli.org>
To: Java Apache Users <java-apache-users@list.working-dogs.com>
Subject: Re: Me too java.net.BindException error
Date: Mon, Mar 29, 1999, 7:38 AM


Jonathan Buschmann wrote:
> 
> 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).
> 
I think there's something buggy in JDK 1.1.6 on the ServerSocket. I can
remember it from a discussion ran here some months ago... I'd suggest
you to upgrade to the LATEST JVM for Solaris... (1.1.7 or 1.2 should
work)...

        Pier
EndPart: 1
Part: 2
Author-Set: dking@opentable.com
HideAttributions: 1
LastModifiedSecs: 933313736
Type: monospaced
Lines: 1
I get this error when I restart the server too soon after stopping it. Apparently you just have to let it die gracefully, then restart, otherwise to socket hasn't freed up yet.
EndPart: 2
