IBM Support

How do I find the specific Java service release (SR) that WebSphere Portal is running?

Question & Answer


Question

This technote discusses how to find the specific Java service release that WebSphere Portal is running.

Cause

SystemOut.log, trace.log, and javacore files show some Java version information but not the specific Java service release.

The following trace.log example from Windows operating system does not show specific Java service release information:

Java version = J2RE 1.5.0 IBM J9 2.3 Windows Server 2003 x86-32 j9vmwi3223ifx-20080811 (JIT enabled)
J9VM - 20080809_21892_lHdSMr
JIT - 20080620_1845_r8
GC - 200806_19, Java Compiler = j9jit23, Java VM name = IBM J9 VM

Answer

Execute the following command:

<was_root>/java/bin/java -version.




The following example from AIX operating system below shows WebSphere Portal is running Java SDK 1.5 service release 8a (SR8a):
    [root@aix /usr/6101/AppServer/java/bin]# ./java -version

    java version "1.5.0"
    Java(TM) 2 Runtime Environment, Standard Edition (build pap64devifx-20080906 (SR8a + IZ29767 + IZ30684 + IZ31214 + IZ31213))
    IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 AIX ppc64-64 j9vmap6423ifx-20080811 (JIT enabled)
    J9VM - 20080809_21892_BHdSMr
    JIT - 20080620_1845_r8
    GC - 200806_19)
    JCL - 20080906

The following example from Linux operating system below shows WebSphere Portal is running Java SDK 1.5 service release 8a (SR8a):
    [root@linux bin]# ./java -version

    java version "1.5.0"
    Java(TM) 2 Runtime Environment, Standard Edition (build pxi32devifx-20080906 (SR8a + IZ29767 + IZ30684 + IZ31214 + IZ31213))
    IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux x86-32 j9vmxi3223ifx-20080811 (JIT enabled)
    J9VM - 20080809_21892_lHdSMr
    JIT - 20080620_1845_r8
    GC - 200806_19)
    JCL - 20080906

The following example from Solaris operating system below shows WebSphere Portal is running Java SDK 1.5 service release 9 (SR9):
    bash-3.00# ./java -version

    java version "1.5.0_18"
    Java(TM) 2 Runtime Environment, Standard Edition (IBM build 1.5.0_18-b02 20090506 solaris sparcv9 (SR9-SSU+PK76176))
    Java HotSpot(TM) Server VM (build 1.5.0_18-b02, mixed mode)
    IBM Java ORB build orb50ifx-20090506 (SR9)
    XML build XSLT4J Java 2.7.15
    XML build IBM JAXP 1.3.9
    XML build XML4J 4.4.14

The following example from Windows operating system below shows WebSphere Portal is running Java SDK 1.5 service release 7 (SR7):
    C:\IBM\WebSphere\AppServer\java\bin>.\java.exe -version

    java version "1.5.0"
    Java(TM) 2 Runtime Environment, Standard Edition (build pwi32devifx-20080514a (SR7 + IZ22181 + IZ21518 + IZ21534))
    IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Windows Server 2003 x86-32 j9vmwi3223ifx-20080514 (JIT enabled)
    J9VM - 20080512_19395_lHdSMr
    JIT - 20080130_0718ifx2_r8
    GC - 200802_08)
    JCL - 20080507a

[{"Product":{"code":"SSHRKX","label":"WebSphere Portal"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"WebSphere Application Server Integration","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF010","label":"HP-UX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"}],"Version":"6.1","Edition":"","Line of Business":{"code":"LOB31","label":"WCE Watson Marketing and Commerce"}}]

Document Information

Modified date:
03 December 2021

UID

swg21397886