LiveCycle Process Plugin

The LiveCycle Process Plugin monitors many attributes of the processes running on your LiveCycle server, including:

  • Availability

  • Average invocation time

  • Exception count

  • Invocation count

  • Invocation time

  • Max invocation time

The LiveCycle Process Plugin is pre-configured to monitor the sample End-to-End Mortgage Application Process. Follow these steps to monitor additional processes:

  1. Open the LiveCycle_Process-plugin.xml file on the HQ Agent machine.

  2. Copy the following section and then paste it immediately below the copied section. Parts that you will edit are marked in bold:

    <!-- End-To-End Mortgage Application Process Service --> 
    <service name="End-To-End Mortgage Application Process"> 
    <plugin type="autoinventory"/> 
    <property name="OBJECT_NAME" value="adobe.com:j2eeType=AdobeService,name=Samples - EndToEnd Mortgage Application/Processes/End-To-End Mortgage Application,version=1.0,operation=invoke"/> 
    <metrics include="LiveCycle Metrics"/> 
    </service> 
    <!-- End of End-To-End Mortgage Application Process Service -->
  3. Edit the new section to suit the process that you want to monitor:

    • Change End-To-End Mortgage Application Process Service to the name of the process that you want to monitor.

    • Replace the bold text in the Value tag with the appropriate object value. To find the object value:

      • Open the Java Monitoring & Management Console (\bin\java\jconsole.exe).

      • If prompted, log in using your JMX credential, IP address, and port number.

      • In the tree structure, click Adobe.com > AdobeService > [process name] > Invoke.

      • In the panel on the right, copy the ObjectName value and use that at the object value.

  4. Repeat steps 2-3 for each process that you want to monitor and then save the file.

  5. Repeat steps 1-4 on the HQ Server computer.

  6. Restart the HQ Agent.

// Ethnio survey code removed