Hi SS

I'm in the middle of something so I havn't given it too much thought,
but here is what came to mind first:

I see that you have something using a message queue.... is it possible
that you have a thread listening to the queue that cannot be killed by
the tomcat shutdown.sh?

Are you starting up a thread inside your application? If so,  does your
application have a shutdownhook defined?

FYI: I think tomcat's main thread won't be able to shutdown if you have
something that is keeping a child thread active. Tomcat has likely sent
a "thread termination request" to the child thread and is waiting for it
to die before it (the main thread) dies.

1. SS, is this possible?
2. CTJUG, clarify if I'm talking rubbish here please. ta.

Cheers
Paul



Paul Gilowey
Senior Systems Analyst
Santam Limited

+27 21 915 7447
+27 83 399 8022
>>> [EMAIL PROTECTED] 07/26/06 11:01 AM >>>

Hi there,

Was wondering if anyone had any tips. Running TC5.5 on OSX 10.4
(Default Liferay setup)

./startup.sh - works just fine
./shutdown.sh

Gives me a strange error

08:43:13,032 ERROR [org.apache.catalina.connector.Connector] Protocol
handler pause failed
java.net.ConnectException: Operation timed out

And of course, the rest goes haywire from there... I'll spare you the
full stack trace!

* Netstat shows that "something" is listening on port 8005.
* Would like to try and telnet it and try "TEST" or something?
* Could it be some kind of permissions or Authentication thing

Much Obliged





SANTAM Bpk / Ltd
Reg. No. 1918/001680/06
  

Directors: DK Smith (Chairman), SC Gilbert (Chief Executive), S Bray (Company 
Secretary), JJ Geldenhuys, JG le Roux, Dr NM Magau, AR Martin, Mr EA Moolla, JE 
Newbury, P de V Rademeyer, GE Rudman, Dr J van Zyl, BP Vundla, (Executive) MJ 
Reyneke


Please note: This email and its content are subject to the disclaimer as 
displayed at the following link http://www.santam.co.za/disclaimer.htm. Should 
you not have Web access, send a mail to [EMAIL PROTECTED] and a copy will be 
emailed to you.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CTJUG Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/CTJUG-Forum
For the ctjug home page see http://www.ctjug.org.za
-~----------~----~----~----~------~----~------~--~---

Reply via email to