The VIP Enterprise Gateway Validation Servers status in the console shows the status of being in Automatic Business Continuity mode while there is connectivity to the VIP Cloud. Restarting the Validation Server service(s) and the VIP Healthcheck Service does not reset the error. The Healthcheck.log contains the error:
DEBUG "2025-10-01 00:00:01.966 GMT+0000" 0.0.0.0 healthcheck 0 0 0 "text=Attempting to connect to the endpoint."
ERROR "2025-10-01 00:00:01.966 GMT+0000" 0.0.0.0 healthcheck 0 0 0 "text=Failed to read the file: null\conf\liveupdate.inv"
DEBUG "2025-10-01 00:00:01.966 GMT+0000" 0.0.0.0 healthcheck 0 0 0 "text=Other Exception : Cannot invoke \"String.split(String)\" because the return value of \"com.symantec.healthcheck.client.MultiStepAuthRestfulClient.getDetailedVersion()\" is null"
DEBUG "2025-10-01 00:00:01.966 GMT+0000" 0.0.0.0 healthcheck 0 0 0 "text=Detailed Error: java.lang.NullPointerException: Cannot invoke \"String.split(String)\" because the return value of \"com.symantec.healthcheck.client.MultiStepAuthRestfulClient.getDetailedVersion()\" is null"
Restarting the server resolves the issue but the same behavior may return.
Symantec VIP Enterprise Gateway 9.11.1
This can occur after an upgrade or migration due to a NullPointerException when attempting to connect to the endpoint userservices-auth.vip.symantec.com.
Follow the steps below to resolve the Healthcheck Service startup issue:
Locate the Symantec VIP Healthcheck Service.
Navigate to the EG installation directory, typically:C:\Program Files\Symantec\VIP_Enterprise_Gateway\tools\
Create a backup of the file:healthcheckservice.xml
Open the original healthcheckservice.xml in a text editor (e.g., Notepad++) with administrative privileges.
Locate the following entry in the file:
Insert the following line above that entry:
Go back to Services.
Right-click on Symantec VIP Health Check Service and select Start.
Example:
Expected Result: The Healthcheck Service should start successfully and the Validation Server status will no longer shows as being in Automatic Business Continuity mode.