AutoSys Workload Automation

 View Only
  • 1.  Autosys Agent 11.4.01 Failing with error /opt/CA/WA_Agent/jre/bin/java: No such file or directory

    Posted Aug 26, 2020 09:21 AM
    I am installing autosys agent 11.4.01 on RedHat Linux 7.8 and getting following fatal error.

    Execute Script/Batch file: Run generator.jar Unix
    Status: SUCCESSFUL

    Exit Code: 127
    :/tmp/205940.tmp/executeScriptTmp0: line 3: /opt/CA/WA_Agent/jre/bin/java: No such file or directory

    Status: FATAL ERROR
    Additional Notes: FATAL ERROR - "Post-Install: Generation of additional files failed"

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    I can see open jdk is installed during installation steps 

    sun.boot.class.path:
    /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/resources.jar
    /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/rt.jar
    /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/sunrsasign.jar
    /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/jsse.jar
    /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/jce.jar
    /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/charsets.jar
    /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/jfr.jar
    /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/classes

    java.ext.dirs:
    /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre/lib/ext
    /usr/java/packages/lib/ext

    java.version == 1.8.0_262 (Java 1)
    java.vm.name == OpenJDK 64-Bit Server VM
    java.vm.vendor == Oracle Corporation
    java.vm.version == 25.262-b10
    java.vm.specification.name == Java Virtual Machine Specification
    java.vm.specification.vendor == Oracle Corporation
    java.vm.specification.version == 1.8
    java.specification.name == Java Platform API Specification
    java.specification.vendor == Oracle Corporation
    java.specification.version == 1.8
    java.vendor == Oracle Corporation
    java.vendor.url == http://java.oracle.com/
    java.class.version == 52.0
    java.library.path == /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
    java.compiler == null
    java.home == /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-0.el7_8.x86_64/jre
    java.io.tmpdir == /tmp
    os.name == Linux
    os.arch == amd64
    os.version == 3.10.0-1127.19.1.el7.x86_64
    path.separator == :
    file.separator == /
    file.encoding == UTF-8
    user.name == root
    user.home == /root
    user.dir == /tmp/install.dir.9456
    user.language == en
    user.region == null
    __________________________________________________________________________






  • 2.  RE: Autosys Agent 11.4.01 Failing with error /opt/CA/WA_Agent/jre/bin/java: No such file or directory
    Best Answer

    Broadcom Employee
    Posted Aug 27, 2020 09:55 AM
    Hi,
    Check to see if /tmp has execute permission?
    Check this KD link.
    You can also set   
    export LAX_DEBUG=true
     and then run the setup.bin.  This will give more output as well.

    HTH,
    Nitin Pande

    ------------------------------
    Support
    Broadcom
    Toronto
    ------------------------------



  • 3.  RE: Autosys Agent 11.4.01 Failing with error /opt/CA/WA_Agent/jre/bin/java: No such file or directory

    Posted Aug 27, 2020 02:52 PM
    I really appreciate your response on it. I managed to install agent 11.5 without any issue. It seems there might be some problem with the installer for 11.4.
    I am able to define machine as well without issue. my next step is to change the JIL and see how it goes.