Change the Karaf startup timeout setting
Upon start up, the system waits for Karaf to install all of its features before timing out. If you modify Karaf and it now takes longer to install during start up, you may need to extend the default timeout setting to allow Karaf more time to install. The current default timeout is: 120000 (milliseconds - about 2 minutes).
You can change this default timeout by editing the server.properties
file.
Stop the Pentaho Server.
Navigate to the
/pentaho-server/pentaho-solutions/system
directory.Open the
server.properties
file with any text editor, and search for the karafWaitForBoot parameter.Uncomment the line containing the parameter and set it to your desired wait time in milliseconds
# This sets the amount of time the system will wait for karaf to install all of # it's features before timing out. The default value is 2 minutes but can be # overridden here. #karafWaitForBoot = 120000
Save and close the file.
Restart the Pentaho Server
Last updated
Was this helpful?