Bug 653695
Summary: | If Apache plug-in fails to parse/load a discovered Apache configuration file, discovery of remaining Apache processes is halted | ||||||
---|---|---|---|---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Larry O'Leary <loleary> | ||||
Component: | Plugins | Assignee: | Lukas Krejci <lkrejci> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Sunil Kondkar <skondkar> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 4.0.0 | CC: | cwelton | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 663745 (view as bug list) | Environment: |
JON 2.4
Windows 2003
Apache HTTPD 2.2
Apache Plug-in
|
||||
Last Closed: | 2013-09-02 07:17:27 UTC | Type: | --- | ||||
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: | 625146 | ||||||
Attachments: |
|
Description
Larry O'Leary
2010-11-15 23:09:07 UTC
Created attachment 460693 [details]
Proposed patch based off rhq master
Here is the proposed patch that will address this bug. It is confined to the specific test case described in the bug's original description.
commit bfa4afdfdf10b80f08113fcb31b301d5e2e958e1 Author: Lukas Krejci <lkrejci> Date: Thu Dec 16 19:25:54 2010 +0100 BZ 653695 - refactor the apache discovery to continue processing the rest of process scan results after an error during processing one of them. Sunil, please look at this one while you all have the JON/Windows/Apache instance up. Removing blocker against jon241 version of this bug Verified on rhq 4.0.0-Snapshot build number:779b977 and also on jon241 build#62 (build number: 10993:e37f225) 1) Installed Apache 2.2.17 on a Windows platform at its default location (C:\Program Files\Apache Software Foundation\Apache2.2) 2) Set the Apache service from Auto start to Manual start. 3) Moved the httpd.conf file from the Apache conf directory to an alternate location (For example: from C:\Program Files\Apache Software Foundation\Apache2.2\conf\httpd.conf to C:\Program Files\Apache Software Foundation\00368619\Apache2.2\conf\httpd.conf) 4) Registered an instance of Apache as a Windows Service and pointed it to the alternate configuration file (For example: "C:\Program Files\Apache Software Foundation\Apache2.2\bin\httpd.exe" -k install -n "Apache_00368619" -f "C:\Program Files\Apache Software Foundation\00368619\Apache2.2\conf\httpd.conf") Observed that the Apache server with alternate configuration (C:\Program Files\Apache Software Foundation\00368619\Apache2.2\conf\httpd.conf) is discovered. Bulk closing of issues that were VERIFIED, had no target release and where the status changed more than a year ago. |