Error Message :
U00045025 OSGI ['org.eclipse.equinox.ds']: '[SCR] Exception while activating instance
[email protected] of component com.automic.kernel.impl.ServerProcess '
U00045014 Exception 'java.lang.reflect.InvocationTargetException: "null"' at 'sun.reflect.NativeMethodAccessorImpl.invoke0()'.
U00045015 The previous error was caused by 'java.lang.NullPointerException: "null"' at 'com.automic.kernel.impl.ServerOptionsImpl.():22'.
U00003620 Routine 'com.automic.kernel.osgi.LogBridgeComponent' forces trace because of error.
The Java Communication Process (JCP) and the Java Worker Process (JWP) fail to start in version 12.1.1 HF2.
They write the above error messages, then write a forced trace, and crash.
Investigation
Run the following statement against the Automation Engine's database : SELECT OVW_Value1
FROM OVW
WHERE OVW_OH_Idnr=508
AND OVW_VValue='SERVER_OPTIONS';
Results
Expected : it should return an actual value, like 'NNNNNNNNNNNNNNNN'
Actual : it returns (NULL)