Hi Mayank, It is ok. It happens because the reader thread which is listening to incoming request gets interrupted and comes out of blocking read and gets the null message and prints the warning.
Regards, Ulhas Bhole -----Original Message----- From: Mayank Thakore [mailto:[EMAIL PROTECTED] Sent: 21 January 2008 13:38 To: [email protected] Subject: jms service restart Hi, I follow the following steps: 1. Publish a JMS web service using EndpointImpl epi = Endpoint.publish(url, impl); 2. stop the service using epi.stop(); 3. Publish the same service again Upon this, I get a warning in the log saying : WARNING: Null message received from message consumer. WARNING: queue connection close failed: org.apache.activemq.ConnectionClosedException: The connection is already closed The service seems to work fine even after this. Is this OK? Logs below: ====================================================== Jan 21, 2008 6:58:43 PM org.apache.cxf.configuration.spring.ConfigurerImpl <init> INFO: Could not find the configuration file cxf.xml on the classpath. Jan 21, 2008 6:58:44 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL INFO: Creating Service {tmf854.v1.ws}FaultService from WSDL: file:wsdl/services/FaultService.wsdl Jan 21, 2008 6:58:46 PM org.apache.cxf.endpoint.ServerImpl initDestination INFO: Setting the server's publish address to be jms:// Jan 21, 2008 6:58:46 PM org.apache.cxf.transport.jms.JMSDestination activate INFO: JMSServerTransport activate().... Jan 21, 2008 6:58:46 PM org.apache.cxf.transport.jms.JMSDestination$JMSListenerThread run WARNING: Null message received from message consumer. Jan 21, 2008 6:58:46 PM org.apache.cxf.transport.jms.JMSSessionFactory shutdown WARNING: queue connection close failed: org.apache.activemq.ConnectionClosedException: The connection is already closed Jan 21, 2008 6:58:46 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL INFO: Creating Service {tmf854.v1.ws}FaultService from WSDL: file:wsdl/services/FaultService.wsdl Jan 21, 2008 6:58:46 PM org.apache.cxf.endpoint.ServerImpl initDestination INFO: Setting the server's publish address to be jms:// Jan 21, 2008 6:58:46 PM org.apache.cxf.transport.jms.JMSDestination activate INFO: JMSServerTransport activate().... Regards Mayank **************************************************************************** **************************** This e-mail and attachments contain confidential information from HUAWEI, which is intended only for the person or entity whose address is listed above. Any use of the information contained herein in any way (including, but not limited to, total or partial disclosure, reproduction, or dissemination) by persons other than the intended recipient's) is prohibited. If you receive this e-mail in error, please notify the sender by phone or email immediately and delete it! ---------------------------- IONA Technologies PLC (registered in Ireland) Registered Number: 171387 Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland
