[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: Can't start Tomcat via Sysdeo

Sounds to me like you may have tomcat started as a service on your machine.
Check your services control panel (windows) to see if it's already running.
If so, stop it, then you should be able to start it in eclipse.

If you're not on windows, you've probably got tomcat running as a daemon
some other way.

-- Scott

"Rhino" <rhino1@xxxxxxxxxxxxxxxxxxx> wrote in message
news:b8h689$fs7$1@xxxxxxxxxxxxxxxx
> I'm having trouble starting Tomcat via Sysdeo. I've only just installed it
> so it is possible I did something wrong in the installation.
>
> Here's the stacktrace I get when I click on the Start Tomcat icon created
by
> Sysdeo:
> SEVERE: Error initializing endpoint
>
> java.net.BindException: Address already in use: JVM_Bind:8080
>
> at
>
org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java
> :280)
>
> at org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:150)
>
> at
>
org.apache.coyote.tomcat4.CoyoteConnector.initialize(CoyoteConnector.java:11
> 17)
>
> at
>
org.apache.catalina.core.StandardService.initialize(StandardService.java:579
> )
>
> at
>
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:2246)
>
> at org.apache.catalina.startup.Catalina.start(Catalina.java:511)
>
> at org.apache.catalina.startup.Catalina.execute(Catalina.java:400)
>
> at org.apache.catalina.startup.Catalina.process(Catalina.java:180)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
> at
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
> )
>
> at
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
> .java:25)
>
> at java.lang.reflect.Method.invoke(Method.java:324)
>
> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)
>
> Catalina.start: LifecycleException: 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
>
> at
>
org.apache.coyote.tomcat4.CoyoteConnector.initialize(CoyoteConnector.java:11
> 19)
>
> at
>
org.apache.catalina.core.StandardService.initialize(StandardService.java:579
> )
>
> at
>
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:2246)
>
> at org.apache.catalina.startup.Catalina.start(Catalina.java:511)
>
> at org.apache.catalina.startup.Catalina.execute(Catalina.java:400)
>
> at org.apache.catalina.startup.Catalina.process(Catalina.java:180)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
> at
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
> )
>
> at
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
> .java:25)
>
> at java.lang.reflect.Method.invoke(Method.java:324)
>
> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)
>
> Catalina.stop: LifecycleException: This server has not yet been started
>
> LifecycleException: This server has not yet been started
>
> at org.apache.catalina.core.StandardServer.stop(StandardServer.java:2213)
>
> at org.apache.catalina.startup.Catalina.start(Catalina.java:543)
>
> at org.apache.catalina.startup.Catalina.execute(Catalina.java:400)
>
> at org.apache.catalina.startup.Catalina.process(Catalina.java:180)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
> at
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
> )
>
> at
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
> .java:25)
>
> at java.lang.reflect.Method.invoke(Method.java:324)
>
> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)
>
> Do I need to change server.xml so that it uses a different port than 8080?
I
> haven't touched the file yet but it looks like it doesn't like my port.
>
> I am running Eclipse 2.1, Java J2SDK 1.4.1_02, Sysdeo V2.1, and Tomcat
> 4.1.24. My OS is Windows XP Professional with all critical service
applied.
>
>
> --
>
> Rhino
> ---
> rhino1 AT sympatico DOT ca
> "If you want the best seat in the house, you'll have to move the cat."
>
>