5 Mar 2012 19:33
[jira] [Closed] (UIMA-2372) On lost connection to a broker UIMA AS Spring JMS listener excessively logs error msgs
[
https://issues.apache.org/jira/browse/UIMA-2372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jerry Cwiklik closed UIMA-2372.
-------------------------------
Resolution: Fixed
> On lost connection to a broker UIMA AS Spring JMS listener excessively logs error msgs
> --------------------------------------------------------------------------------------
>
> Key: UIMA-2372
> URL: https://issues.apache.org/jira/browse/UIMA-2372
> Project: UIMA
> Issue Type: Bug
> Components: Async Scaleout
> Reporter: Jerry Cwiklik
> Assignee: Jerry Cwiklik
> Fix For: 2.4.0AS
>
>
> When UIMA AS service loses a connection to a broker, its JMS listener rapidly fills a log with messages:
> 0 Feb 2012 12:33:33,598 WARN UIMA AS Service.UimaDefaultMessageListenerContainer - Could not refresh
JMS Connection for destination 'queue://<queue name>' - retrying in 5 ms. Cause: Could not connect to
broker URL:
> tcp://<broker url>:61616?wireFormat.maxInactivityDuration=0. Reason:
java.net.ConnectException: Connection refused
> I've traced the origin of this message to Spring Framework's DefaultMessageListenerContainer.java,
refreshConnectionUntilSuccessful() method. Spring is attempting to auto recover the connection by
(Continue reading)
-Marshall
RSS Feed