Ari Halberstadt wrote:
> The JVM is running jserv which is already bound to the port. But you say no
> JVM is running, which is unusual--I've never seen this problem unless
> another copy of jserv were running.
>
> Maybe some other process is listening on the port? Try a different port number.
>
> Maybe your jvm starts up, doesn't respond properly to ajpv11, and then
> doesn't exit; so when the wrapper module tries to relaunch the jvm a second
> time it can't.
>
> I ran netstat on my linux box and it doesn't report processes listening for
> connections; that is, even though jserv is listening on 8007 netstat did
> not report this. I ran it on solaris 2.6 and it also didn't report the
> listening jserv process.
>
You need netstat -a to see also listened socks.
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]