[jboss-jira] [JBoss JIRA] (AS7-2417) Unable to change encoding on console handler
James Perkins (Updated) (JIRA)
jira-events at lists.jboss.org
Wed Nov 9 18:52:45 EST 2011
[ https://issues.jboss.org/browse/AS7-2417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James Perkins updated AS7-2417:
-------------------------------
Fix Version/s: 7.1.0.CR1
> Unable to change encoding on console handler
> --------------------------------------------
>
> Key: AS7-2417
> URL: https://issues.jboss.org/browse/AS7-2417
> Project: Application Server 7
> Issue Type: Bug
> Components: Logging
> Affects Versions: 7.1.0.Alpha1
> Reporter: Stan Silvert
> Assignee: James Perkins
> Fix For: 7.1.0.CR1
>
>
> {code}
> [standalone at localhost:9999 subsystem=logging] /subsystem=logging/console-handler=CONSOLE/:write-attribute(name="encoding", value="UTF-8")
> {
> "outcome" => "failed",
> "failure-description" => "JBAS011525: Failed to set handler encoding.",
> "rolled-back" => true
> }
> {code}
> encoding is a read-write attribute. I don't see why this would fail. On the server it just says:
> {code}
> 21:09:31,256 ERROR [org.jboss.as.controller] (Remoting "ssilvert-win7:MANAGEMENT" task-14) Operation ("write-attribute") failed - address: ([
> ("subsystem" => "logging"),
> ("console-handler" => "CONSOLE")
> ]) - failure description: "JBAS011525: Failed to set handler encoding."
> {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