[jboss-jira] [JBoss JIRA] Created: (JBAS-9202) Server creation on slave fails to return result, but creation succeeds
Heiko Rupp (JIRA)
jira-events at lists.jboss.org
Thu Mar 31 09:18:38 EDT 2011
Server creation on slave fails to return result, but creation succeeds
----------------------------------------------------------------------
Key: JBAS-9202
URL: https://issues.jboss.org/browse/JBAS-9202
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Domain Management
Affects Versions: 7.0.0.Beta1
Reporter: Heiko Rupp
Have 2 hosts, a DC one (snert) and a Slave, SL (pintsize).
On the DC:
[localhost:9999 /] /host=snert/server-config=newServer4:add(group=main-server-group,auto-start=1)
{
"outcome" => "success",
"result" => undefined,
"compensating-operation" => {
"operation" => "remove",
"address" => [
("host" => "snert"),
("server-config" => "newServer4")
]
}
}
On the slave:
[localhost:9999 /] /host=pintsize/server-config=newServer5:add(group=main-server-group,auto-start=1)
Communication error: java.util.concurrent.ExecutionException: java.io.EOFException
But the server has been created:
[localhost:9999 /] ls /host=pintsize/server-config=newServer5
path jvm interface
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list