Weblogic probe - port not assigned
search cancel

Weblogic probe - port not assigned

book

Article ID: 281117

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

Weblogic is not taking port & showing error state, 
Mar 11 17:22:00:090 [140605209761664] Controller: Probe 'weblogic' FAILED to start (command = /opt/nimsoft/probes/application/weblogic/../../../jre/jre8u462b08 /bin/java) does not exist or is unreachable 

Environment

Release: Any UIM GA

Component: Weblogic probe

Cause

The java package is not getting unpacked properly.

Resolution

Steps to resolve issue:(this is for Linux where the windows will have exe/bat)

  1. Confirm that .../nimsoft/jre/7za or .../nimsoft/jre/7za is present
  2. Edit the ../nimsoft/jre/extract_jre.sh as shown below to use 7za or 7zz (depending upon what is observed in step 1) to extract the java package

    EITHER
    #!/bin/sh
    # extract jre-{xyz}.7z bundle
    echo "extracting bundled_jre_filename: $1";
    ./jre/7zz x -y -o./jre ./jre/$1
    chmod -R 755  ./jre/*

    OR
    #!/bin/sh
    # extract jre-{xyz}.7z bundle
    echo "extracting bundled_jre_filename: $1";
    ./jre/7za x -y -o./jre ./jre/$1
    chmod -R 755  ./jre/*
  3. Change path to the .../nimsoft and execute command below

    ./jre/extract_jre.sh jre-jre8u462b08-linux-x64.7z

  4. Validate that .../nimsoft/jre/jre8u462b08 folder is present and that robot.cfg has the correct NIM_JRE paths as shown below in the <environment>  tag

       <environment>
          NIM_JRE_HOME = jre/jre8u462b08
          NIM_JRE_HOME_1_8 = jre/jre8u462b08
       </environment>

  5. Rerun the setupCAUIMServer.bin and complete the install

Note for Linux environments:

  1. If there are any errors mentioning missing packages, install the missing packages required by the 7z package.
  2. The jre8u462b08 version used in the example above will change depending upon the version of the java_jre package deployed.  This version (jre8u462b08) is associated with java_jre 2.25 released with UIM 23.4.5.