Bug 900665 (JBPAPP6-1032)
| Summary: | EAP 6 init script from RPM install fails to operate when machine is also running apache | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Graeme Gillies <ggillies> | ||||
| Component: | Build | Assignee: | Permaine Cheung <pcheung> | ||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | |||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | urgent | ||||||
| Version: | 6.0.0 | CC: | cristiano.nicolai, ggillies, pcheung, twells | ||||
| Target Milestone: | --- | ||||||
| Target Release: | EAP 6.0.1 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| URL: | http://jira.jboss.org/jira/browse/JBPAPP6-1032 | ||||||
| Whiteboard: | eap601candidate | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: |
JBoss EAP6 RPMs on RHEL 6.3 x86_64
jbossas-standalone-7.1.2-8.Final_redhat_1.ep6.el6.noarch
java-1.6.0-openjdk
httpd 2.2.17-15.4.ep5.el6
|
|||||
| Last Closed: | 2012-10-16 02:43:40 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: | |||||||
| Attachments: |
|
||||||
|
Description
Graeme Gillies
2012-06-26 01:33:16 UTC
This is the log file showing the debug output of the current init script and how it fails with httpd also running on the box Attachment: Added: init_output.log We have been using this machanism since EAP 5, but as you mentioned, if the port has changed, it will still be checked. It seems like we can get rid of that check if stale connections are stopping the starting of jboss, and let jboss handle that itself. Regarding checking of the process running, there are times that a process is running but pid file went missing, so we also check if there's a process running using the script that start these services. The stopping of the service is doing what you described. The same check as in EAP 5 was done when starting jboss, until there is better way to determine if service is started, that's what we can do for now. Hi, That makes sense. Can we at least get the init script fixed so that running jboss with httpd doesn't cause problems. This is holding up our deployments. Regards, Graeme Labels: Added: eap601candidate Fix committed, will be in EAP 6.0.1 ER2. Link: Added: This issue relates to JBPAPP-9364 /etc/init.d/jbossas and /etc/init.d/jbossas-domain were rewritten. Verified during 6.0.1-ER2 test cycle, rewritten behavior seems working, closing... Does this need a release note for EAP 6.0.1? The issue needs to be re-opened if it does, and the release notes flags set (Affects Release Notes, Not Yet Documented). @Tom, I think none is needed in RN because behavior and customer's usage is the same as previous, there is only an internal implementation modification(s), but for safety - Permaine could confirm my thought. I agree with Pavel. Updated release notes fields. Release Notes Docs Status: Added: Not Required Writer: Added: tomwells Release Notes Docs Status: Removed: Not Required Writer: Removed: tomwells Docs QE Status: Removed: NEW |