[jboss-jira] [JBoss JIRA] (AS7-2683) Failed to remove interface in domain mode
Heiko Braun (Commented) (JIRA)
jira-events at lists.jboss.org
Thu Nov 17 09:50:40 EST 2011
[ https://issues.jboss.org/browse/AS7-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12643707#comment-12643707 ]
Heiko Braun commented on AS7-2683:
----------------------------------
Additional, related problems:
{noformat}
[domain at localhost:9999 /] /host=master/interface=test:add(any-address=true)
{
"outcome" => "success",
"result" => {
"domain-results" => {"step-1" => undefined},
"server-operations" => undefined
}
}
[domain at localhost:9999 /] /host=master/interface=test:read-resource
{
"outcome" => "success",
"result" => {
"any" => undefined,
"any-address" => true,
"any-ipv4-address" => undefined,
"any-ipv6-address" => undefined,
"criteria" => "any-address",
"inet-address" => undefined,
"link-local-address" => undefined,
"loopback" => undefined,
"loopback-address" => undefined,
"multicast" => undefined,
"name" => "test",
"nic" => undefined,
"nic-match" => undefined,
"not" => undefined,
"point-to-point" => undefined,
"public-address" => undefined,
"site-local-address" => undefined,
"subnet-match" => undefined,
"up" => undefined,
"virtual" => undefined
}
}
[domain at localhost:9999 /] /host=master/interface=test:remove
{
"outcome" => "failed",
"result" => {"server-groups" => [("main-server-group" => {"master" => {
"host" => "master",
"response" => {
"outcome" => "failed",
"failure-description" => "JBAS014749: Operation handler failed: \"interface\" => \"test\"",
"rolled-back" => true
}
}})]},
"failure-description" => "Operation failed or was rolled back on all servers.",
"rolled-back" => true
}
{noformat}
> Failed to remove interface in domain mode
> -----------------------------------------
>
> Key: AS7-2683
> URL: https://issues.jboss.org/browse/AS7-2683
> Project: Application Server 7
> Issue Type: Bug
> Components: Domain Management
> Reporter: Heiko Braun
> Assignee: Emanuel Muckenhuber
> Fix For: 7.1.0.CR1
>
>
> First Step:
> {noformat}
> [INFO] {
> [INFO] "address" => [("interface" => "custom_interface")],
> [INFO] "operation" => "add",
> [INFO] "any-address" => true
> [INFO] }
> {noformat}
> Second Step:
> {noformat}
> [INFO] {
> [INFO] "address" => [("interface" => "custom_interface")],
> [INFO] "operation" => "remove"
> [INFO] }
> [ERROR] 2011-11-17 15:40:31,114 [ERROR] Message{conciseMessage='Error: Failed to remove interface custom_interface', detailedMessage='{"domain-failure-description" => "JBAS014749: Operation handler failed: JBAS014666: Duplicate resource [(\"interface\" => \"custom_interface\")]"}', fired=Thu Nov 17 15:40:31 CET 2011, severity=Error, options=[]}
> {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
More information about the jboss-jira
mailing list