You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by IS...@sonybmg.com on 2006/06/14 20:18:46 UTC

tomcat exception

 

Our tomcat server has 4 workers. 

My application sends out email to different users. After it sends out
email I see following thing in Catalina.out

 

 

00 00 00 00 00 00 00 00 00 00 00 00 00 00 Jun 14, 2006 2:01:01 PM
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run

SEVERE: Caught exception (java.lang.NullPointerException) executing
org.apache.jk.common.SocketConnection@cade31, terminating thread

..........

00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................

00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................

00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................

00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................

00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................

00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................

 

 

Any help is appreciated.

 

Regards

 


Re: tomcat exception

Posted by Martin Gainty <mg...@hotmail.com>.
More than likely the port is already bound..
shut the server down and look for the PortNumber you are looking for-
netstat -a | grep NameOfPortYouAreAdvertisingOn

M-
*********************************************************************
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.



----- Original Message ----- 
From: <IS...@sonybmg.com>
To: <us...@tomcat.apache.org>
Sent: Wednesday, June 14, 2006 2:18 PM
Subject: tomcat exception




Our tomcat server has 4 workers. 

My application sends out email to different users. After it sends out
email I see following thing in Catalina.out

 

 

00 00 00 00 00 00 00 00 00 00 00 00 00 00 Jun 14, 2006 2:01:01 PM
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run

SEVERE: Caught exception (java.lang.NullPointerException) executing
org.apache.jk.common.SocketConnection@cade31, terminating thread

..........

00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................

00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................

00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................

00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................

00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................

00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................

 

 

Any help is appreciated.

 

Regards