[jboss-jira] [JBoss JIRA] (AS7-2417) Unable to change encoding on console handler
Stan Silvert (Created) (JIRA)
jira-events at lists.jboss.org
Thu Oct 27 21:12:45 EDT 2011
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
{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