Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1161243

Summary: [GSS] management console - error in the overview page after executing batch commands
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Leticia Konno <lkonno>
Component: Domain ManagementAssignee: Brian Stansberry <brian.stansberry>
Status: CLOSED DUPLICATE QA Contact: Petr Kremensky <pkremens>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2.4CC: bbaranow, brian.stansberry, emuckenh, hbraun, hpehl, pjelinek
Target Milestone: ---   
Target Release: EAP 6.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1163178 (view as bug list) Environment:
Last Closed: 2014-11-20 13:46:22 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1163178    

Description Leticia Konno 2014-11-06 18:08:00 UTC
Description of problem:

In the overview page (Runtime tab), the servers stop to show the current status of the servers and it is not possible to start/stop the servers in the management console after executing batch script to deploy/update application and restart.

It seems that only the management console is affected. It is possible to start/stop the servers using CLI. After a restart of the servers, everything seems work again. 

Version-Release number of selected component (if applicable):
JBoss EAP 6.2.4

How reproducible:

execute the one of the following:

sh jboss-cli.sh --connect --file=update.cli

batch
undeploy $APPLICATION --all-relevant-server-groups
deploy $NEWAPPLICATIONPATH --server-groups=$CLUSTER
/server-group=$CLUSTER/:restart-servers
run-batch

or 

batch
deploy $NEWAPPLICATIONPATH --server-groups=$CLUSTER
/server-group=$CLUSTER/:restart-servers
run-batch

Actual results:
It is not possible to start/stop the servers anymore.

Expected results:
It is expected that the management console continue showing the current servers status, allowing to start/stop.

Additional info:
The same is seem with 6.3 and 6.3.1.

Comment 3 Heiko Braun 2014-11-20 09:53:03 UTC
Looks like a general problem after running the script multiple operations (i.e anything relate to server runtime state) are not usable anymore

Comment 4 Heiko Braun 2014-11-20 09:58:52 UTC
It seems top be a server side problem, the UI just shows the symptoms when accessing any server resource:

hbraun:~/dev/prj/eap/jboss-eap/build/target/jboss-as-7.5.0.Final-redhat-SNAPSHOT (6.x)$ ./bin/jboss-cli.sh --connect
[domain@localhost:9999 /] /host=master:read-children-resources(child-type=server)
{
    "outcome" => "success",
    "result" => {}
}

Comment 5 Heiko Braun 2014-11-20 10:00:04 UTC
basically the server resources are inaccessible after running the script. Re-assigning to the "Domain Management" component

Comment 7 Brian Stansberry 2014-11-20 13:46:22 UTC
This is a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=1162444.

*** This bug has been marked as a duplicate of bug 1162444 ***