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 676299 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-2.el5, qpid-cpp-*-0.14-22.el5 transcript
bz893980-qpid-java-0.18-2.log (text/plain), 9.21 KB, created by
Petr Matousek
on 2013-01-10 12:56:35 UTC
(
hide
)
Description:
qpid-java-*-0.18-2.el5, qpid-cpp-*-0.14-22.el5 transcript
Filename:
MIME Type:
Creator:
Petr Matousek
Created:
2013-01-10 12:56:35 UTC
Size:
9.21 KB
patch
obsolete
># java -cp ${CLASSPATH} org.apache.qpid.example.Spout "ex_q;{ create:sender, node: { type:topic }}" >{} > >------------- Msg ------------- >Body: > >JMS Correlation ID: null >JMS timestamp: 1357819286282 >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:677ce038-f9cf-3af1-8785-56e9041871aa >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: 1357819287996 >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:cdac3203-fd15-3cb3-97a1-101568b2ef66 >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:660) > at org.apache.qpid.client.AMQSession_0_10.createMessageProducer(AMQSession_0_10.java:67) > at org.apache.qpid.client.AMQSession$7.execute(AMQSession.java:2633) > at org.apache.qpid.client.AMQSession$7.execute(AMQSession.java:2624) > at org.apache.qpid.client.AMQConnectionDelegate_0_10.executeRetrySupport(AMQConnectionDelegate_0_10.java:369) > at org.apache.qpid.client.AMQConnection.executeRetrySupport(AMQConnection.java:593) > at org.apache.qpid.client.failover.FailoverRetrySupport.execute(FailoverRetrySupport.java:102) > at org.apache.qpid.client.AMQSession.createProducerImpl(AMQSession.java:2622) > at org.apache.qpid.client.AMQSession.createProducer(AMQSession.java:1201) > at org.apache.qpid.client.AMQSession.createProducer(AMQSession.java:102) > at org.apache.qpid.example.Spout.<init>(Spout.java:91) > at org.apache.qpid.example.Spout.main(Spout.java:146) >Caused by: org.apache.qpid.AMQException: Exception occured while verifying destination > at org.apache.qpid.client.BasicMessageProducer_0_10.declareDestination(BasicMessageProducer_0_10.java:93) > 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:655) > ... 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:1287) > at org.apache.qpid.client.AMQSession_0_10.handleAddressBasedDestination(AMQSession_0_10.java:1206) > 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: 1357819298251 >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:04436572-85c4-3ea8-abf0-94cf5819b96a >JMS Content-Type: text/plain >AMQ message number: -1 >Properties: > qpid.subject = # > >------------------------------- > ># java -cp ${CLASSPATH} org.apache.qpid.example.Spout "ex_q;{node:{type:queue}}" >{} > >------------- Msg ------------- >Body: > >JMS Correlation ID: null >JMS timestamp: 1357819299829 >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:dee7887c-9a88-3ff3-8afb-e960b88cb61b >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: 1357819308371 >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:cbb1dc0b-8b7f-3a67-a7c0-c0709de3afef >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: 1357819310050 >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:fdd06d8d-8717-3d08-88be-077d284197e6 >JMS Content-Type: text/plain >AMQ message number: -1 >Properties: > qpid.subject = # > >------------------------------- > ># 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:660) > at org.apache.qpid.client.AMQSession_0_10.createMessageProducer(AMQSession_0_10.java:67) > at org.apache.qpid.client.AMQSession$7.execute(AMQSession.java:2633) > at org.apache.qpid.client.AMQSession$7.execute(AMQSession.java:2624) > at org.apache.qpid.client.AMQConnectionDelegate_0_10.executeRetrySupport(AMQConnectionDelegate_0_10.java:369) > at org.apache.qpid.client.AMQConnection.executeRetrySupport(AMQConnection.java:593) > at org.apache.qpid.client.failover.FailoverRetrySupport.execute(FailoverRetrySupport.java:102) > at org.apache.qpid.client.AMQSession.createProducerImpl(AMQSession.java:2622) > at org.apache.qpid.client.AMQSession.createProducer(AMQSession.java:1201) > at org.apache.qpid.client.AMQSession.createProducer(AMQSession.java:102) > at org.apache.qpid.example.Spout.<init>(Spout.java:91) > at org.apache.qpid.example.Spout.main(Spout.java:146) >Caused by: org.apache.qpid.AMQException: Exception occured while verifying destination > at org.apache.qpid.client.BasicMessageProducer_0_10.declareDestination(BasicMessageProducer_0_10.java:93) > 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:655) > ... 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:1287) > at org.apache.qpid.client.AMQSession_0_10.handleAddressBasedDestination(AMQSession_0_10.java:1206) > 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: 1357819320572 >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:94b45317-107e-36e0-8392-126eb5cbfcab >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: 1357819322072 >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:46ce801f-665e-3457-beff-0b707ab329c9 >JMS Content-Type: text/plain >AMQ message number: -1 >Properties: > qpid.subject = # > >------------------------------- > ># 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