RE: Wait... NULL address in java.net.BindException: Address already in use (Bind failed) ???

2021-03-17 Thread Eric Robinson
> -Original Message- > From: Christopher Schultz > Sent: Wednesday, March 17, 2021 3:13 PM > To: users@tomcat.apache.org > Subject: Re: Wait... NULL address in java.net.BindException: Address already > in use (Bind failed) ??? > > Eric and Martin, >

RE: Wait... NULL address in java.net.BindException: Address already in use (Bind failed) ???

2021-03-17 Thread Eric Robinson
> -Original Message- > From: Martin Grigorov > Sent: Wednesday, March 17, 2021 2:35 PM > To: Tomcat Users List > Subject: Re: Wait... NULL address in java.net.BindException: Address already > in use (Bind failed) ??? > > On Wed, Mar 17, 2021, 20:27 Eric Robinso

Re: Wait... NULL address in java.net.BindException: Address already in use (Bind failed) ???

2021-03-17 Thread Christopher Schultz
Eric and Martin, On 3/17/21 15:35, Martin Grigorov wrote: On Wed, Mar 17, 2021, 20:27 Eric Robinson wrote: From: Martin Grigorov Sent: Wednesday, March 17, 2021 12:45 PM To: Tomcat Users List Subject: Re: Wait... NULL address in java.net.BindException: Address already in use (Bind failed

Re: Wait... NULL address in java.net.BindException: Address already in use (Bind failed) ???

2021-03-17 Thread Martin Grigorov
On Wed, Mar 17, 2021, 20:27 Eric Robinson wrote: > > From: Martin Grigorov > > Sent: Wednesday, March 17, 2021 12:45 PM > > To: Tomcat Users List > > Subject: Re: Wait... NULL address in java.net.BindException: Address > already > > in use (Bind failed) ??? &

RE: Wait... NULL address in java.net.BindException: Address already in use (Bind failed) ???

2021-03-17 Thread Eric Robinson
> From: Martin Grigorov > Sent: Wednesday, March 17, 2021 12:45 PM > To: Tomcat Users List > Subject: Re: Wait... NULL address in java.net.BindException: Address already > in use (Bind failed) ??? > > Hi, > > On Wed, Mar 17, 2021, 19:34 Eric Robinson &

Re: Wait... NULL address in java.net.BindException: Address already in use (Bind failed) ???

2021-03-17 Thread Martin Grigorov
Hi, On Wed, Mar 17, 2021, 19:34 Eric Robinson wrote: > Getting error: > > java.net.BindException: Address already in use (Bind failed) :3787 > Please paste more lines of the exception. Also please tell us which version of JDK/JRE you use. This exception is very cryptic and does

Wait... NULL address in java.net.BindException: Address already in use (Bind failed) ???

2021-03-17 Thread Eric Robinson
Getting error: java.net.BindException: Address already in use (Bind failed) :3787 I know how to fix the infamous "Address already in use (Bind failed)" problem when there is another process already listening on a port. However, I have confirmed with netstat and fuser that there i

RE: java.net.BindException: Address already in use

2010-09-02 Thread Paul Bourget
: java.net.BindException: Address already in use -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 8/31/2010 3:07 PM, Paul Bourget wrote: I compared the server.xml file to the one used on the production servers and it was the same except for the ip addresses. During bootup I get the failure but when

Re: java.net.BindException: Address already in use

2010-09-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 9/2/2010 2:41 PM, Paul Bourget wrote: I am not clear on the question as I inserted the log file in the early emails. I meant: what does your system /perform/ on boot... not what are the effects. For example: what startup script launches

RE: java.net.BindException: Address already in use

2010-08-31 Thread Paul Bourget
...@christopherschultz.net] Sent: Thursday, August 26, 2010 2:33 PM To: Tomcat Users List Subject: Re: java.net.BindException: Address already in use -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 8/26/2010 2:19 PM, Paul Bourget wrote: Thanks for looking at this. Wouldn't the first instance have open ports

RE: java.net.BindException: Address already in use

2010-08-31 Thread Caldarale, Charles R
From: Paul Bourget [mailto:paul.bour...@isabellaproducts.com] Subject: RE: java.net.BindException: Address already in use I compared the server.xml file to the one used on the production servers and it was the same except for the ip addresses. So that just verifies that you've got junk

Re: java.net.BindException: Address already in use

2010-08-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 8/31/2010 3:07 PM, Paul Bourget wrote: I compared the server.xml file to the one used on the production servers and it was the same except for the ip addresses. During bootup I get the failure but when I run the Catalina.sh start

Re: java.net.BindException: Address already in use

2010-08-26 Thread Pid
On 25/08/2010 15:17, Paul Bourget wrote: I assumed that this indicates be a port conflict before I googled this problem. Every solution I found said find and resolve the port conflict. I cannot find the conflict. [r...@localhost logs]# netstat -a | grep 8209 [r...@localhost

RE: java.net.BindException: Address already in use

2010-08-26 Thread Paul Bourget
Server.xml inline below. There is also a server.working.xml Paul Bourget Isabella Products -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Thursday, August 26, 2010 4:25 AM To: Tomcat Users List Subject: Re: java.net.BindException: Address already in use On 25/08/2010

RE: java.net.BindException: Address already in use

2010-08-26 Thread Paul Bourget
Users List Subject: Re: java.net.BindException: Address already in use On 25/08/2010 15:17, Paul Bourget wrote: I assumed that this indicates be a port conflict before I googled this problem. Every solution I found said find and resolve the port conflict. I cannot find the conflict

Re: java.net.BindException: Address already in use

2010-08-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 8/26/2010 1:30 PM, Paul Bourget wrote: Sorry, disregard the last email that file is from a different server (which is running fine). Here is the file from the server that is not working. Your configuration looks fine to me: only one

RE: java.net.BindException: Address already in use

2010-08-26 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: java.net.BindException: Address already in use Your configuration looks fine to me: Not to me; it looks like it's been carried over from some ancient version of Tomcat. There are numerous attributes (e.g., debug

RE: java.net.BindException: Address already in use

2010-08-26 Thread Paul Bourget
org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/5.5.23 Aug 24, 2010 1:51:16 PM org.apache.catalina.core.StandardHost start INFO: XML validation disabled Aug 24, 2010 1:51:42 PM org.apache.jk.common.ChannelSocket init INFO: Port busy 8209 java.net.BindException: Address already in use

RE: java.net.BindException: Address already in use

2010-08-26 Thread Caldarale, Charles R
From: Paul Bourget [mailto:paul.bour...@isabellaproducts.com] Subject: RE: java.net.BindException: Address already in use Aug 24, 2010 1:51:42 PM org.apache.catalina.core.StandardServer await SEVERE: StandardServer.await: create[8606]: java.net.BindException: Address already in use That's

Re: java.net.BindException: Address already in use

2010-08-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 8/26/2010 2:19 PM, Paul Bourget wrote: Thanks for looking at this. Wouldn't the first instance have open ports (indicated by netstat)? Or some httpd tasks (ps -ef). Yes, I would expect that. How are you launching Tomcat? I'm wondering

java.net.BindException: Address already in use

2010-08-25 Thread Paul Bourget
PM org.apache.jk.common.ChannelSocket init ** INFO: Port busy 8209 java.net.BindException: Address already in use ** Aug 24, 2010 1:51:42 PM org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0.0.0.0:8210 Aug 24, 2010 1:51:42 PM org.apache.jk.server.JkMain start INFO: Jk

Re: java.net.BindException: Address already in use

2010-08-25 Thread Peter Crowther
org.apache.jk.common.ChannelSocket init ** INFO: Port busy 8209 java.net.BindException: Address already in use ** Aug 24, 2010 1:51:42 PM org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0.0.0.0:8210 Aug 24, 2010 1:51:42 PM org.apache.jk.server.JkMain start INFO: Jk running ID=1 time=1/89

RE: java.net.BindException: Address already in use

2010-08-25 Thread Paul Bourget
: java.net.BindException: Address already in use Well, the ports you're requesting are or have recently been in use. Try: netstat -an | grep 8209 ... just in case someone's given the service a name in /etc/services. Also just check that you've not got the same number in two places in conf

tomcat jmx and INFO: Port busy 8009 java.net.BindException: Address already in use

2008-05-27 Thread sudip shrestha
: Registering the JMX hierarchy for Log4J May 27, 2008 2:23:40 PM org.apache.jk.common.ChannelSocket init INFO: Port busy 8009 java.net.BindException: Address already in use May 27, 2008 2:23:40 PM org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0.0.0.0:8010 May 27, 2008 2:23:40

Re: tomcat jmx and INFO: Port busy 8009 java.net.BindException: Address already in use

2008-05-27 Thread Filip Hanik - Dev Lists
: Port busy 8009 java.net.BindException: Address already in use May 27, 2008 2:23:40 PM org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0.0.0.0:8010 May 27, 2008 2:23:40 PM org.apache.jk.server.JkMain start INFO: Jk running ID=1 time=0/311 config=null May 27, 2008 2:23:40 PM

Re: tomcat jmx and INFO: Port busy 8009 java.net.BindException: Address already in use

2008-05-27 Thread sudip shrestha
the JMX hierarchy for Log4J May 27, 2008 2:23:40 PM org.apache.jk.common.ChannelSocket init INFO: Port busy 8009 java.net.BindException: Address already in use May 27, 2008 2:23:40 PM org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0.0.0.0:8010 May 27, 2008 2:23:40 PM

Re: java.net.BindException: Address already in use

2007-08-12 Thread Manivannan Palanichamy
. Initially, a maintenance page for system backup gets copied and then it gets bounced with the shutdown.sh and startup.sh scripts. Since we upgraded last Friday, it's not always starting up. I see this message in the log: SEVERE: Error initializing endpoint java.net.BindException: Address already

Re: java.net.BindException: Address already in use

2007-08-12 Thread David Smith
upgraded last Friday, it's not always starting up. I see this message in the log: SEVERE: Error initializing endpoint java.net.BindException: Address already in use (errno:226):80 I've checked server.xml and I only have one connector using this port. Perhaps all the connections are not getting

java.net.BindException: Address already in use

2007-08-10 Thread Susan Richards
copied and then it gets bounced with the shutdown.sh and startup.sh scripts. Since we upgraded last Friday, it's not always starting up. I see this message in the log: SEVERE: Error initializing endpoint java.net.BindException: Address already in use (errno:226):80 I've checked server.xml and I

RE: java.net.BindException: Address already in use

2007-08-10 Thread Propes, Barry L
that's ok -- I'm on here! : ) -Original Message- From: Susan Richards [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 3:28 PM To: users@tomcat.apache.org Subject: java.net.BindException: Address already in use First, I just want to say that I sure appreciate all the help I am

RE: java.net.BindException: Address already in use

2007-08-10 Thread Propes, Barry L
are you using TC at port 80 or port 8080? Can you switch it to 8080 in your xml file? -Original Message- From: Susan Richards [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 3:28 PM To: users@tomcat.apache.org Subject: java.net.BindException: Address already in use First, I

RE: java.net.BindException: Address already in use

2007-08-10 Thread Susan Richards
? -Original Message- From: Susan Richards [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 3:28 PM To: users@tomcat.apache.org Subject: java.net.BindException: Address already in use First, I just want to say that I sure appreciate all the help I am getting on this list and I don't deserve

Re: java.net.BindException: Address already in use

2007-08-10 Thread Christopher Schultz
initializing endpoint java.net.BindException: Address already in use (errno:226):80 Don't forget that shutdown.sh only sends a shutdown notification to Tomcat -- it doesn't wait for the shutdown to complete before the script ends. So, you can't just do shutdown.sh followed by startup.sh and expect

Re: java.net.BindException: Address already in use

2007-08-10 Thread Susan Richards
: Error initializing endpoint java.net.BindException: Address already in use (errno:226):80 Don't forget that shutdown.sh only sends a shutdown notification to Tomcat -- it doesn't wait for the shutdown to complete before the script ends. So, you can't just do shutdown.sh followed by startup.sh

java.net.BindException: Address already in use

2007-06-29 Thread Bruno Vilardo
nor the Manager page. I tried to stop it again, but then when I check the process, using ps -ef|grep tomcat the process still there. I found some messages that perhaps is causing this issue. Please see below: java.net.BindException: Address already in use

Re: java.net.BindException: Address already in use

2007-06-29 Thread Tim Funk
ps -ef|grep tomcat the process still there. I found some messages that perhaps is causing this issue. Please see below: java.net.BindException: Address already in use at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359

Re: java.net.BindException: Address already in use

2007-06-29 Thread Bruno Vilardo
to stop it again, but then when I check the process, using ps -ef|grep tomcat the process still there. I found some messages that perhaps is causing this issue. Please see below: java.net.BindException: Address already in use at java.net.PlainSocketImpl.socketBind(Native Method

java.net.BindException: Address already in use: JVM_Bind:xxxx

2007-06-27 Thread Raffaele
: java.net.BindException: Address already in use: JVM_Bind:8080 at webrainbow.services.WebService.init(WebService.java:93) at webrainbow.services.WebServiceMainTest.init(WebServiceMainTest.java:25) at webrainbow.services.WebServiceMainTest.main(WebServiceMainTest.java:37) Caused

Re: java.net.BindException: Address already in use: JVM_Bind:xxxx

2007-06-27 Thread Kirst Martin Wolfgang
Hi, [... consecutively restart tomcat ...] The only two solutions I found were: 1) wait some time the try again... 2) change ecah time the port In my ears it looks like you do not unbind the port. I know, ist typical for Windows, when you kill a process, which uses a port in an unclean way,

java.net.BindException: Address already in use: JVM_Bind:8090

2007-04-05 Thread mallika guliani
maxThreads=150 ... But it keeps giving the same error: org.apache.coyote.http11.Http11Protocol init SEVERE: Error initializing endpoint java.net.BindException: Address already in use: JVM_Bind:8090 SEVERE: Error starting endpoint java.net.BindException: Address already

RE: java.net.BindException: Address already in use: JVM_Bind:8090

2007-04-05 Thread Alvarez, Mike
:18 AM To: tomcat-user@jakarta.apache.org Subject: java.net.BindException: Address already in use: JVM_Bind:8090 I configured Tomcat/5.0.28 in MyEclipse 5.1 but unable to run the server to test some examples. I changed default 8080 port in server.xml, which was also giving same error

RE: java.net.BindException: Address already in use: JVM_Bind:8090

2007-04-05 Thread Propes, Barry L
are you running another JVM simultaneously? -Original Message- From: mallika guliani [mailto:[EMAIL PROTECTED] Sent: Thursday, April 05, 2007 11:18 AM To: tomcat-user@jakarta.apache.org Subject: java.net.BindException: Address already in use: JVM_Bind:8090 I configured Tomcat/5.0.28

Re: java.net.BindException: Address already in use: JVM_Bind:8090

2007-04-05 Thread David Smith
java.net.BindException: Address already in use: JVM_Bind:8090 SEVERE: Error starting endpoint java.net.BindException: Address already in use: JVM_Bind:8090 StandardServer.await: create[8015]: java.net.BindException: Address already in use: JVM_Bind All the forums say change port in Server.xml which hasn't

Re: java.net.BindException: Address already in use: JVM_Bind:8090

2007-04-05 Thread mallika guliani
was also giving same error. These are the lines that I changed: But it keeps giving the same error: org.apache.coyote.http11.Http11Protocol init SEVERE: Error initializing endpoint java.net.BindException: Address already in use: JVM_Bind:8090 SEVERE: Error starting endpoint

RE: java.net.BindException: Address already in use: JVM_Bind:8090

2007-04-05 Thread mallika guliani
to that port (e.g. telnet [hostname] [port#] Example: telnet localhost 8080) -Original Message- From: mallika guliani [mailto:[EMAIL PROTECTED] Sent: Thursday, April 05, 2007 11:18 AM To: tomcat-user@jakarta.apache.org Subject: java.net.BindException: Address already in use: JVM_Bind:8090 I

Re: java.net.BindException: Address already in use: JVM_Bind:8090

2007-04-05 Thread David Smith
in server.xml, which was also giving same error. These are the lines that I changed: But it keeps giving the same error: org.apache.coyote.http11.Http11Protocol init SEVERE: Error initializing endpoint java.net.BindException: Address already in use: JVM_Bind:8090 SEVERE: Error starting endpoint

Re: java.net.BindException: Address already in use: JVM_Bind:8090

2007-04-05 Thread mallika guliani
. These are the lines that I changed: But it keeps giving the same error: org.apache.coyote.http11.Http11Protocol init SEVERE: Error initializing endpoint java.net.BindException: Address already in use: JVM_Bind:8090 SEVERE: Error starting endpoint java.net.BindException: Address already in use: JVM_Bind

Re: java.net.BindException: Address already in use: JVM_Bind:8090

2007-04-05 Thread Venky Vasant
Connector port=8090 maxThreads=150 ... But it keeps giving the same error: org.apache.coyote.http11.Http11Protocol init SEVERE: Error initializing endpoint java.net.BindException: Address already in use: JVM_Bind:8090 SEVERE: Error starting endpoint