Weblogic Checks

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Matthew.Cary
Posts: 32
Joined: Fri Nov 10, 2017 11:43 am

Weblogic Checks

Post by Matthew.Cary »

While setting up the Nagios XI Weblogic agent, should I ignore this message when generating the jar file on Weblogic? "wlfullclient.jar and jarbuilder are deprecated starting from the WebLogic 12.1.3 release." Or is there something else I should be using?

I follow the following document:
Note, my Weblogic environment is 12.2.1.3
https://assets.nagios.com/downloads/nag ... ios-XI.pdf

I get the following message:
[ ~]$ cd $ORACLE_HOME/wlserver/server/lib
[ lib]$ java -jar ../../modules/com.bea.core.jarbuilder.jar
Creating new jar file: wlfullclient.jar

wlfullclient.jar and jarbuilder are deprecated starting from the WebLogic 12.1.3 release.
Please use one of the equivalent stand-alone clients instead. Consult Oracle WebLogic public documents for details.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Weblogic Checks

Post by ssax »

It's just saying it will go away in the future. It should still work, are you having any issues with it?
Locked