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 601497 Details for
Bug 844655
error message logged while creating federation link between standalone brokers
[?]
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.
test reproducer
bz844655.sh (text/plain), 930 bytes, created by
Petr Matousek
on 2012-07-31 09:54:06 UTC
(
hide
)
Description:
test reproducer
Filename:
MIME Type:
Creator:
Petr Matousek
Created:
2012-07-31 09:54:06 UTC
Size:
930 bytes
patch
obsolete
>#!/bin/bash > >killall qpidd >sleep 1 >rm -rf /tmp/5672; mkdir /tmp/5672 >rm -rf /tmp/5673; mkdir /tmp/5673 > ># start standalone broker b1 >echo "starting standalone broker b1" >qpidd --auth=no --data-dir=/tmp/5672 --log-enable error+ \ > --log-to-stdout no --log-to-syslog no --log-to-stderr no \ > --log-to-file /tmp/5672/qpidd.log & >sleep 1 >qpid-stat -b > ># start standalone broker b2 >echo "starting standalone broker b2" >qpidd --port 5673 --auth=no --data-dir=/tmp/5673 \ > --log-to-stdout no --log-to-syslog no --log-to-stderr no & >sleep 1 >qpid-stat -b localhost:5673 > ># create federation link between b1 and b2 >echo "creating federation link between b1 and b2" >qpid-route route add localhost:5673 localhost:5672 amq.direct "" >qpid-route route list localhost:5673 >sleep 10 > >grep "error Execution exception: not-found: Exchange not found: amq.failover" \ > /tmp/5672/qpidd.log > /dev/null \ > && echo "[ FAILED ]" || echo "[ PASSED ]"
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 844655
: 601497