Register Login

Adaptive Processing Server failed to Start in BI Platform 4.0

Updated May 18, 2018

'Server is considered failed because it has stopped 5 times in 60 minutes'

When we are installing the Business Intelligence Platform 4.0, Adaptive Processing Server failed to start with the error "This server is considered failed because it has stopped 5 times in 60 minutes"

Solution:

You are getting this error because the number of semaphores is set as below which is not sufficient:

kernel.sem = 250 32000 100 128

you can resolve this issue by increasing the number of semaphores: kernel.sem = 250 32000 100 1024

For the minimum required values of kernel parameters, refer to the BI4.0 unix installation guide. The minimum required setting for kernel.sem (SEMMNI) is 1024.


×