Bug 893743

Summary: Java Service Wrapper failed to restart Windows servers with abnormal exit codes
Product: [Other] RHQ Project Reporter: Jay Shaughnessy <jshaughn>
Component: Agent, Core ServerAssignee: Jay Shaughnessy <jshaughn>
Status: CLOSED CURRENTRELEASE QA Contact: Mike Foley <mfoley>
Severity: high Docs Contact:
Priority: high    
Version: 4.5CC: hrupp
Target Milestone: ---   
Target Release: RHQ 4.6   
Hardware: All   
OS: Windows   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 893763 (view as bug list) Environment:
Last Closed: 2013-09-03 14:46:42 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: 893763    

Description Jay Shaughnessy 2013-01-09 20:29:31 UTC
By design the Tanuki Java Service Wrapper wraps Windows server process and is supposed to restart the server on non-success exit codes.

In testing the latest AS7 based installer and server .bat scripts, and running RHQ as a Windows service, it seems that a restart is not happening even when we request an exit_code of 10 from AS7 (as part of the installer's current --reconfig processing)

This has likely been an issue for some time even though it has not to my knowledge been reported.  The fix may change (errant) behavior that some people may actually expect.

Comment 1 Jay Shaughnessy 2013-01-09 20:33:20 UTC
This turned out to actually be a bug in the wrapper itself.

master commit d471deebf1a579abe19f9a8755918e3344586cda
Author: Jay Shaughnessy <jshaughn>
Date:   Wed Jan 9 13:30:19 2013 -0500

    Update version of windows java wrapper from 3.2.0 to 3.3.1 to solve issues
    with exit code handling, which prevented proper restart of the rhq server
    after an rhq-installer --reconfig command, or any other non-success exit
    code situation.

master commit 66bcefdcb00beebab2fe2df8a13ba222e8a31a6a
Author: Jay Shaughnessy <jshaughn>
Date:   Wed Jan 9 14:34:26 2013 -0500

    Upping the JSW version for the agent to 3.3.1 to be the same as the
    recently updated server.



Test Notes
----------
An rhq-server.properties change (like smtp host) and then execution of the rhq-installer.bat --reconfig command should perform the config update and successfully restart the RHQ server on windows.

Comment 2 Heiko W. Rupp 2013-09-03 14:46:42 UTC
Bulk closing of issues in old RHQ releases that are in production for a while now.

Please open a new issue when running into an issue.