Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

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: InstallerAssignee: Thomas Hauser <thauser>
Status: CLOSED NOTABUG QA Contact:
Severity: urgent Docs Contact:
Priority: urgent    
Version: 6.0.0CC: 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 Flags
EAP-6.0.1-ER3-installedfolders.png none

Description Madhumita Sadhukhan 2012-10-24 12:36:02 UTC
project_key: JBPAPP6

I tried to select EAP natives everytime I tried to use Installers both GUI and console)

The processing steps even showed that natives were installed.

However in reality they were missing as seen in screenshot of installed folder structure

Comment 1 Madhumita Sadhukhan 2012-10-24 12:36:41 UTC
Attachment: Added: EAP-6.0.1-ER3-installedfolders.png


Comment 2 Jyoti Tripathi 2012-10-24 17:39:45 UTC
the natives are installed inside jboss-eap-6.0/modules/

Comment 3 Rostislav Svoboda 2012-10-24 18:39:00 UTC
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

Comment 4 Rostislav Svoboda 2012-10-25 07:56:36 UTC
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}

Comment 5 Rostislav Svoboda 2012-10-25 07:59:24 UTC
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}

Comment 6 Misty Stanley-Jones 2012-11-05 04:41:30 UTC
Release Notes Docs Status: Added: Not Required


Comment 7 Fernando Nasser 2012-11-06 15:50:03 UTC
Closing as rejected so we don't think we need a new installer

Comment 8 Anne-Louise Tangring 2012-11-13 20:43:43 UTC
Release Notes Docs Status: Removed: Not Required 
Docs QE Status: Removed: NEW 


Comment 9 Madhumita Sadhukhan 2012-11-19 09:38:08 UTC
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