TIBCO ActiveSpaces 4.1 and TIBCO FTL 6.1.0 - Configuration

TIBCO ActiveSpaces 4.1 and TIBCO FTL 6.1.0 - Configuration

book

Article ID: KB0076852

calendar_today

Updated On:

Products Versions
TIBCO ActiveSpaces 4.1.0

Description

The sample scripts provided with AS version 4.1 built for FTL version 4.x. They will not work with FTL server 6.1.0.
The configuration of the FTL server changed between FTL version 4.x and 6.x.
 

Environment

Unix versions

Resolution

It is required to update FTL server settings (timeouts) after starting FTL server using below curl commands:
 
curl -v http://$HOSTIP:$HOSTREALMPORT/api/v1/realm/workspace -X post
curl -v http://$HOSTIP:$HOSTREALMPORT/api/v1/realm/properties -d '{"com.tibco.ftl.client.map.persistence.retry.duration": 86400,  "com.tibco.ftl.client.subscriber.persistence.retry.duration": 86400, "com.tibco.ftl.client.publisher.persistence.retry.duration": 86400}'
curl http://$HOSTIP:$HOSTREALMPORT/api/v1/realm/deployments -d '{"description": "Increase persistence retry duration to 86400" }'
curl http://$HOSTIP:$HOSTREALMPORT/api/v1/realm/properties
 
Attached zip file includes all required files to start the Docker containers. Extract the files in an empty folder, add add execute permissions (scripts) and update contents of “setEnv.sh” with your settings (set HOSTIP to a valid IP address of Docker host).
 
Note:
TIBCO plans to provide similar sample scripts for FTL 6.x with the product in one of the next versions.
 

Issue/Introduction

TIBCO ActiveSpaces 4.1 and TIBCO FTL 6.1.0 - Configuration

Additional Information

FTL 6.1, AS 4.1, docker