[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: Can't start Tomcat via Sysdeo
|
Tomcat services are probably starting everytime you reboot your machine.
Make sure you stop the Apache Tomcat service started by windows before
you attempt to start Tomcat inside eclipse.
Best resources for the plugin that I've seen are included with the
downloads.
They are a must read.
Cheers,
Shane
eakersjATyahoo.dot.com
"Rhino" <rhino1@xxxxxxxxxxxxxxxxxxx> wrote in message
news:b8h6q3$g4m$1@xxxxxxxxxxxxxxxx
> Hmm, that's odd. I just did a Restart of Tomcat (via the menubar icon) and
> it worked. Then I did a Stop Tomcat and a Start Tomcat, also via the
menubar
> icons, and they both worked without any errors. Is that what's supposed to
> happen?
>
> Also, what should happen after a start? I had expected to see a browser
> materialize in my Eclipse perspective but nothing of the kind happened. Do
I
> need to start my browser outside of Eclipse in order to test my servlets?
>
> I'm really not sure what should be happening as I use Sysdeo; is there any
> documentation that tells you more about using Sysdeo?
>
> Rhino
>
> "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."
> >
> >
>
>