Creating an Oracle Analytics Server Service Instance Fails with java.lang.NullPointerException Error
(Doc ID 2871085.1)
Last updated on MAY 20, 2022
Applies to:
Oracle Analytics Server - Version 2022 (6.4) and laterInformation in this document applies to any platform.
Symptoms
Oracle Analytics Server is being installed and configured following the Enterprise Deployment Guide (EDG).
But the Creating an Oracle Analytics Server Service Instance step fails, and a NullPointerException error is observed:
Caused by: oracle.bi.servicelcm.ServiceLCMException: [BIServiceLCM] [oracle.bi.servicelcm.fmwk.ServiceInstanceFrameworkImpl::createServiceInstance] [OBI-LCM-99999] An unknown or unexpected error occurred: java.lang.NullPointerException
at oracle.bi.servicelcm.fmwk.ServiceInstanceFrameworkImpl.createServiceInstance(ServiceInstanceFrameworkImpl.java:101)
at oracle.bi.servicelcm_v2.operations.DefaultServiceInstanceOperations.serviceInstanceCreated(DefaultServiceInstanceOperations.java:88)
... 32 more
Caused by: java.lang.RuntimeException: java.lang.NullPointerException
at oracle.bi.web.datasetsvc.servicelcm.spi.DSSPlugin.createServiceInstance(DSSPlugin.java:71)
at oracle.bi.servicelcm.fmwk.ServiceInstanceFrameworkImpl.createServiceInstance(ServiceInstanceFrameworkImpl.java:91)
... 33 more
Caused by: java.lang.NullPointerException
at oracle.bi.web.datasetsvc.servicelcm.spi.online.SSLUtils$1.run(SSLUtils.java:36)
at oracle.bi.web.datasetsvc.servicelcm.spi.online.SSLUtils$1.run(SSLUtils.java:33)
at java.security.AccessController.doPrivileged(Native Method)
at oracle.bi.web.datasetsvc.servicelcm.spi.online.SSLUtils.getSSLContextForHost(SSLUtils.java:33)
...
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |