Waiting for instance to be deallocated

2002-02-04 Thread Chaber, Eric

Hi all,

when changing a class file in my webapps/WEB-INF/classes directory, having
my context setup to "reloadable=true", I still get this error :

Waiting for (1) instance to be deallocated

nothing happens, and the server seems to be freezed I have to restart it
I thought that this was fixed in 4.0.2-b2 but i install it with no success.

Anyone encountered this error before ?
Do you have guys productions applications where you can change classes
without restarting ?

Help very much appreciated.

Thx
Eric CHABER


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Re: Waiting for instance to be deallocated

2002-02-05 Thread Stephan Mülhaus

Hi all,

i also encountered this problem but i didn't find any solutions to solve 
this problem.
Can anyone help us?

TIA
Stephan


At 04:20 04.02.2002 -0800, you wrote:
>Hi all,
>
>when changing a class file in my webapps/WEB-INF/classes directory, having
>my context setup to "reloadable=true", I still get this error :
>
>Waiting for (1) instance to be deallocated
>
>nothing happens, and the server seems to be freezed I have to restart it
>I thought that this was fixed in 4.0.2-b2 but i install it with no success.
>
>Anyone encountered this error before ?
>Do you have guys productions applications where you can change classes
>without restarting ?
>
>Help very much appreciated.
>
>Thx
>Eric CHABER
>
>
>--
>To unsubscribe:   
>For additional commands: 
>Troubles with the list: 


--
--
 

Stephan Mülhaus  [EMAIL PROTECTED]
NWU Gesellschaft fuer Netzwerk und Kommunikation mbH
Phone: +49-231-986510 - 0
FAX: +49-231-986522 - 2
--
 



--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




catalina shutdown problem - waiting for instance to be deallocated

2001-11-02 Thread Tsai, Eddie

i would like to stop tomcat4.0 no matter what the states of the servlets
are. here is my situation.

WHILE the LoginServlet is running, client stops the client program that
calls the servlet. i then used 'catalina.sh stop' command to stop tomcat.
the log then showed 

StandardWrapper[LoginServlet]: Waiting for 1 instance(s) to be deallocated

other servlets seemed to be destroyed fine, but not this one. it looks like
it thinks the servlet is still being used, but it is not. after waiting for
a long time, that servlet instance is still not deallocated. so the server
hangs.

is there a way i can set the time limit to wait for a servlet to be
deallocated? or force it to shutdown no matter what?

thanks

--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Re: catalina shutdown problem - waiting for instance to be deallocated

2001-11-02 Thread Craig R. McClanahan

There was a bug in the 4.0 release that made Tomcat think a servlet was
still in use when it wasn't.  I thought this was fixed in 4.0.1 -- which
are you using?

Craig


On Fri, 2 Nov 2001, Tsai, Eddie wrote:

> Date: Fri, 2 Nov 2001 14:07:33 -0600
> From: "Tsai, Eddie" <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
> Subject: catalina shutdown problem - waiting for instance to be
> deallocate d
>
> i would like to stop tomcat4.0 no matter what the states of the servlets
> are. here is my situation.
>
> WHILE the LoginServlet is running, client stops the client program that
> calls the servlet. i then used 'catalina.sh stop' command to stop tomcat.
> the log then showed
>
> StandardWrapper[LoginServlet]: Waiting for 1 instance(s) to be deallocated
>
> other servlets seemed to be destroyed fine, but not this one. it looks like
> it thinks the servlet is still being used, but it is not. after waiting for
> a long time, that servlet instance is still not deallocated. so the server
> hangs.
>
> is there a way i can set the time limit to wait for a servlet to be
> deallocated? or force it to shutdown no matter what?
>
> thanks
>
> --
> To unsubscribe:   
> For additional commands: 
> Troubles with the list: 
>
>


--
To unsubscribe:   
For additional commands: 
Troubles with the list: