> -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,
>
> -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
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
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) ???
&
> 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
&
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
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
> Greetings
>
> Guido
>
> >-Original Message-
> >From: Sergey Esin [mailto:sergey.e...@jetbrains.com]
> >Sent: Monday, July 09, 2018 5:12 PM
> >To: users@tomcat.apache.org
> >Subject: Protocol handler initialization failed, Address already in use
> >
--
>From: Sergey Esin [mailto:sergey.e...@jetbrains.com]
>Sent: Monday, July 09, 2018 5:12 PM
>To: users@tomcat.apache.org
>Subject: Protocol handler initialization failed, Address already in use
>
>Hi,
>
>I have not-100% reproducable issue with the latest Tomcat 8.5.32 (Java
.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:107)
~[catalina.jar:8.5.32]
... 18 more
Caused by: java.net.BindException: Address already in use
at sun.nio.ch.Net.bind0(Native Method) ~[?:1.8.0_172]
at sun.nio.ch.Net.bind(Net.java:433) ~[?:1.8.0_172]
at sun.nio
Problem resolved! Thanks so much for all the helpful hints. I had
been going to the end of the catalina.out file and seeing this error
message in the last ~60 lines of text, and thought it represented the
latest restart errors. What I failed to notice, was that there WERE
previous errors above t
I understand you want to use APR, but just for troubleshooting purposes,
try using the same server.xml but changing the SSL connector from
protocol="org.apache.coyote.http11.Http11AprProtocol"
to
protocol="org.apache.coyote.http11.Http11NioProtocol"
If that works, then your problem is with APR,
2011/11/21 Eric Kemp :
> Below is my entire server.xml (minus commented lines)
>
Good to know.
Can you post the logs? (catalina..log file). Clear them first
then try starting Tomcat.
Best regards,
Konstantin Kolinko
-
To unsubs
sl/myDomain.com.key"
> SSLCACertificateFile="/etc/apache2/ssl/myDomain.com.ca.crt" />
>
>
>
> className="org.apache.catalina.realm.UserDatabaseRealm"
> resourceName="UserDatabase"/>
>
> name="localhost"
> a
"Socket bind failed: [98] Address already in use"
>
>> Any other ideas would still be appreciated.
>
> As others have noted, the conflict is likely on some port other than 8443.
> Post your entire server.xml, preferably with comments removed, so we can see
> all of the po
> From: Eric Kemp [mailto:cruisingat90...@gmail.com]
> Subject: Re: APR SSL error: "Socket bind failed: [98] Address already in use"
> Any other ideas would still be appreciated.
As others have noted, the conflict is likely on some port other than 8443.
Post your entire ser
ny other ideas would still be appreciated.
Thanks
On Sun, Nov 20, 2011 at 5:09 AM, Pid * wrote:
> On 19 Nov 2011, at 18:44, Eric Kemp wrote:
>
>> Summary: I'm looking for ideas on how to resolve this "Address already
>> in use" error when configuring SSL in Tomcat
:
>
>> 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
>>
>> Th
Isnt 8005 shutdown port for tomcat? I can see sshd bound to that port
already.
On Nov 20, 2011 6:33 PM, "Konstantin Kolinko"
wrote:
> 2011/11/19 Eric Kemp :
> > Summary: I'm looking for ideas on how to resolve this "Address already
> > in use"
On 19 Nov 2011, at 18:44, 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.24
> on OS is Ubuntu 10.04.2 LTS
> with J
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
> 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.24
>>
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.
>
> Environme
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
-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
: 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 fa
-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" com
> 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
[mailto:ch...@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
-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
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
16 PM 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 i
> 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 a
-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
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 canno
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
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...@
ALINA_PID
fi
fi
** end of snippet
Paul Bourget
Isabella Products
-Original Message-
From: peter.crowth...@googlemail.com
[mailto:peter.crowth...@googlemail.com] On Behalf Of Peter Crowther
Sent: Wednesday, August 25, 2010 10:26 AM
To: Tomcat Users List
Subject: Re: java.net.B
ngine 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 bus
sabled
Aug 24, 2010 1:51:42 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.serv
Peter Crowther wrote:
2009/10/15 Ken Johanson
SEVERE: Error starting endpoint
java.lang.Exception: Socket bind failed: [98] Address already in use
at org.apache.tomcat.util.net.AprEndpoint.init(AprEndpoint.java:612)
..
(no listener is actually running on 98; this is just generic Sun
On Thu, Oct 15, 2009 at 10:39, Christopher Schultz
wrote:
> That's port 8443, not port 98. Where's your real defined?
98 isn't a port number, it's an error code. It stands for "Address
already in use".
--
Len
---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jan,
On 10/15/2009 2:42 AM, Jan Pernica wrote:
> You cannot use port < 1024 as non-root. Use apache and AJP to connect
> tomcat running on eg. 8080.
The previous statement is *totally incorrect*. There are multiple ways
to run on privileged ports wit
2009/10/15 Ken Johanson
> SEVERE: Error starting endpoint
> java.lang.Exception: Socket bind failed: [98] Address already in use
>at org.apache.tomcat.util.net.AprEndpoint.init(AprEndpoint.java:612)
> ..
> (no listener is actually running on 98; this is just generic Sun
AM org.apache.coyote.http11.Http11AprProtocol start
SEVERE: Error starting endpoint
java.lang.Exception: Socket bind failed: [98] Address already in use
at
org.apache.tomcat.util.net.AprEndpoint.init(AprEndpoint.java:612)
..
(no listener is actually running on 98; this is just generic Sun msg
when not allo
p11.Http11AprProtocol start
SEVERE: Error starting endpoint
java.lang.Exception: Socket bind failed: [98] Address already in use
at
org.apache.tomcat.util.net.AprEndpoint.init(AprEndpoint.java:612)
..
(no listener is actually running on 98; this is just generic Sun msg
when not allowed to bind to pr
Hi everyone,
Trying to run Tomcat Tomcat/6.0.18 + apr-1.3.8.tar.gz, I get a:
Oct 15, 2009 12:11:20 AM org.apache.coyote.http11.Http11AprProtocol start
SEVERE: Error starting endpoint
java.lang.Exception: Socket bind failed: [98] Address already in use
at
great, I just needed to remove CATALINA_HOME
works now ok, many thanks!
Caldarale, Charles R wrote:
>
>> From: kareda [mailto:k...@digiplace.ch]
>> Subject: RE: Address already in use: JVM_Bind /87.230.103.25:80
>>
>> there is a system variable set to the firs
> From: kareda [mailto:k...@digiplace.ch]
> Subject: RE: Address already in use: JVM_Bind /87.230.103.25:80
>
> there is a system variable set to the first tomcat binary
> instance that runs as service (tomcat #1):
> CATALINA_HOME=C:\apache-tomcat-6.0.18
You can safely remove
ks for the help!
Caldarale, Charles R wrote:
>
>> From: kareda [mailto:k...@digiplace.ch]
>> Subject: Re: Address already in use: JVM_Bind /87.230.103.25:80
>>
>> it's probably using the server.xml from the other tomcat installation,
>> right? strange.. what may
> From: kareda [mailto:k...@digiplace.ch]
> Subject: Re: Address already in use: JVM_Bind /87.230.103.25:80
>
> it's probably using the server.xml from the other tomcat installation,
> right? strange.. what may cause this?
What is your current directory when you run
kareda:
> thanks for the tip. indeed, the server.xml is not used at all. I removed it
> completely from the conf dir and when I ran catalina.bat run, the log output
> didn't change at all - still the same error.
> I have another tomcat instance on the same server, running as a service. so
> it's
On Fri, Jan 16, 2009 at 3:41 PM, kareda wrote:
>
>
> right? strange.. what may cause this?
>
Eclipse's Tomcat-plugin.
Check out ${your_workspace}\Servers\... and appropriate sub-directories.
Cheers
Gregor
--
just because your paranoid, doesn't mean they're not after you...
gpgp-fp: 79A84FA5268
see Tomcat's startup messages.
>
> Regards
> mks
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>
>
--
View this message in context:
http://www
t;
> address="87.230.103.25" />
>
> But still when I run tomcat I get the error:
> Address already in use: JVM_Bind /87.230.103.25:80
>
> How can I have tomcat not to bind to port 80 on startup?
You did the right thing. If Tomcat still tries
ctor element in server.xml:
>
> connectionTimeout="2"
>redirectPort="8493"
> address="87.230.103.25" />
>
> But still when I run tomcat I get the error:
> Address already in use: JVM_Bin
Hello,
I need to have Tomcat running on a win2003 server that also has IIS running.
IIS uses port 80.
I have changed the port in connector element in server.xml:
But still when I run tomcat I get the error:
Address already in use: JVM_Bind /87.230.103.25:80
How can I have tomcat not to
.apache.jk.common.JkMX loadAdapter
>> INFO: Started MX4J console on host localhost at port 8181
>> HttpAdaptor version 3.0.2 started on port 8181
>> May 27, 2008 2:23:40 PM org.apache.jk.common.JkMX init
>> INFO: Registering the JMX hierarchy for Log4J
>> May 27, 2008 2:2
rarchy 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 org.apache.jk.ser
localhost at port 8181
HttpAdaptor version 3.0.2 started on port 8181
May 27, 2008 2:23:40 PM org.apache.jk.common.JkMX init
INFO: 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
Always getting this error message while shutting down tomcat.
ERROR: transport error 202: bind failed: Address already in use
["transport.c",L41]
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
["debugInit.c",L500]
JDWP exit error JVMTI_ERROR_INTERNAL
up.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 only have one connector using this
port. Perh
or 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 terminated when it shuts
> down? How do I fix this problem? How do I
ed 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
Don't forget that shutdown.sh only sends a shutdown notification to
Tomcat -- it doesn
is
> message in the log:
>
> SEVERE: 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. S
ort 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 just want to say that I sure appreciat
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
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
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 in use (errno:226):80
I've checked s
the Tomcat Admin Page 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.BindExceptio
"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(PlainSocketImp
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
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 wa
tialization failed: java.net.BindException: Address
already in use: JVM_Bind:8080
at webrainbow.services.WebService.(WebService.java:93)
at
webrainbow.services.WebServiceMainTest.(WebServiceMainTest.java:25)
at
webrainbow.services.WebServiceMainTest.main(WebServiceMainTest.
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:8090
StandardServer.await: creat
David, it works now. I had to change port to 8090 in one more place:
>Need Mail bonding?
>>Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
>>
>>
>>
>>
>
>
>-
>To start a new topic, e-mail: users
anged default 8080 port 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:80
d then telnet 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:
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
iving 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 end
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 in
: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.
These are
.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:8090
StandardServer.await: create[8015]: java.net.BindException: Address
endpoint
java.net.BindException: Address already in use: JVM_Bind:
at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(
PoolTcpEndpoint.java:264)
at org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:137)
at org.apache.coyote.tomcat5.CoyoteConnector.initialize
My JDK is jdk1.5.0_09 and my tomcat is 5.5.17,and I use Norton Antivirus
2006,when I start Tomcat,it raise following error:
Error: Error initializing endpoint
java.net.BindException: Address already in use: JVM_Bind:
at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint
se jars to the classpath in
my version of the catalina.sh.
Any ideas on what I am doing wrong or better ways of handling it?
A basic stack trace is here:
15 Jun 2006 17:30:00,859 [main] ERROR (Http11BaseProtocol.java
[start]:152) - Error starting endpoint
java.net.BindException: Address
86 matches
Mail list logo