You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Venkat Venkataramanan <th...@gmail.com> on 2007/05/01 17:12:09 UTC

Problem starting Tomcat on Windows 2003

Hello:

 

I just installed Tomcat v6.0 on a Windows 2003 server. I stopped IIS and
tried to run the batch file, startup.bat and the Command windows closed. I
see the following errors in the log file:

 

May 1, 2007 10:20:25 AM org.apache.catalina.core.AprLifecycleListener init

 

INFO: The Apache Tomcat Native library which allows optimal performance in
production environments was not found on the java.library.path: D:\Program
Files\Java\jre1.6.0_01\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\

WINDOWS;C:\Program Files\Common Files\Crystal
Decisions\2.5\bin\NOTES\;C:\Program Files\Common Files\Crystal
Decisions\2.5\bin\NOTES\DATA\;D:\PROGRA~1\Serena\vm\win32\bin;D:\PROGRA~1\Se

rena\vm\common\bin\win32;D:\oracle\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WI

NDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common Files\Roxio
Shared\DLLShared\;C:\PROGRA~1\COMMON~1\SONICS~1\;C:\Program Files\Microsoft
SQL Server\80\Tools\Binn\;D:\Program Files\Microsoft SQL
Server\90\DTS\Binn\;D:\Program Files\Microsoft SQL
Server\90\Tools\binn\;D:\Program Files\Microsoft SQL
Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\Program Files\Microsoft Visual
Studio 8\Common7\IDE\PrivateAssemblies\;C:\Program

Files\QuickTime\QTSystem\;D:\Program Files\Java\jdk1.6.0_01\bin;D:\Program

Files\Java\jre1.6.0_01\bin;

 

May 1, 2007 10:20:25 AM org.apache.coyote.http11.Http11Protocol init

 

SEVERE: Error initializing endpoint

 

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

My questions are:

 

1.       Where is the path for java.library.path getting set to?

 

2.       What native library is it not finding?

 

3.       What does the exception on the last line mean?

 

Venki


RE: Problem starting Tomcat on Windows 2003

Posted by Venkat Venkataramanan <th...@gmail.com>.
I realized that there was another software package that was running as a
service and using Tomcat.

Thanks for all your help.

-----Original Message-----
From: Caldarale, Charles R [mailto:Chuck.Caldarale@unisys.com] 
Sent: Tuesday, May 01, 2007 12:05 PM
To: Tomcat Users List
Subject: RE: Problem starting Tomcat on Windows 2003

> From: Venkat Venkataramanan [mailto:thevenkster@gmail.com] 
> Subject: Problem starting Tomcat on Windows 2003
> 
> 1.       Where is the path for java.library.path getting set to?

>From the PATH environment variable for the process.  This is the default
value for a Sun JVM running on Windows.

> 2.       What native library is it not finding?

The Apache Portable Runtime, which is an optional connector that will
improve performance somewhat over the standard pure-Java connectors.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: Problem starting Tomcat on Windows 2003

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: Venkat Venkataramanan [mailto:thevenkster@gmail.com] 
> Subject: Problem starting Tomcat on Windows 2003
> 
> 1.       Where is the path for java.library.path getting set to?

>From the PATH environment variable for the process.  This is the default
value for a Sun JVM running on Windows.

> 2.       What native library is it not finding?

The Apache Portable Runtime, which is an optional connector that will
improve performance somewhat over the standard pure-Java connectors.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Problem starting Tomcat on Windows 2003

Posted by David Smith <dn...@cornell.edu>.
Peter Crowther wrote:
>> From: Venkat Venkataramanan [mailto:thevenkster@gmail.com] 
>>     
> [...]
>   
>> java.net.BindException: Address already in use: JVM_Bind:8080
>>     
> [...]
>   
>> 3.       What does the exception on the last line mean?
>>     
>
> Port 8080 is already in use by some other application.  As I recall,
> Process Explorer (from www.sysinternals.com) can tell you which process
> has a particular port.
>
> 		- Peter
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>   
Actually it's TCPMon and it's from Microsoft now :-(.  The SysInternals 
url you mentioned will redirect automtically.

-- David


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: Problem starting Tomcat on Windows 2003

Posted by Peter Crowther <Pe...@melandra.com>.
> From: Venkat Venkataramanan [mailto:thevenkster@gmail.com] 
[...]
> java.net.BindException: Address already in use: JVM_Bind:8080
[...]
> 3.       What does the exception on the last line mean?

Port 8080 is already in use by some other application.  As I recall,
Process Explorer (from www.sysinternals.com) can tell you which process
has a particular port.

		- Peter

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Problem starting Tomcat on Windows 2003

Posted by Martin Gainty <mg...@hotmail.com>.
Good Morning Ven-

the message indicates The Address is already bound to Port 8080
you'll have to properly shutdown the Tomcat service (and free the port) e.g.
C:>net stop Tomcat5
or
reboot the machine

With Warm Regards
M--
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.

----- Original Message ----- 
From: "Venkat Venkataramanan" <th...@gmail.com>
To: <us...@tomcat.apache.org>
Sent: Tuesday, May 01, 2007 11:12 AM
Subject: Problem starting Tomcat on Windows 2003


> Hello:
>
>
>
> I just installed Tomcat v6.0 on a Windows 2003 server. I stopped IIS and
> tried to run the batch file, startup.bat and the Command windows closed. I
> see the following errors in the log file:
>
>
>
> May 1, 2007 10:20:25 AM org.apache.catalina.core.AprLifecycleListener init
>
>
>
> INFO: The Apache Tomcat Native library which allows optimal performance in
> production environments was not found on the java.library.path: D:\Program
> Files\Java\jre1.6.0_01\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\
>
> WINDOWS;C:\Program Files\Common Files\Crystal
> Decisions\2.5\bin\NOTES\;C:\Program Files\Common Files\Crystal
> Decisions\2.5\bin\NOTES\DATA\;D:\PROGRA~1\Serena\vm\win32\bin;D:\PROGRA~1\Se
>
> rena\vm\common\bin\win32;D:\oracle\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WI
>
> NDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common Files\Roxio
> Shared\DLLShared\;C:\PROGRA~1\COMMON~1\SONICS~1\;C:\Program 
> Files\Microsoft
> SQL Server\80\Tools\Binn\;D:\Program Files\Microsoft SQL
> Server\90\DTS\Binn\;D:\Program Files\Microsoft SQL
> Server\90\Tools\binn\;D:\Program Files\Microsoft SQL
> Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\Program Files\Microsoft 
> Visual
> Studio 8\Common7\IDE\PrivateAssemblies\;C:\Program
>
> Files\QuickTime\QTSystem\;D:\Program Files\Java\jdk1.6.0_01\bin;D:\Program
>
> Files\Java\jre1.6.0_01\bin;
>
>
>
> May 1, 2007 10:20:25 AM org.apache.coyote.http11.Http11Protocol init
>
>
>
> SEVERE: Error initializing endpoint
>
>
>
> java.net.BindException: Address already in use: JVM_Bind:8080
>
> My questions are:
>
>
>
> 1.       Where is the path for java.library.path getting set to?
>
>
>
> 2.       What native library is it not finding?
>
>
>
> 3.       What does the exception on the last line mean?
>
>
>
> Venki
>
> 


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org