Bug 901098 (JBPAPP6-1152)
| Summary: | Installer:EAP natives are not installed even though option to install natives is selected | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Madhumita Sadhukhan <msadhukh> | ||||
| Component: | Installer | Assignee: | Thomas Hauser <thauser> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | |||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | urgent | ||||||
| Version: | 6.0.0 | CC: | fnasser, jtripath, msadhukh, pslavice, rsvoboda | ||||
| Target Milestone: | --- | ||||||
| Target Release: | EAP 6.0.1 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| URL: | http://jira.jboss.org/jira/browse/JBPAPP6-1152 | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-11-19 09:38:08 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
Madhumita Sadhukhan
2012-10-24 12:36:02 UTC
Attachment: Added: EAP-6.0.1-ER3-installedfolders.png the natives are installed inside jboss-eap-6.0/modules/ Madhumita, please check natives in jboss-eap-6.0/modules/ and verify APR connctor is used when starting EAP server. org.apache.coyote.http11.Http11AprProtocol must be used instead of org.apache.coyote.http11.Http11Protocol I can confirm natives are installed and can be loaded, tested on RHEL 6 x86_64.
Note jboss-eap-6.0/standalone/configuration/standalone.xml must be configured to use natives
{code}
<connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http"/>
{code}
Log output
{code}
09:45:51,479 INFO [org.apache.coyote.http11.Http11AprProtocol] (MSC service thread 1-7) Starting Coyote HTTP/1.1 on http-/127.0.0.1:8080
{code}
jboss-eap-6.0/standalone/configuration/standalone.xml must be configured to use natives (native="true"):
{code}
<subsystem xmlns="urn:jboss:domain:web:1.2" default-virtual-server="default-host" native="true">
<connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http"/>
{code}
Release Notes Docs Status: Added: Not Required Closing as rejected so we don't think we need a new installer Release Notes Docs Status: Removed: Not Required Docs QE Status: Removed: NEW This does not involve any code change and has been resolved as rejected for 6.0.1.ER3.Hence changing fix version back to 6.0.1.ER3 and closing this |