[JBoss JIRA] (AS7-3600) Error removing host interface declaration
by Heiko Braun (JIRA)
Heiko Braun created AS7-3600:
--------------------------------
Summary: Error removing host interface declaration
Key: AS7-3600
URL: https://issues.jboss.org/browse/AS7-3600
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Reporter: Heiko Braun
Assignee: Brian Stansberry
Fix For: 7.1.1.Final
Create a custom interface in domain mode and try to delete it:
{noformat}
[domain@localhost:9999 /] /host=master/interface=custom:remove
{
"outcome" => "failed",
"result" => {"server-groups" => {"staging-server-group" => {"staging-server" => {
"host" => "master",
"response" => {
"outcome" => "failed",
"failure-description" => "JBAS014807: Management resource '[(\"interface\" => \"custom\")]' not found",
"rolled-back" => true,
"response-headers" => {"process-state" => "restart-required"}
}
}}}},
"failure-description" => "JBAS010839: Operation failed or was rolled back on all servers.",
"rolled-back" => true,
"response-headers" => {"process-state" => "restart-required"}
}
{noformat}
--
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
13 years, 11 months
[JBoss JIRA] Created: (AS7-1026) add-jms-queue --help does not work inside a batch
by Brian Stansberry (JIRA)
add-jms-queue --help does not work inside a batch
-------------------------------------------------
Key: AS7-1026
URL: https://issues.jboss.org/browse/AS7-1026
Project: Application Server 7
Issue Type: Bug
Components: CLI
Affects Versions: 7.0.0.Beta3
Reporter: Brian Stansberry
[standalone@localhost:9999 subsystem=messaging] batch
[standalone@localhost:9999 subsystem=messaging #] add-
add-data-source add-jms-cf add-jms-queue add-jms-topic
add-xa-data-source
[standalone@localhost:9999 subsystem=messaging #] add-jms-
add-jms-cf add-jms-queue add-jms-topic
[standalone@localhost:9999 subsystem=messaging #] add-jms-queue --help
Failed to add to batch: Required argument '--name' is missing.
Discard the batch (or don't start one at all) and it works fine.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months