Bug 859520 - [eap6] :whoami operation not available for managed servers
Summary: [eap6] :whoami operation not available for managed servers
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Operations Network
Classification: JBoss
Component: Plugin -- JBoss EAP 6
Version: JON 3.1.1
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ER01
: JON 3.2.0
Assignee: RHQ Project Maintainer
QA Contact: Mike Foley
URL:
Whiteboard:
Depends On: 859512
Blocks: as7-plugin
TreeView+ depends on / blocked
 
Reported: 2012-09-21 17:58 UTC by Stefan Negrea
Modified: 2014-01-02 20:35 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 859512
Environment:
Last Closed: 2014-01-02 20:35:35 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Stefan Negrea 2012-09-21 17:58:08 UTC
+++ This bug was initially created as a clone of Bug #859512 +++

Description of problem:
:whoami operation not available for managed servers because the security context is not established by AS7. This operation is used by the plugin to detect the server state (need restart or reload).

The error is harmless but the plugin should attempt a different operation if this operation fails.


How reproducible:
Everytime for AS7 managed servers in a domain configuration.


Steps to Reproduce:
1. Start AS7 in domain mode.
2. Inventory a host controllers with managed servers active.
3. Execute an operation on one of the managed servers resources.

  
Actual results:
Operations succeeds but the the warning (shown below) is visible in the logs.


Expected results:
Operations succeeds, a warning is visible in the logs but plugin sends a second followup operation is sent to the AS7 server to check for the current status.


Additional info:
The operation to be executed in case :whoami fails is :read-resource. This operation is slower because the amount of data to be transferred from the server but it's safer since every single resource has it. This second operation is to be executed only if the first one fails.


Here is the full text of the error printed in the logs:

WARN  21-09 10:40:31,654 (ASConnection.java:executeRaw:229)  -Received 500 (Internal Server Error) response to Operation{operation='whoami', address=Address{path: profile=full,subsystem=infinispan,cache-container=hibernate}, additionalProperties={}} - response body was [{"outcome" : "failed", "result" : {"identity" : {"username" : "admin", "realm" : "ManagementRealm"}}, "failure-description" : "JBAS010839: Operation failed or was rolled back on all servers.", "rolled-back" : true, "server-groups" : {"main-server-group" : {"host" : {"master" : {"server-one" : {"response" : {"outcome" : "failed", "failure-description" : "JBAS015249: No security context has been established.", "rolled-back" : true}}, "server-two" : {"response" : {"outcome" : "failed", "failure-description" : "JBAS015249: No security context has been established.", "rolled-back" : true}}}}}}}].

Comment 1 mark yarborough 2012-11-20 20:45:30 UTC
Per triage with loleary, crouch, mfoley: Move to JBoss ON product, set target release JON 3.2, clear priority (will be subject to further triage in JON 3.2 timeframe).

Comment 2 Larry O'Leary 2012-11-22 00:54:20 UTC
This appears to already be fixed upstream according to https://bugzilla.redhat.com/show_bug.cgi?id=859512#c1

Comment 3 Thomas Segismont 2013-06-13 13:06:50 UTC
Already fixed in master see upstream BZ859512#c1

Comment 4 Larry O'Leary 2013-09-06 14:32:15 UTC
As this is MODIFIED or ON_QA, setting milestone to ER1.

Comment 5 Libor Zoubek 2013-11-19 15:47:00 UTC
Tescase from Stefan:

1. do a config change that requires managed server reload or restart
2. verify UI reports managed server needs reload or restart

Did it by changing datasource configuration in profile assigned with 1 or more running managed servers, then on managed server's datasource UI was signaling restart required

verified on JON 3.2.0.ER5


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