[jboss-jira] [JBoss JIRA] (AS7-4727) Minor logging: 'unloaded' string is not passed to JBAS018079 logging message
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Thu Aug 23 17:40:15 EDT 2012
[ https://issues.jboss.org/browse/AS7-4727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated AS7-4727:
----------------------------------
Fix Version/s: 7.2.0.Alpha1
7.1.4.Final (EAP)
(was: 7.1.3.Final (EAP))
> Minor logging: 'unloaded' string is not passed to JBAS018079 logging message
> ----------------------------------------------------------------------------
>
> Key: AS7-4727
> URL: https://issues.jboss.org/browse/AS7-4727
> Project: Application Server 7
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 7.1.1.Final
> Reporter: Radoslav Husar
> Assignee: Paul Ferraro
> Priority: Minor
> Fix For: 7.2.0.Alpha1, 7.1.4.Final (EAP)
>
>
> Nothing gets passed to message as unloaded
> From code:
> {code}
> @Message(id = 18079, value = "Failed to passivate %s session %s")
> String failToPassivate(String unloaded, String id);
> {code}
> so in logging you get
> {code}
> [JBossINF] 19:19:07,331 ERROR [org.apache.catalina.session.ManagerBase] (ContainerBackgroundProcessor[StandardEngine[jboss.web]])
> JBAS018079: Failed to passivate session gXJyH6Cd0xnPT2Gbw8Bb8Yh8:
> ...
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list