File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Tomcat and the fly likes java.net.BindException: Address already in use: JVM_Bind:8080 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "java.net.BindException: Address already in use: JVM_Bind:8080" Watch "java.net.BindException: Address already in use: JVM_Bind:8080" New topic
Author

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

Babu Singh
Ranch Hand

Joined: Aug 17, 2009
Posts: 68
i am starting tomcat in myeclipse but it show the following error on console window.

please suggest.
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12268
    
    1
I suggest you find out what is already running on port 8080 - IF I had to bet it would be another copy of Tomcat.

Bill
(Thats why I suspect that running servlets under an IDE is counterproductive)

Java Resources at www.wbrogden.com
Babu Singh
Ranch Hand

Joined: Aug 17, 2009
Posts: 68

i also installed Oracle 10g and Microsoft SQL Server 2005 on my system.

Babu Singh
Ranch Hand

Joined: Aug 17, 2009
Posts: 68

URL of Oracle 10g is
Misha Ver
Ranch Hand

Joined: Mar 03, 2008
Posts: 470
It means port 8080 is taken by Oracle. Change Tomcat or Oracle port.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: java.net.BindException: Address already in use: JVM_Bind:8080
 
Similar Threads
Enter Network Password - Problem
FIPS compliant Tomcat using JSSE
tomcat server Native library problem
TOMCAT Not working
Tomcat Server Won't Start