FAQ
Last updated
Was this helpful?
Last updated
Was this helpful?
In the Servoy Cloud, an automatic shutdown is triggered for clients that remain idle for more than 30 minutes. This is the default setting.
However, you can change this time window by adding a clientInfo
setting in the code as follows:
application.addClientInfo('SERVOY_CLIENT_MAX_IDLE_TIME:30');
In this code, SERVOY_CLIENT_MAX_IDLE_TIME
is a required key, and the value after :
represents the idle time in minutes.
Please note that this shutdown feature only applies to NG1 & TiNG clients. Batch Processors and Headless clients are not affected.
The max idle time that can be set is 180 minutes.
During the WAR export process, the it2be-cloudstorage-core-1.0.jar
is excluded due to a dependency conflict. The following message is logged in the warExportCommandLine.log
of your pipeline build:
Dependency '/plugins/it2be-cloudstorage/it2be-cloudstorage-core-1.0.jar' is not exported because 'commons-pool2.jar' is already present in the lib folder.
This indicates that the export tool detected a duplicate or conflicting library (commons-pool2.jar
) and, as a result, skipped the core plugin JAR.
To access the warExportCommandLine.log
file and other artifacts, navigate to .