Re: APR SSL error: "Socket bind failed: [98] Address already in use"

2011-11-19 Thread Konstantin Kolinko
2011/11/19 Eric Kemp : > Summary: I'm looking for ideas on how to resolve this "Address already > in use" error when configuring SSL in Tomcat APR. > > Environment: >  Running Apache Tomcat/6.0.24 That one is old. Maybe you can upgrade to 6.0.33? >  on OS is Ubuntu 10.04.2 LTS >  with JVM 1.7.0_0

Re: APR SSL error: "Socket bind failed: [98] Address already in use"

2011-11-19 Thread Eric Kemp
I've seen several places where people say [98] is the error message number - not the port number. Also, I'm not doing anything with port 98. Thanks On Sat, Nov 19, 2011 at 8:03 PM, Talal Rabaa wrote: > Looks like you have another service (not necessarily Tomcat) running on port > 98. > > On 2

Re: APR SSL error: "Socket bind failed: [98] Address already in use"

2011-11-19 Thread Talal Rabaa
Looks like you have another service (not necessarily Tomcat) running on port 98. On 2011-11-19, at 1:44 PM, Eric Kemp wrote: > Summary: I'm looking for ideas on how to resolve this "Address already > in use" error when configuring SSL in Tomcat APR. > > Environment: > Running Apache Tomcat/6.0.2

APR SSL error: "Socket bind failed: [98] Address already in use"

2011-11-19 Thread Eric Kemp
Summary: I'm looking for ideas on how to resolve this "Address already in use" error when configuring SSL in Tomcat APR. Environment: Running Apache Tomcat/6.0.24 on OS is Ubuntu 10.04.2 LTS with JVM 1.7.0_01-b08 // // Prior to configuring SSL, and after starting Tomcat I run "netstat -tulpn"