[
https://issues.jboss.org/browse/AS7-5283?page=com.atlassian.jira.plugin.s...
]
Brian Stansberry moved JBPAPP-9607 to AS7-5283:
-----------------------------------------------
Project: Application Server 7 (was: JBoss Enterprise Application
Platform)
Key: AS7-5283 (was: JBPAPP-9607)
Workflow: GIT Pull Request workflow (was: jira)
Affects Version/s: 7.1.2.Final (EAP)
7.1.1.Final
(was: EAP 6.0.0 ER 7)
Release Notes Docs Status: (was: Documented as Known Issue)
Release Notes Text: (was: 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.)
Component/s: Scripts
(was: Scripts and Commands)
Security: (was: Public)
Fix Version/s: 7.1.3.Final (EAP)
7.2.0.Alpha1
(was: TBD EAP 6)
Docs QE Status: (was: NEW)
CLONE - Parameter -server is not added for PC and HC when running on
IBM JDK 6 and 7
------------------------------------------------------------------------------------
Key: AS7-5283
URL:
https://issues.jboss.org/browse/AS7-5283
Project: Application Server 7
Issue Type: Bug
Components: Scripts
Affects Versions: 7.1.2.Final (EAP), 7.1.1.Final
Reporter: Rostislav Svoboda
Assignee: Brian Stansberry
Labels: eap601candidate
Fix For: 7.1.3.Final (EAP), 7.2.0.Alpha1
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
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira