The JMX agent can be run outside of an application server. This installation guide describes the required steps.
Automic strongly recommends installing the agent in a separate directory (such as UC4/Agent/jmx or C:\AUTOMIC\Agent\jmx).
The files that belong to the J2EE/JMX agent are stored in the directory IMAGE:AGENTS\JMX.
1. | Installing Java Standard Edition |
---|
This installation step can be omitted if the required version of Java Standard Edition is already available.
java -version
Note that the order of the indicated directories is relevant when you specify %PATH% or $PATH if several versions of JRE or Java SDK are installed on your computer. The Java Runtime Environment that is listed first is used.
2. | Setting up the Agent |
---|
3. | Setting up the MBean for Business Objects XI R2 (optional) |
---|
UCYBCRYP.EXE -d -f ucxbo.jar.ucc -lLicense file
The license file is supplied by UC4 Support (customer_number.TXT).
4. | Starting the Agent |
---|
java -jar -Xrs -Xmx256M ucxjjmx.jar
The agent can also be started using the ServiceManager.
Note that the storage limit should be set to at least 256MB (or 512MB) for starting Java agents (Databases, RA, JMX, SAP). You can specify a value for the storage limitation of Java applications by using the start parameter -XmX.
Specifying a value that is too low can cause the agent to crash. The default value depends on the Java version that is used.The Java parameter -Xrs ensures that the agent ends properly when a normal end is initiated. Automic recommends using this parameter. More detailed information is provided in the Java documentation.
5. | Important notes for creating jobs |
---|