warn ftl: persistence error during setup: File I/O error

warn ftl: persistence error during setup: File I/O error

book

Article ID: KB0072221

calendar_today

Updated On:

Products Versions
TIBCO FTL -

Description

warn ftl: persistence error during setup: File I/O error

When starting the FTL server without a YAML file, the ftl .dat files are written/created by default on the location from where the executable is run.

The above error may occurs if there are not enough permissions to handle/modify/create the files used by the ftl and the default persistent server.

We recommend users to use a YAML file such as the below, in order to control the location of all ftl server files and logs, in which they can set the needed permissions in order to start and run the ftl server and services without any issue, see below my sample ftl YAML file


*****************
globals: # These values apply to all servers.
    core.servers: # The set of core servers and their locations.
         ftl1: dmillan-t480:8585 
        
services:
    persistence:
        logfile: C:\tibco\ftl\6.7\bin\simpleFTL\persistent\p-log.txt
        data: C:\tibco\ftl\6.7\bin\simpleFTL\persistent
        savedir: C:\tibco\ftl\6.7\bin\simpleFTL\persistent         
servers:
    ftl1:
        - realm:
        # Override inherited loglevel value for this realm service only.
            #loglevel: debug
            data: C:\tibco\ftl\6.7\bin\simpleFTL
            logfile: C:\tibco\ftl\6.7\bin\simpleFTL\ftl1.log
            max.log.size: 50000000 
        #- persistence:
        #    name: pserver

*****************

Issue/Introduction

warn ftl: persistence error during setup: File I/O error

Environment

All