Europa keeps stopping... [message #198143] |
Mon, 13 August 2007 09:55  |
Eclipse User |
|
|
|
Originally posted by: tomh.a-t-g.com
I downloaded the Eclipse Europa install. I installed and hooked it up to my
Tomcat 5.5. I can start up my tomcat fine. When I attempt to stop it the
state hangs "stopping.. " status. Then I have to terminate the tomcat
thread.
Thanks,
Tom
|
|
|
|
|
|
Re: Europa keeps stopping... [message #198280 is a reply to message #198223] |
Tue, 14 August 2007 11:09  |
Eclipse User |
|
|
|
Tom Henricksen wrote:
> I tried a small sample application and it starts fine and stops fine.
>
> Could using the conf in Tomcat folder cause problems with new Europa
> install?
It's hard to say for sure. My recollection is that after sending the
shutdown command to the server's shutdown port, WTP will wait for the
Tomcat server process to exit. However, Tomcat expects for all webapps
to clean up their threads and will wait forever for this to occur. If a
webapp starts a non-daemon thread that it doesn't stop at shutdown,
Tomcat will hang waiting for the webapp to shutdown the thread. This is
the only way I'm aware of to keep Tomcat from successfully shutting
down. Using RMI and not cleaning up the remote objects is an easy way
to invoke this behavior.
Will the server shutdown properly if there are no projects added in any
fashion?
You could try creating another server using the same Tomcat runtime and
see if it will start and stop successfully before making any changes to
the server. Also, you could try starting the problem server in debug
mode and after issuing the stop command, examine which threads won't go
away using the Debug view in the Debug perspective.
Cheers,
Larry
> "Tom Henricksen" <tomh@a-t-g.com> wrote in message
> news:f9s9jv$jgq$1@build.eclipse.org...
>> The server was created using default settings. We don't setup our
>> projects to be added to the server from Eclipse. We just add a file in
>> the tomcat conf folder. This setup works fine in our old Eclipse 3.1.2
>> WTP 1.0.3 setup with Tomcat 5.0.30.
>>
>> I will try adding a small sample application through Eclipse and see what
>> happens with that.
>> Thanks,
>> Tom
>> "Larry Isaacs" <Larry.Isaacs@sas.com> wrote in message
>> news:f9qjam$sdu$1@build.eclipse.org...
>>> Was this server created using the default settings? Also, have projects
>>> been added to the server? If so, does this problem continue after
>>> removing the projects?
>>>
>>> Cheers,
>>> Larry
>>>
>>> Tom Henricksen wrote:
>>>> I downloaded the Eclipse Europa install. I installed and hooked it up
>>>> to my Tomcat 5.5. I can start up my tomcat fine. When I attempt to
>>>> stop it the state hangs "stopping.. " status. Then I have to terminate
>>>> the tomcat thread.
>>>>
>>>> Thanks,
>>>> Tom
>>
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.10327 seconds