Radoslav Husar created AS7-4727:
-----------------------------------
Summary: 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.1.2.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