You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Alex Rudyy (JIRA)" <ji...@apache.org> on 2013/06/03 00:14:19 UTC

[jira] [Created] (QPID-4902) [JMS AMQP 1.0] Session#createReceiver(Queue) hangs occasionally

Alex Rudyy created QPID-4902:
--------------------------------

             Summary: [JMS AMQP 1.0] Session#createReceiver(Queue) hangs occasionally
                 Key: QPID-4902
                 URL: https://issues.apache.org/jira/browse/QPID-4902
             Project: Qpid
          Issue Type: Bug
          Components: Java Client
    Affects Versions: 0.22
            Reporter: Alex Rudyy


Session#createReceiver(Queue) hangs occasionally.
{noformat}
"main" prio=10 tid=0x00007fe4e400e000 nid=0x78a in Object.wait() [0x00007fe4e8d4b000]
   java.lang.Thread.State: BLOCKED (on object monitor)
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:485)
	at org.apache.qpid.amqp_1_0.client.Receiver.<init>(Receiver.java:146)
	- locked <0x00000000e0480b00> (a org.apache.qpid.amqp_1_0.transport.ConnectionEndpoint)
	at org.apache.qpid.amqp_1_0.client.Session.createReceiver(Session.java:213)
	- locked <0x00000000e076e4d0> (a org.apache.qpid.amqp_1_0.client.Session)
	at org.apache.qpid.amqp_1_0.client.Session.createReceiver(Session.java:142)
	at org.apache.qpid.amqp_1_0.jms.impl.MessageConsumerImpl.createClientReceiver(MessageConsumerImpl.java:152)
	at org.apache.qpid.amqp_1_0.jms.impl.MessageConsumerImpl.<init>(MessageConsumerImpl.java:120)
	at org.apache.qpid.amqp_1_0.jms.impl.MessageConsumerImpl.<init>(MessageConsumerImpl.java:84)
	at org.apache.qpid.amqp_1_0.jms.impl.SessionImpl.createConsumer(SessionImpl.java:387)
	- locked <0x00000000e0480b00> (a org.apache.qpid.amqp_1_0.transport.ConnectionEndpoint)
	at org.apache.qpid.amqp_1_0.jms.impl.SessionImpl.createConsumer(SessionImpl.java:358)
	at org.apache.qpid.amqp_1_0.jms.impl.SessionImpl.createReceiver(SessionImpl.java:422)
	at org.apache.qpid.amqp_1_0.jms.impl.SessionImpl.createReceiver(SessionImpl.java:63)
	at org.objectweb.jtests.jms.framework.PTPTestCase.setUp(PTPTestCase.java:126)
	at junit.framework.TestCase.runBare(TestCase.java:125)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at org.apache.qpid.joram.ExcludingTestSuite.runTest(ExcludingTestSuite.java:82)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at org.apache.qpid.joram.ExcludingTestSuite.runTest(ExcludingTestSuite.java:82)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:520)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1060)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:911)

{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org