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
Release: Any UIM GA
Component: Weblogic probe
The java package is not getting unpacked properly.
Steps to resolve issue:(this is for Linux where the windows will have exe/bat)
#!/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/*
#!/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/*
Note for Linux environments: