Version 1.0
Following issues and workarounds (where applicable) have been identified with the latest release of Smarts plugin for RapidOSS:
- Issue: Smarts listening connector controls the underlying listening script and sets some of its properties. One of these properties is the Static Parameter property. Connector populates this property and assumes that this will not be edited by the user. You may need to append to the existing value of this property (only add, never replace) to pass in additional data. Your changes will be lost if the connector is updated after you save your updates for the script. Also, never change the name of the script. It has to be same as the connector name.
Workaround: Go back to Script admin UI and re-apply your Static Parameter changes.
- Issue: There may be connection issues when keepalive is used while communicating with Smarts server.
Workaround: Disable keepalive property by editing rs.vmoptions on windows platform or rs.sh on unix/linux. For rs.vmoptions add line : -Dcom.smarts.disable_keepalives=1 , for rs.sh add line JAVA_OPTS=" -Dcom.smarts.disable_keepalives=1 $JAVA_OPTS"
Add Comment