Hi, Yup, something is using port 80. Either an already-running Tomcat instance, or another server.
There's also a small chance your system administrator has configured your box to now allow people to bind this port. If you're the sysadmin you can obviously ignore this possibility ;) Yoav Shapira http://www.yoavshapira.com >-----Original Message----- >From: Stephen Charles Huey [mailto:[EMAIL PROTECTED] >Sent: Wednesday, November 10, 2004 4:01 PM >To: Tomcat User >Subject: problem - BindException: JVM_Bind: 80 > >I'm seeing a strange error message. We only run Tomcat as a service on >Windows 2000, and no IIS or anything else, so I can't see anything else >holding onto port 80. Any idea what would be causing this? Would it be >something as simple as choosing to Start or Restart the service when >it's already started and Tomcat isn't releasing hold of port 80 as it >stops and restarts? > > >Catalina.start: LifecycleException: Protocol handler initialization >failed: java.net.BindException: Address already in use: JVM_Bind:80 >LifecycleException: Protocol handler initialization failed: >java.net.BindException: Address already in use: JVM_Bind:80 > at >org.apache.coyote.tomcat4.CoyoteConnector.initialize(CoyoteConnector.ja va:1 >119) > at >org.apache.catalina.core.StandardService.initialize(StandardService.jav a:57 >9) > at >org.apache.catalina.core.StandardServer.initialize(StandardServer.java: 2246 >) > at >org.apache.catalina.startup.CatalinaService.load(CatalinaService.java:2 36) > at >org.apache.catalina.startup.CatalinaService.load(CatalinaService.java:2 58) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja va:3 >9) > at >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso rImp >l.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at >org.apache.catalina.startup.BootstrapService.init(BootstrapService.java :231 >) > at >org.apache.catalina.startup.BootstrapService.main(BootstrapService.java :297 >) >Bootstrap: Starting service >Starting service Tomcat-Standalone >Apache Tomcat/4.1.24-LE-jdk14 >Catalina.start: LifecycleException: Protocol handler start failed: >java.net.BindException: Address already in use: JVM_Bind:80 >LifecycleException: Protocol handler start failed: >java.net.BindException: Address already in use: JVM_Bind:80 > at >org.apache.coyote.tomcat4.CoyoteConnector.start(CoyoteConnector.java:11 43) > at >org.apache.catalina.core.StandardService.start(StandardService.java:506 ) > at >org.apache.catalina.core.StandardServer.start(StandardServer.java:2190) > at >org.apache.catalina.startup.CatalinaService.start(CatalinaService.java: 273) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja va:3 >9) > at >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso rImp >l.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at >org.apache.catalina.startup.BootstrapService.start(BootstrapService.jav a:24 >5) > at >org.apache.catalina.startup.BootstrapService.main(BootstrapService.java :307 >) >Bootstrap: Service started > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
