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
Labels: Added: eap6_need_triage
It was triaged as not a blocker for GA. Moving it out of ER8
Link: Added: This issue is a dependency of JBPAPP-9188
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
Labels: Removed: eap6_need_triage Added: eap601candidate
Link: Added: This issue Cloned to JBPAPP-9607
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.
Fixed upstream for AS 7.1.3 tag.
Release Notes Docs Status: Removed: Documented as Known Issue Added: Not Yet Documented
Verified in EAP 6.0.1 ER1
updating for release notes
Writer: Added: tomwells
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.
Release Notes Docs Status: Removed: Not Yet Documented Added: Documented as Resolved Issue
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.
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