Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 676298 Details for
Bug 893980
Timeout waiting for sync on declaring queue/topic with the same identifier
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
qpid-java-*-0.18-6, qpid-cpp-*-0.18-13 transcript
bz893980-qpid-java-0.18-6.log (text/plain), 13.53 KB, created by
Petr Matousek
on 2013-01-10 12:55:45 UTC
(
hide
)
Description:
qpid-java-*-0.18-6, qpid-cpp-*-0.18-13 transcript
Filename:
MIME Type:
Creator:
Petr Matousek
Created:
2013-01-10 12:55:45 UTC
Size:
13.53 KB
patch
obsolete
>rhel5 ># java -cp ${CLASSPATH} org.apache.qpid.example.Spout "ex_q;{ create:sender, node: { type:topic }}" >{} > >------------- Msg ------------- >Body: > >JMS Correlation ID: null >JMS timestamp: 1357814398937 >JMS expiration: 0 >JMS priority: 4 >JMS delivery mode: 2 >JMS reply to: null >JMS Redelivered: false >JMS Destination: 'ex_q'/None; { > 'create': 'sender', > 'node': { > 'type': 'topic' > } >} >JMS Type: null >JMS MessageID: ID:3f3fe50b-358c-3983-9e48-10fc4c339ccd >JMS Content-Type: text/plain >AMQ message number: -1 >Properties: > qpid.subject = # > >------------------------------- > ># java -cp ${CLASSPATH} org.apache.qpid.example.Spout "ex_q;{ create:sender, node: { type:queue }}" >{} > >------------- Msg ------------- >Body: > >JMS Correlation ID: null >JMS timestamp: 1357814400604 >JMS expiration: 0 >JMS priority: 4 >JMS delivery mode: 2 >JMS reply to: null >JMS Redelivered: false >JMS Destination: 'ex_q'/None; { > 'create': 'sender', > 'node': { > 'type': 'queue' > } >} >JMS Type: null >JMS MessageID: ID:f855beae-c076-3e52-b9e6-7bd01a31c3c3 >JMS Content-Type: text/plain >AMQ message number: -1 >Properties:<NONE> >------------------------------- > ># qpid-stat -q | grep ex_q > ex_q 1 1 0 0 0 0 0 1 ># qpid-stat -e | grep ex_q > ex_q topic 0 1 0 1 0 0 0 ># java -cp ${CLASSPATH} org.apache.qpid.example.Spout "ex_q" >{} >Exception in thread "main" javax.jms.JMSException: Error creating producer > at org.apache.qpid.client.AMQSession_0_10.createMessageProducer(AMQSession_0_10.java:694) > at org.apache.qpid.client.AMQSession_0_10.createMessageProducer(AMQSession_0_10.java:88) > at org.apache.qpid.client.AMQSession$7.execute(AMQSession.java:2643) > at org.apache.qpid.client.AMQSession$7.execute(AMQSession.java:2634) > at org.apache.qpid.client.AMQConnectionDelegate_0_10.executeRetrySupport(AMQConnectionDelegate_0_10.java:369) > at org.apache.qpid.client.AMQConnection.executeRetrySupport(AMQConnection.java:609) > at org.apache.qpid.client.failover.FailoverRetrySupport.execute(FailoverRetrySupport.java:102) > at org.apache.qpid.client.AMQSession.createProducerImpl(AMQSession.java:2632) > at org.apache.qpid.client.AMQSession.createProducer(AMQSession.java:1213) > at org.apache.qpid.client.AMQSession.createProducer(AMQSession.java:104) > at org.apache.qpid.example.Spout.<init>(Spout.java:91) > at org.apache.qpid.example.Spout.main(Spout.java:147) >Caused by: org.apache.qpid.AMQException: Exception occured while verifying destination > at org.apache.qpid.client.BasicMessageProducer_0_10.declareDestination(BasicMessageProducer_0_10.java:95) > at org.apache.qpid.client.BasicMessageProducer.<init>(BasicMessageProducer.java:151) > at org.apache.qpid.client.BasicMessageProducer_0_10.<init>(BasicMessageProducer_0_10.java:66) > at org.apache.qpid.client.AMQSession_0_10.createMessageProducer(AMQSession_0_10.java:689) > ... 11 more >Caused by: org.apache.qpid.AMQException: Ambiguous address, please specify queue or topic as node type > at org.apache.qpid.client.AMQSession_0_10.resolveAddressType(AMQSession_0_10.java:1311) > at org.apache.qpid.client.AMQSession_0_10.resolveAddress(AMQSession_0_10.java:1244) > at org.apache.qpid.client.BasicMessageProducer_0_10.declareDestination(BasicMessageProducer_0_10.java:89) > ... 14 more ># java -cp ${CLASSPATH} org.apache.qpid.example.Spout "ex_q;{node:{type:topic}}" >{} > >------------- Msg ------------- >Body: > >JMS Correlation ID: null >JMS timestamp: 1357814404675 >JMS expiration: 0 >JMS priority: 4 >JMS delivery mode: 2 >JMS reply to: null >JMS Redelivered: false >JMS Destination: 'ex_q'/None; { > 'node': { > 'type': 'topic' > } >} >JMS Type: null >JMS MessageID: ID:e713677c-0af9-325a-87db-c5eec9dcd223 >JMS Content-Type: text/plain >AMQ message number: -1 >Properties: > qpid.subject = # > >------------------------------- > >main 2013-01-10 11:41:04,695 ERROR [apache.qpid.client.AMQConnection] Throwable Received but no listener set: org.apache.qpid.AMQException: timed out waiting for sync: complete = 0, point = 3 [error code 541: internal error] >Exception in thread "main" IoReceiver - localhost/127.0.0.1:5672 2013-01-10 11:41:04,697 ERROR [apache.qpid.client.AMQConnection] Throwable Received but no listener set: org.apache.qpid.AMQException: ch=0 id=2 ExecutionException(errorCode=NOT_FOUND, commandId=3, classCode=8, commandCode=2, fieldIndex=0, description=not-found: Delete failed. No such queue: (qpid/broker/Broker.cpp:1145), errorInfo={}) [error code 404: not found] >javax.jms.JMSException: Error closing session: org.apache.qpid.AMQException: timed out waiting for sync: complete = 0, point = 3 [error code 541: internal error] > at org.apache.qpid.client.AMQSession.close(AMQSession.java:766) > at org.apache.qpid.client.AMQSession.close(AMQSession.java:728) > at org.apache.qpid.client.AMQSession.close(AMQSession.java:574) > at org.apache.qpid.example.Spout.<init>(Spout.java:104) > at org.apache.qpid.example.Spout.main(Spout.java:147) >Caused by: org.apache.qpid.AMQException: timed out waiting for sync: complete = 0, point = 3 [error code 541: internal error] > at org.apache.qpid.client.AMQSession_0_10.setCurrentException(AMQSession_0_10.java:1090) > at org.apache.qpid.client.AMQSession_0_10.sendClose(AMQSession_0_10.java:431) > at org.apache.qpid.client.AMQSession.close(AMQSession.java:760) > ... 4 more ># java -cp ${CLASSPATH} org.apache.qpid.example.Spout "ex_q;{node:{type:queue}}" >{} > >------------- Msg ------------- >Body: > >JMS Correlation ID: null >JMS timestamp: 1357814466858 >JMS expiration: 0 >JMS priority: 4 >JMS delivery mode: 2 >JMS reply to: null >JMS Redelivered: false >JMS Destination: 'ex_q'/None; { > 'node': { > 'type': 'queue' > } >} >JMS Type: null >JMS MessageID: ID:ee3d5f60-4da5-3105-bc80-f9165d6dd234 >JMS Content-Type: text/plain >AMQ message number: -1 >Properties:<NONE> >------------------------------- > ># qpid-stat -q | grep ex_q > ex_q 2 2 0 0 0 0 0 1 ># qpid-stat -e | grep ex_q > ex_q topic 0 2 0 2 0 0 0 ># ># java -cp ${CLASSPATH} org.apache.qpid.example.Spout "q_ex;{ create:sender, node: { type:queue }}" >{} > >------------- Msg ------------- >Body: > >JMS Correlation ID: null >JMS timestamp: 1357814468901 >JMS expiration: 0 >JMS priority: 4 >JMS delivery mode: 2 >JMS reply to: null >JMS Redelivered: false >JMS Destination: 'q_ex'/None; { > 'create': 'sender', > 'node': { > 'type': 'queue' > } >} >JMS Type: null >JMS MessageID: ID:e3e1399d-db3a-3740-b616-6b218cb3a2de >JMS Content-Type: text/plain >AMQ message number: -1 >Properties:<NONE> >------------------------------- > ># java -cp ${CLASSPATH} org.apache.qpid.example.Spout "q_ex;{ create:sender, node: { type:topic }}" >{} > >------------- Msg ------------- >Body: > >JMS Correlation ID: null >JMS timestamp: 1357814470789 >JMS expiration: 0 >JMS priority: 4 >JMS delivery mode: 2 >JMS reply to: null >JMS Redelivered: false >JMS Destination: 'q_ex'/None; { > 'create': 'sender', > 'node': { > 'type': 'topic' > } >} >JMS Type: null >JMS MessageID: ID:e309608b-4b23-3e2f-831f-abae7d7c621b >JMS Content-Type: text/plain >AMQ message number: -1 >Properties: > qpid.subject = # > >------------------------------- > >main 2013-01-10 11:42:10,810 ERROR [apache.qpid.client.AMQConnection] Throwable Received but no listener set: org.apache.qpid.AMQException: timed out waiting for sync: complete = 1, point = 4 [error code 541: internal error] >Exception in thread "main" IoReceiver - localhost/127.0.0.1:5672 2013-01-10 11:42:10,811 ERROR [apache.qpid.client.AMQConnection] Throwable Received but no listener set: org.apache.qpid.AMQException: ch=0 id=1 ExecutionException(errorCode=NOT_FOUND, commandId=4, classCode=8, commandCode=2, fieldIndex=0, description=not-found: Delete failed. No such queue: (qpid/broker/Broker.cpp:1145), errorInfo={}) [error code 404: not found] >javax.jms.JMSException: Error closing session: org.apache.qpid.AMQException: timed out waiting for sync: complete = 1, point = 4 [error code 541: internal error] > at org.apache.qpid.client.AMQSession.close(AMQSession.java:766) > at org.apache.qpid.client.AMQSession.close(AMQSession.java:728) > at org.apache.qpid.client.AMQSession.close(AMQSession.java:574) > at org.apache.qpid.example.Spout.<init>(Spout.java:104) > at org.apache.qpid.example.Spout.main(Spout.java:147) >Caused by: org.apache.qpid.AMQException: timed out waiting for sync: complete = 1, point = 4 [error code 541: internal error] > at org.apache.qpid.client.AMQSession_0_10.setCurrentException(AMQSession_0_10.java:1090) > at org.apache.qpid.client.AMQSession_0_10.sendClose(AMQSession_0_10.java:431) > at org.apache.qpid.client.AMQSession.close(AMQSession.java:760) > ... 4 more ># qpid-stat -q | grep q_ex > q_ex 1 1 0 0 0 0 0 1 ># qpid-stat -e | grep q_ex > q_ex topic 0 1 0 1 0 0 0 ># java -cp ${CLASSPATH} org.apache.qpid.example.Spout "q_ex" >{} >Exception in thread "main" javax.jms.JMSException: Error creating producer > at org.apache.qpid.client.AMQSession_0_10.createMessageProducer(AMQSession_0_10.java:694) > at org.apache.qpid.client.AMQSession_0_10.createMessageProducer(AMQSession_0_10.java:88) > at org.apache.qpid.client.AMQSession$7.execute(AMQSession.java:2643) > at org.apache.qpid.client.AMQSession$7.execute(AMQSession.java:2634) > at org.apache.qpid.client.AMQConnectionDelegate_0_10.executeRetrySupport(AMQConnectionDelegate_0_10.java:369) > at org.apache.qpid.client.AMQConnection.executeRetrySupport(AMQConnection.java:609) > at org.apache.qpid.client.failover.FailoverRetrySupport.execute(FailoverRetrySupport.java:102) > at org.apache.qpid.client.AMQSession.createProducerImpl(AMQSession.java:2632) > at org.apache.qpid.client.AMQSession.createProducer(AMQSession.java:1213) > at org.apache.qpid.client.AMQSession.createProducer(AMQSession.java:104) > at org.apache.qpid.example.Spout.<init>(Spout.java:91) > at org.apache.qpid.example.Spout.main(Spout.java:147) >Caused by: org.apache.qpid.AMQException: Exception occured while verifying destination > at org.apache.qpid.client.BasicMessageProducer_0_10.declareDestination(BasicMessageProducer_0_10.java:95) > at org.apache.qpid.client.BasicMessageProducer.<init>(BasicMessageProducer.java:151) > at org.apache.qpid.client.BasicMessageProducer_0_10.<init>(BasicMessageProducer_0_10.java:66) > at org.apache.qpid.client.AMQSession_0_10.createMessageProducer(AMQSession_0_10.java:689) > ... 11 more >Caused by: org.apache.qpid.AMQException: Ambiguous address, please specify queue or topic as node type > at org.apache.qpid.client.AMQSession_0_10.resolveAddressType(AMQSession_0_10.java:1311) > at org.apache.qpid.client.AMQSession_0_10.resolveAddress(AMQSession_0_10.java:1244) > at org.apache.qpid.client.BasicMessageProducer_0_10.declareDestination(BasicMessageProducer_0_10.java:89) > ... 14 more ># java -cp ${CLASSPATH} org.apache.qpid.example.Spout "q_ex;{node:{type:queue}}" >{} > >------------- Msg ------------- >Body: > >JMS Correlation ID: null >JMS timestamp: 1357814535288 >JMS expiration: 0 >JMS priority: 4 >JMS delivery mode: 2 >JMS reply to: null >JMS Redelivered: false >JMS Destination: 'q_ex'/None; { > 'node': { > 'type': 'queue' > } >} >JMS Type: null >JMS MessageID: ID:d6ff6e2c-bee6-37c8-a1e5-67130bf22074 >JMS Content-Type: text/plain >AMQ message number: -1 >Properties:<NONE> >------------------------------- > ># java -cp ${CLASSPATH} org.apache.qpid.example.Spout "q_ex;{node:{type:topic}}" >{} > >------------- Msg ------------- >Body: > >JMS Correlation ID: null >JMS timestamp: 1357814537022 >JMS expiration: 0 >JMS priority: 4 >JMS delivery mode: 2 >JMS reply to: null >JMS Redelivered: false >JMS Destination: 'q_ex'/None; { > 'node': { > 'type': 'topic' > } >} >JMS Type: null >JMS MessageID: ID:12793ec9-6edb-370c-8424-c19f5cf2ad30 >JMS Content-Type: text/plain >AMQ message number: -1 >Properties: > qpid.subject = # > >------------------------------- > >main 2013-01-10 11:43:17,043 ERROR [apache.qpid.client.AMQConnection] Throwable Received but no listener set: org.apache.qpid.AMQException: timed out waiting for sync: complete = 0, point = 3 [error code 541: internal error] >Exception in thread "main" IoReceiver - localhost/127.0.0.1:5672 2013-01-10 11:43:17,044 ERROR [apache.qpid.client.AMQConnection] Throwable Received but no listener set: org.apache.qpid.AMQException: ch=0 id=2 ExecutionException(errorCode=NOT_FOUND, commandId=3, classCode=8, commandCode=2, fieldIndex=0, description=not-found: Delete failed. No such queue: (qpid/broker/Broker.cpp:1145), errorInfo={}) [error code 404: not found] >javax.jms.JMSException: Error closing session: org.apache.qpid.AMQException: timed out waiting for sync: complete = 0, point = 3 [error code 541: internal error] > at org.apache.qpid.client.AMQSession.close(AMQSession.java:766) > at org.apache.qpid.client.AMQSession.close(AMQSession.java:728) > at org.apache.qpid.client.AMQSession.close(AMQSession.java:574) > at org.apache.qpid.example.Spout.<init>(Spout.java:104) > at org.apache.qpid.example.Spout.main(Spout.java:147) >Caused by: org.apache.qpid.AMQException: timed out waiting for sync: complete = 0, point = 3 [error code 541: internal error] > at org.apache.qpid.client.AMQSession_0_10.setCurrentException(AMQSession_0_10.java:1090) > at org.apache.qpid.client.AMQSession_0_10.sendClose(AMQSession_0_10.java:431) > at org.apache.qpid.client.AMQSession.close(AMQSession.java:760) > ... 4 more ># qpid-stat -q | grep q_ex > q_ex 2 2 0 0 0 0 0 1 ># qpid-stat -e | grep q_ex > q_ex topic 0 2 0 2 0 0 0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 893980
: 676298 |
676299