Bug 900414 (JBPAPP6-962) - Parameter -server is not added for PC and HC when running on IBM JDK 6 and 7
Summary: Parameter -server is not added for PC and HC when running on IBM JDK 6 and 7
Keywords:
Status: CLOSED NEXTRELEASE
Alias: JBPAPP6-962
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Scripts and Commands
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: EAP 6.0.1
Assignee: Brian Stansberry
QA Contact:
URL: http://jira.jboss.org/jira/browse/JBP...
Whiteboard: eap601candidate
Depends On:
Blocks: JBPAPP6-1159
TreeView+ depends on / blocked
 
Reported: 2012-05-10 15:22 UTC by Rostislav Svoboda
Modified: 2014-06-28 12:34 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-10-29 05:48:19 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker AS7-5283 0 None None None Never
Red Hat Issue Tracker JBPAPP6-962 0 None None None Never

Description Rostislav Svoboda 2012-05-10 15:22:35 UTC
Affects: Release Notes
project_key: JBPAPP6

For IBM JDK 6 and 7 parameter -server is not added for PC and HC, server-one and server-two processes contain -server parameter.
On OracleJDK and OpenJDK it's added by default for domain.sh, in standalone.sh for IBM JDK parameter -server is added.

Problem is in domain.sh script, part starting with line 76.

IBM JDK 6 version output:
java version "1.6.0"
Java(TM) SE Runtime Environment (build pxi3260sr10fp1-20120321_01(SR10 FP1))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Linux x86-32 jvmxi3260sr10fp1-20120202_101568 (JIT enabled, AOT enabled)
J9VM - 20120202_101568
JIT  - r9_20111107_21307ifx1
GC   - 20120202_AA)
JCL  - 20120320_01

IBM JDK 7 version output:
java version "1.7.0"
Java(TM) SE Runtime Environment (build pxi3270-20110827_01)
IBM J9 VM (build 2.6, JRE 1.7.0 Linux x86-32 20110810_88604 (JIT enabled, AOT enabled)
J9VM - R26_Java726_GA_20110810_1208_B88592
JIT  - r11_20110810_20466
GC   - R26_Java726_GA_20110810_1208_B88592
J9CL - 20110810_88604)
JCL - 20110809_01 based on Oracle 7b147

Comment 1 Rajesh Rajasekaran 2012-05-16 21:32:09 UTC
Labels: Added: eap6_need_triage


Comment 2 Rajesh Rajasekaran 2012-05-17 19:07:14 UTC
It was triaged as not a blocker for GA. Moving it out of ER8

Comment 3 Rostislav Svoboda 2012-06-07 09:11:02 UTC
Link: Added: This issue is a dependency of JBPAPP-9188


Comment 4 Misty Stanley-Jones 2012-06-19 03:41:02 UTC
Release Notes Docs Status: Added: Documented as Known Issue
Release Notes Text: Added: When using the IBM JDK version 6 or 7, the <code>-server</code> parameter is not added to the process controller or host controller commands, when using a managed domain. The error is found in the <filename>domain.sh</filename> script, starting at line 76. The workaround is to edit the <filename>domain.sh</filename> script to add the <code>-server</code> parameter. This will be fixed in a future release.
Affects: Added: Release Notes


Comment 5 Rajesh Rajasekaran 2012-07-11 19:51:28 UTC
Labels: Removed: eap6_need_triage Added: eap601candidate


Comment 6 Brian Stansberry 2012-08-01 05:36:28 UTC
Link: Added: This issue Cloned to JBPAPP-9607


Comment 7 Brian Stansberry 2012-08-01 05:39:52 UTC
I'll fix in upstream 7.1.3-EAP by checking for "IBM J9" the same way the scripts currently check for "HotSpot" and "OpenJDK".

I'm not scheduling this for 6.0.1.ER1 or ER2 just because I don't know what the cutoffs are for those, but it will be fixed in 6.0.1.

Comment 8 Brian Stansberry 2012-08-13 14:03:08 UTC
Fixed upstream for AS 7.1.3 tag.

Comment 9 Brian Stansberry 2012-08-13 17:33:24 UTC
Release Notes Docs Status: Removed: Documented as Known Issue Added: Not Yet Documented


Comment 10 Petr Kremensky 2012-10-03 07:59:16 UTC
Verified in EAP 6.0.1 ER1

Comment 11 Dana Mison 2012-10-17 22:45:59 UTC
updating for release notes

Comment 12 Dana Mison 2012-10-17 22:46:35 UTC
Writer: Added: tomwells


Comment 13 Tom WELLS 2012-10-19 01:18:24 UTC
Release Notes Text: Removed: When using the IBM JDK version 6 or 7, the <code>-server</code> parameter is not added to the process controller or host controller commands, when using a managed domain. The error is found in the <filename>domain.sh</filename> script, starting at line 76. The workaround is to edit the <filename>domain.sh</filename> script to add the <code>-server</code> parameter. This will be fixed in a future release. Added: When using the IBM JDK version 6 or 7, the <code>-server</code> parameter was not added to the process controller or host controller commands, when using a managed domain. The error was found in the <filename>domain.sh</filename> script, starting at line 76. The <code>-server</code> parameter is now added correctly in the <filename>domain.sh</filename> script.


Comment 14 Tom WELLS 2012-10-19 01:19:13 UTC
Release Notes Docs Status: Removed: Not Yet Documented Added: Documented as Resolved Issue


Comment 15 Dana Mison 2012-10-29 05:48:10 UTC
Release Notes Text: Removed: When using the IBM JDK version 6 or 7, the <code>-server</code> parameter was not added to the process controller or host controller commands, when using a managed domain. The error was found in the <filename>domain.sh</filename> script, starting at line 76. The <code>-server</code> parameter is now added correctly in the <filename>domain.sh</filename> script. Added: When using the IBM JDK version 6 or 7, the `-server` parameter was not added to the process controller or host controller commands, when using a managed domain. The error was found in the `domain.sh` script, starting at line 76. The `-server` parameter is now added correctly in the `domain.sh` script.


Comment 16 Anne-Louise Tangring 2012-11-13 20:07:55 UTC
Release Notes Docs Status: Removed: Documented as Resolved Issue 
Writer: Removed: tomwells 
Release Notes Text: Removed: When using the IBM JDK version 6 or 7, the `-server` parameter was not added to the process controller or host controller commands, when using a managed domain. The error was found in the `domain.sh` script, starting at line 76. The `-server` parameter is now added correctly in the `domain.sh` script. 
Docs QE Status: Removed: NEW 



Note You need to log in before you can comment on or make changes to this bug.