WLSAGENT on Oracle Middleware

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
occ
Posts: 43
Joined: Fri Jan 11, 2019 5:05 am

WLSAGENT on Oracle Middleware

Post by occ »

Hi,
we are trying to install WLSAGENT on an Oracle Middleware machine following this procedure:

https://assets.nagios.com/downloads/nag ... ios-XI.pdf

at the command

Code: Select all

java -jar ../../modules/com.bea.core.jarbuilder.jar
we get the error :

Code: Select all

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.
We've noticed the the relative files were been created, but can we be sure that everything is fine?

Is there some control fully supported by Oracle for this version?

Regards
User avatar
jbrunkow
Posts: 441
Joined: Fri Mar 13, 2020 10:45 am

Re: WLSAGENT on Oracle Middleware

Post by jbrunkow »

It appears that Oracle has stopped supporting the jarbuilder for some reason. It's just saying it will go away in the future. It should still work, are you having any issues with it?

I found some documentation Oracle has on the subject. It looks like they might be using wljarbuilder now instead.
WEBLOGIC JARBUILDER
This article contains more information on choosing the correct stand-alone clients.
STAND ALONE CLIENTS
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked