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

2007-04-05 Thread Venky Vasant
go to your task manager and see if a java process still running if it is kill it before you restart Venkat - Original Message From: mallika guliani <[EMAIL PROTECTED]> To: tomcat-user@jakarta.apache.org Sent: Thursday, April 5, 2007 11:18:20 AM Subject: java.net.BindException: Address

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

2007-04-05 Thread mallika guliani
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

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

2007-04-05 Thread David Smith
Hmmm... wierd. I can only guess at what might be happening: 1. You have two connectors configured in tomcat on the same port. The first will succeed, the second will fail. 2. There's a double launch of tomcat. The first succeeds, the second fails. 3. I've seen your posts mention JBoss, Tom

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

2007-04-05 Thread mallika guliani
When I start JBoss, tcpview shows 8080 being used. But I have in 8090 in Server.xml which starts showing in tcpview when I start Tomcat. "Alvarez, Mike" <[EMAIL PROTECTED]> wrote: Have you verified that something other than tomcat is not using that port? Shut down tomcat and then telnet to th

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

2007-04-05 Thread mallika guliani
Thanks David. tcpview is a great utility. After stopping Tomcat, I saved the list of ports occupied but there is no 8080 and 8090 in the list. When I started Tomcat, tcpview started showing 8090, 8015 and 8009 in the list. Any idea what to do next? Thanks, Mallika David Smith <[EMAIL PR

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

2007-04-05 Thread David Smith
On a linux system, netstat should help you figure out which ports are in use already. I use this on my Mandriva linux systems: netstat -tlnp On Windows systems, tcpview should help figure out what ports are occupied. It was hosted on the SysInternals website, but Microsoft acquired it, so n

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 in M

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

2007-04-05 Thread Alvarez, Mike
Have you verified that something other than tomcat is not using that port? Shut down tomcat and 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:1