The jcs_service_stderr.log contains the following errors:
Exception in thread "Thread-67" java.lang.RuntimeException: JCS@Hostname: Failed to initialise the standalone server manager
at com.ca.jcs.standalone.StandaloneServerManager.init(StandaloneServerManager.java:223)
at com.ca.jcs.osgi.dm.JcsOsgiBootstrapBean$2.run(JcsOsgiBootstrapBean.java:206)
Caused by: javax.naming.NamingException: JCS@Hostname: Failed to create the connector configuration partition [Root exception is javax.naming.NamingException: JCS@Hostname: Failed to create a JDBM partition: dc=etasa [Root exception is javax.naming.NamingException [Root exception is java.io.InvalidClassException: java.math.BigInteger; invalid descriptor for field ]]]
at com.ca.jcs.standalone.StandaloneServerManager.createConnectorPartition(StandaloneServerManager.java:733)
at com.ca.jcs.standalone.StandaloneServerManager.enableStandaloneMode(StandaloneServerManager.java:454)
at com.ca.jcs.standalone.StandaloneServerManager.init(StandaloneServerManager.java:217)
... 1 more
Caused by: javax.naming.NamingException: JCS@Hostname: Failed to create a JDBM partition: dc=etasa [Root exception is javax.naming.NamingException [Root exception is java.io.InvalidClassException: java.math.BigInteger; invalid descriptor for field ]]
at com.ca.jcs.standalone.StandaloneServerManager.createCustomPartition(StandaloneServerManager.java:634)
at com.ca.jcs.standalone.StandaloneServerManager.createConnectorPartition(StandaloneServerManager.java:729)
... 3 more