Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 49477 invoked from network); 9 Mar 2011 22:36:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Mar 2011 22:36:21 -0000 Received: (qmail 23473 invoked by uid 500); 9 Mar 2011 22:36:21 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 23437 invoked by uid 500); 9 Mar 2011 22:36:21 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 23427 invoked by uid 99); 9 Mar 2011 22:36:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Mar 2011 22:36:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Mar 2011 22:36:20 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 78AEF3A127A for ; Wed, 9 Mar 2011 22:35:59 +0000 (UTC) Date: Wed, 9 Mar 2011 22:35:59 +0000 (UTC) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Message-ID: <1649535147.9399.1299710159490.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Closed: (AMQ-1171) when test with axis 1.4 jms sample, the client throws org.apache.axis.transport.jms.InvokeTimeoutException while sending message MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish closed AMQ-1171. ----------------------------- Resolution: Incomplete No information provided to help reproduce this issue. > when test with axis 1.4 jms sample, the client throws org.apache.axis.transport.jms.InvokeTimeoutException while sending message > -------------------------------------------------------------------------------------------------------------------------------- > > Key: AMQ-1171 > URL: https://issues.apache.org/jira/browse/AMQ-1171 > Project: ActiveMQ > Issue Type: Test > Components: Transport > Affects Versions: 4.1.0 > Environment: apache axis 1.4, activemq 4.1.0, all runing on windows > Reporter: lizhao chen > Fix For: NEEDS_REVIEWED > > > when test with axis 1.4 jms sample, the client succeed at the first time, but it failed at the following times, and it throws exception as below, but it is ok for other MQ such as openjms. > org.apache.axis.transport.jms.InvokeTimeoutException: Cannot complete send in ti > me allotted > at org.apache.axis.transport.jms.JMSConnector$SyncConnection.send(JMSCon > nector.java:530) > at org.apache.axis.transport.jms.JMSEndpoint.send(JMSEndpoint.java:82) > at org.apache.axis.transport.jms.SimpleJMSWorker.run(SimpleJMSWorker.jav > a:133) > at org.apache.axis.transport.jms.SimpleJMSListener.onMessage(SimpleJMSLi > stener.java:116) > at org.apache.activemq.ActiveMQMessageConsumer.dispatch(ActiveMQMessageC > onsumer.java:840) > at org.apache.activemq.ActiveMQSessionExecutor.dispatch(ActiveMQSessionE > xecutor.java:96) > at org.apache.activemq.ActiveMQSessionExecutor.iterate(ActiveMQSessionEx > ecutor.java:165) > at org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner. > java:111) > at org.apache.activemq.thread.PooledTaskRunner.access$100(PooledTaskRunn > er.java:26) > at org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.ja > va:44) > at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Wor > ker.runTask(ThreadPoolExecutor.java:650) > at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Wor > ker.run(ThreadPoolExecutor.java:675) > at java.lang.Thread.run(Thread.java:619) > AxisFault > faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException > faultSubcode: > faultString: failedSend; nested exception is: > org.apache.axis.transport.jms.InvokeTimeoutException: Unable to complete > call in time allotted > faultActor: > faultNode: > faultDetail: > {http://xml.apache.org/axis/}hostname:CNSH2W0028 > org.apache.axis.transport.jms.InvokeTimeoutException: Cannot complete send in ti > me allotted > at org.apache.axis.transport.jms.JMSConnector$SyncConnection.send(JMSCon > nector.java:530) > at org.apache.axis.transport.jms.JMSEndpoint.send(JMSEndpoint.java:82) > at org.apache.axis.transport.jms.SimpleJMSWorker.run(SimpleJMSWorker.jav > a:133) > at org.apache.axis.transport.jms.SimpleJMSListener.onMessage(SimpleJMSLi > stener.java:116) > at org.apache.activemq.ActiveMQMessageConsumer.dispatch(ActiveMQMessageC > onsumer.java:840) > at org.apache.activemq.ActiveMQSessionExecutor.dispatch(ActiveMQSessionE > xecutor.java:96) > at org.apache.activemq.ActiveMQSessionExecutor.iterate(ActiveMQSessionEx > ecutor.java:165) > at org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner. > java:111) > at org.apache.activemq.thread.PooledTaskRunner.access$100(PooledTaskRunn > er.java:26) > at org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.ja > va:44) > at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Wor > ker.runTask(ThreadPoolExecutor.java:650) > at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Wor > ker.run(ThreadPoolExecutor.java:675) > at java.lang.Thread.run(Thread.java:619) > org.apache.axis.transport.jms.InvokeTimeoutException: Cannot complete send in ti > me allotted > at org.apache.axis.transport.jms.JMSConnector$SyncConnection.send(JMSCon > nector.java:530) > at org.apache.axis.transport.jms.JMSEndpoint.send(JMSEndpoint.java:82) > at org.apache.axis.transport.jms.SimpleJMSWorker.run(SimpleJMSWorker.jav > a:133) > at org.apache.axis.transport.jms.SimpleJMSListener.onMessage(SimpleJMSLi > stener.java:116) > at org.apache.activemq.ActiveMQMessageConsumer.dispatch(ActiveMQMessageC > onsumer.java:840) > at org.apache.activemq.ActiveMQSessionExecutor.dispatch(ActiveMQSessionE > xecutor.java:96) > at org.apache.activemq.ActiveMQSessionExecutor.iterate(ActiveMQSessionEx > ecutor.java:165) > at org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner. > java:111) > at org.apache.activemq.thread.PooledTaskRunner.access$100(PooledTaskRunn > er.java:26) > at org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.ja > va:44) > at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Wor > ker.runTask(ThreadPoolExecutor.java:650) > at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Wor > ker.run(ThreadPoolExecutor.java:675) > at java.lang.Thread.run(Thread.java:619) -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira