Contents |
Document Overview
These release notes are for the following xMatters integration agent release:
Release version: integrationagent-5.1.0
Revision: 70867
Download: Integration Agent for xMatters 5.x & xMatters on demand
NOTE: This document is subject to change after the initial release of this product. If you would like to be alerted when the document is modified, click Receive email notifications on the Actions menu to the right of this document.
Release Overview
This is a cumulative release of the xMatters integration agent, incorporating all updates and patches for the integration agent version 5.0, patches 001 through 007.
Note that this version of the xMatters integration agent consolidates and replaces the 5.0 integration agent for premises deployments, and the 5.5.x version previously used for xMatters on demand. The 5.1.0 version of the integration agent can now be used for xMatters 5.0 and 5.1 deployments, and for xMatters on demand.
Installing
For detailed system requirements and installation information, refer to the xMatters 5.x Documentation.
Files included with this release:
integrationagent-5.1.0-
Because the xMatters integration agent does not include an installer, patching an existing integration agent installation requires only that you extract the latest version of the integration agent archive over your existing deployment.
To patch the integration agent:
- Navigate to the /confdirectory, and back up the following files:
- IAConfig.xml
- log4j.xml
- deduplicator-filter.xml
- Any other files for which you have modified the default configuration.
- If you have made any changes to the default files in the /integrationservices folder, back up the modified files.
- Note that copying over the upgraded files will not overwrite or remove any additional files you may have created or installed for integrations.
- Download the integrationagent-5.1.0- file appropriate for your operating system, and extract the archive file to a temporary folder.
- Stop the integration agent you are upgrading.
- Copy the contents of the extracted archive over your existing installation.
- Restore the files you backed up in step 1.
- If there were any files other than the three listed XML files for which you modified the configuration, you may need to compare them with their replacements to ensure that your configuration changes are applied to the patched integration agent.
- Using a text editor, open the conf/deduplicator-filter.xml file.
- Locate the tag, and add xmlns="http://www.alarmpoint.com/schema" within the brackets. The tag should now resemble the following:
http://www.alarmpoint.com/schema">
- Save and close the file.
- Restart the integration agent.
Repeat the above steps for each integration agent in your deployment.
After installing this patch
- Run the following command from the xMatters integration agent's bin directory:
iadmin get-status
The following should be displayed:
Version: 5.1.0 r70867
Appendices
Appendix 1: Known Issues
Reloading integration service via iadmin reload command causes all web service endpoints to fail
After a single integration service is reloaded by running the iadmin reload command, all web service endpoints for all integration services (not just the service being reloaded) may stop working. This affects the functionality of mobile access requests, direct external service requests, and custom web service requests to all integration services. NOTE: issuing a subsequent iadmin reload all restores the web service endpoints.
(xMatters Reference: BUG-2206)
The integration agent has an undocumented dependency on TCP port 61618
The integration agent's conf/activemq.xml file contains the following element:
Because of this setting, during startup, the integration agent will attempt to bind a socket listener to port 61618. If another process is using this port, the integration agent will fail to start with a "JVM Bind" error. To restart the integration agent, either stop the process that is using port 61618 or change the transportConnector setting to refer to an unused port.
(xMatters Reference: BUG-2185)
Messages may continue to be processed after the inbound queues are purged
The iadmin purge command deletes all messages from the inbound/outbound queues of the specific (or all) integration services. Messages that are "in-process" during the purge (e.g., delayed after a retriable exception or actively being processed by input/response action scripting), may remain in the inbound continues and continue to be (re)processed. To work around this issue, either stop the integration agent or suspend the integration service prior to the purge, followed by a restart/resume.
(xMatters Reference: BUG-2180)
Messages may be reprocessed after an integration service is suspended and resumed
Messages that are actively being processed by input/response action scripting during an iadmin suspend are allowed to complete without interruption. However, when a suspended integration service is resumed (either after an iadmin resume command or restart), messages that were being processed during the suspension may be reprocessed. Integrations are designed to handle reprocessing, but this may result in redundant updates (depending on the integration).
(xMatters Reference: BUG-2181)
iadmin purge may periodically fail if the integration agent is not running
The iadmin purge command sometimes fails to work when the integration agent is not running. This failure is indicated by an entry similar to the following in AlarmPointIAdmin.txt:
2012-08-09 10:00:46,502 [main] DEBUG - The command could not be executed because of the following problem:
java.lang.NullPointerException
at org.apache.activemq.broker.jmx.BrokerView.getQueues(BrokerView.java:185)
NOTE: re-issuing the iadmin purge command often succeeds, as the failure cause is transient.
(xMatters Reference: BUG-2205)
Although APClient.bin reports non-connection related network errors, it does not write the failed submissions to the recovery log.
(xMatters Reference: INTA-1912, INTA-1914)
No error message is thrown when messages are injected in APClient.bin with SSL enabled on apclient-gateway.
When SSL is enabled and a message is injected using APClient.bin, no error message is displayed in the user interface informing the user that APClient.bin does not support SSL. APClient.bin supports only HTTP communication with the integration agent, even if the value of the --http-post parameter is an https URL (however, the integration agent can communicate back to the Management System using any of the secure protocols supported by the Management System's API.).
(xMatters Reference: XFO-1705)
Enabling password-authentication prevents event injections for all Integration Services using APClient.bin.
Setting the parameter in the IAConfig.xml file to "true" will prevent any event injections for all Integration Services using APClient.bin. Note that password-authentication is typically not enabled out-of-the-box for integrations, so the impact of this issue should be very limited.
xMatters Reference
XFO-1676, JDN-4398
Originally created by Don Clark
Comments
0 commentsPlease sign in to leave a comment.