Bug 790565
Summary: | Java client could not parse IPv6 literal while failover | ||
---|---|---|---|
Product: | Red Hat Enterprise MRG | Reporter: | Zdenek Kraus <zkraus> |
Component: | qpid-java | Assignee: | Andrew Stitcher <astitcher> |
Status: | CLOSED WONTFIX | QA Contact: | MRG Quality Engineering <mrgqe-bugs> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 2.1 | CC: | jross |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-05-22 14:35:00 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 802466 |
Description
Zdenek Kraus
2012-02-14 20:44:07 UTC
When I shut down the broker, the client prints out Exception: Exception in thread "IoReceiver - localhost/127.0.0.1:5672" java.lang.StackOverflowError org.apache.qpid.jms.failover.FailoverExchangeMethod.getNextBrokerDetails(FailoverExchangeMethod.java:202) org.apache.qpid.jms.failover.FailoverExchangeMethod.getNextBrokerDetails(FailoverExchangeMethod.java:221) org.apache.qpid.jms.failover.FailoverExchangeMethod.getNextBrokerDetails(FailoverExchangeMethod.java:221) org.apache.qpid.jms.failover.FailoverExchangeMethod.getNextBrokerDetails(FailoverExchangeMethod.java:221) ... and so on maybe it'll help identifying the problem. |