[jboss-jira] [JBoss JIRA] (WFCORE-855) Intermittent Disconnection from CLI After Reload in domain mode
Joe Wertz (JIRA)
issues at jboss.org
Fri Jul 31 10:53:03 EDT 2015
Joe Wertz created WFCORE-855:
--------------------------------
Summary: Intermittent Disconnection from CLI After Reload in domain mode
Key: WFCORE-855
URL: https://issues.jboss.org/browse/WFCORE-855
Project: WildFly Core
Issue Type: Bug
Components: CLI
Affects Versions: 2.0.0.Alpha12
Reporter: Joe Wertz
Assignee: Joe Wertz
Fix For: 2.0.0.Alpha12
Description of problem:
CLI scripts for management of managed domain
Version-Release number of selected component (if applicable):
6.4.3.CP.CR1
How reproducible:
Always
Steps to Reproduce:
Use CLI script:
:read-attribute(name=process-type)
reload --host=master
:read-attribute(name=process-type)
or commands option for script
Actual results:
6.4.3
./jboss-cli.sh -c commands=':read-attribute(name=process-type), reload --host=master, :read-attribute(name=process-type)'
{
"outcome" => "success",
"result" => "Domain Controller"
}
Failed to establish connection in 6025ms
Expected results:
6.3.3
./jboss-cli.sh -c commands=':read-attribute(name=process-type), reload --host=master, :read-attribute(name=process-type)'
{
"outcome" => "success",
"result" => "Domain Controller"
}
{
"outcome" => "success",
"result" => "Domain Controller"
}
Additional info:
- Follow up to https://bugzilla.redhat.com/show_bug.cgi?id=1232933
- using --timeout doesn't workaround the problem
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the jboss-jira
mailing list