Bug 1249031 - [GSS](6.4.z) Intermittent Disconnection from CLI After Reload in domain mode
Summary: [GSS](6.4.z) Intermittent Disconnection from CLI After Reload in domain mode
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: CLI
Version: 6.4.2
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: CR1
: EAP 6.4.4
Assignee: jboss-set
QA Contact: Petr Kremensky
URL:
Whiteboard:
Depends On:
Blocks: 1235744
TreeView+ depends on / blocked
 
Reported: 2015-07-31 11:52 UTC by Petr Kremensky
Modified: 2017-01-17 10:52 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-01-17 10:52:47 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1232933 0 unspecified CLOSED [GSS](6.4.z) Intermittent Disconnection from CLI After Reload 2021-02-22 00:41:40 UTC
Red Hat Issue Tracker WFCORE-855 0 Major Resolved Intermittent Disconnection from CLI After Reload in domain mode 2018-02-12 10:48:15 UTC

Internal Links: 1232933

Description Petr Kremensky 2015-07-31 11:52:18 UTC
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

Comment 3 JBoss JIRA Server 2015-08-04 07:51:33 UTC
Joe Wertz <ewertz> updated the status of jira WFCORE-855 to Coding In Progress

Comment 6 Petr Kremensky 2015-09-24 08:46:08 UTC
Verified on EAP 6.4.4.CP.CR3

Comment 8 Petr Penicka 2017-01-17 10:52:47 UTC
Retroactively bulk-closing issues from released EAP 6.4 cumulative patches.


Note You need to log in before you can comment on or make changes to this bug.