JVM_Bind:8080 [message #67427] |
Mon, 19 July 2004 07:29 |
siew goon tan
Messages: 2 Registered: July 2004
|
Junior Member |
|
|
Hi,
Previously I install j2sdk1.4.1_03 and Apache Tomcat 4.1, it is running well, but after install Oracle 9i, I can't startup Tomcat, below is message I get, I think the Oracle use port 8080, how can I change Oracle point to others port?
Protocol handler initialization failed: java.net.BindException: Address already in use: JVM_Bind:8080
LifecycleException: Protocol handler initialization failed: java.net.BindException: Address already in use: JVM_Bind:8080
T.Q.
regard.
|
|
|
|
Re: JVM_Bind:8080 [message #67625 is a reply to message #67427] |
Wed, 24 November 2004 05:19 |
K0NFUZIUS
Messages: 1 Registered: November 2004
|
Junior Member |
|
|
I had the same problem.
The problem was my ms sql server which already runs on port 8080
Open the Taskmanager and kill the sqlserver process and maybe a running tomcat.exe then try again and it should work
BR
Joerg
|
|
|
Re: JVM_Bind:8080 [message #67677 is a reply to message #67608] |
Wed, 29 December 2004 11:21 |
andy
Messages: 92 Registered: December 1999
|
Member |
|
|
You can also have the problem when you have Oracle running. the default installation installs Apache which also runs on port 8080. Another problem is when you have 2 tomcat running simultaneously. So there are a lot of different errors going on. Good luck!
|
|
|