[jboss-jira] [JBoss JIRA] (AS7-3931) After removing datasource param, accessing Runtime DS subsystem view in Domain causes No handler for read-resource at address error
William Bendrot (JIRA)
jira-events at lists.jboss.org
Mon Feb 27 21:50:36 EST 2012
William Bendrot created AS7-3931:
------------------------------------
Summary: After removing datasource param, accessing Runtime DS subsystem view in Domain causes No handler for read-resource at address error
Key: AS7-3931
URL: https://issues.jboss.org/browse/AS7-3931
Project: Application Server 7
Issue Type: Bug
Components: Console
Affects Versions: 7.1.0.Final
Environment: RHEL 5.4x in a Domain with one DC/1Server and one HC
Reporter: William Bendrot
Assignee: Heiko Braun
After removing a parameter from a data source in the console, when accessing the Datasource Subsystem panel on the Runtime page the following error is displayed:
Unknown error
Unexpected HTTP response: 500
Request
{
"address" => [
("host" => "SovereignIntDC"),
("server" => "SovereignInt01"),
("subsystem" => "datasources"),
("data-source" => "sovereign"),
("statistics" => "pool")
],
"operation" => "read-resource",
"include-runtime" => true
}
Response
Internal Server Error
{
"outcome" => "failed",
"result" => undefined,
"failure-description" => "JBAS014739: No handler for read-resource at address [
(\"subsystem\" => \"datasources\"),
(\"data-source\" => \"sovereign\"),
(\"statistics\" => \"pool\")
]",
"rolled-back" => true
}
--
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