WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  WAS 8.5 JAVA SDK installation issue.

    Posted Tue October 21, 2014 05:26 AM
    Hi All,

    This thing has been bugging me for quite sometime now. I am trying to apply the java fix to our existing WAS 8.5.

    When I run the installation it says the fix is installed but niether the java version gets updated  nor the log files shows any logs.

    Below is what exactly happening.

    #####################################################

    [wasadmin@dummyserver tools]$ ./imcl install 7.0.1.0-WS-WASJavaSDK7-LinuxX64-IFPI20796 -repositories '/tmp/wasfixupdate' -installationDirectory '/opt/IBM/WebSphere/AppServer' -log /tmp/log.txt
    Installed 7.0.1.0-WS-WASJavaSDK7-LinuxX64-IFPI20796_7.0.1000.20140910_1959 to the /opt/IBM/WebSphere/AppServer directory.
    [wasadmin@dummyserver tools]$
    [wasadmin@dummyserver tools]$
    [wasadmin@dummyserver tools]$ more /tmp/log.txt



    [wasadmin@dummyserver tools]$ /opt/IBM/WebSphere/AppServer/java_1.7_64/bin/java -version java version "1.7.0"
    Java(TM) SE Runtime Environment (build pxa6470sr4fp1ifix-20130423_02(SR4 FP1+IV38579+IV38399+IV40208))
    IBM J9 VM (build 2.6, JRE 1.7.0 Linux amd64-64 Compressed References 20130421_145945 (JIT enabled, AOT enabled)
    J9VM - R26_Java726_SR4_FP1_2_20130421_2353_B145945
    JIT - r11.b03_20130131_32403ifx4
    GC - R26_Java726_SR4_FP1_2_20130421_2353_B145945_CMPRSS
    J9CL - 20130422_145945)
    JCL - 20130225_01 based on Oracle 7u13-b08
    [wasadmin@dummyserver tools]$

    *****************************************************************

    I have tried setting the parameters in a xml file and pass it as input, but no luck.

    - All folders have required persmissions and owned by wasadmin.

    Can someone provide a quick suggestion on what is happening here.

    Thanks in advance.

    Regards,
    Pavan 



  • 2.  WAS 8.5 JAVA SDK installation issue.

    Posted Wed October 22, 2014 12:13 PM
    Hi
    Please provide output of
    ./java -version from WAS_HOME/java/jre/bin ( it is dot slash java)
    ./versionInfo.sh -long  from WAS_HOME/bin
    ./imcl listInstalledPackages -verbose from IM_HOME/eclipse/tools
    Thanks