Domain Creation Failed During OPSS Proccessing Phase With java.lang.NullPointerException
(Doc ID 3020511.1)
Last updated on MAY 13, 2024
Applies to:
Oracle Service Bus - Version 12.2.1.4.0 and laterInformation in this document applies to any platform.
Symptoms
When attempting to install and configure Oracle SOA Suite, this error occurs during unpack:
com.oracle.cie.domain.script.ScriptException: 64254: Error occurred in "OPSS Processing" phase execution
64254: Encountered error: java.lang.NullPointerException
64254: Check log for more detail.
null
64254: Encountered error: java.lang.NullPointerException
64254: Check log for more detail.
null
After rolling back the installation and running RCU to drop tables, SOA was reinstalled using the same binaries (and SOA and OSB bundle patches):
fmw_12.2.1.4.0_infrastructure.jar
fmw_12.2.1.4.0_osb.jar
jdk-8u311-linux-x64.rpm
But during domain creation this error occurs:
2024-04-25 16:13:33,377 WARNING [14] com.oracle.cie.domain.aspect.XBeanConfigAspect - Unable to locate property:SubDeploymentName on type:class com.oracle.cie.domain.xml.configxb.weblogic. x90.impl.DestinationKeyTypeImpl
2024-04-25 16:13:35,227 SEVERE [131] com.oracle.cie.domain.progress.AbstractProgressGenerator - Error occurred in phase {OPSS Processing} execution.
java.lang.NullPointerException
at com.oracle.cie.domain.WLSGeneratorHelper.hasTNSURLorTNSAlias(WLSGeneratorHelper.java:2569)
at com.oracle.cie.domain.WLSGeneratorHelper.getDriverParams(WLSGeneratorHelper.java:2444)
at com.oracle.cie.domain.WLSGeneratorHelper.buildSecurityContext(WLSGeneratorHelper.java:2176)
at com.oracle.cie.domain.progress.domain.generation.OPSSProcessingPhase.getSecurityContext(OPSSProcessingPhase.java:228)
at com.oracle.cie.domain.progress.domain.generation.OPSSProcessingPhase.processOPSS(OPSSProcessingPhase.java:142)
at com.oracle.cie.domain.progress.domain.generation.OPSSProcessingPhase.execute(OPSSProcessingPhase.java:54)
at com.oracle.cie.domain.progress.AbstractProgressGenerator.run(AbstractProgressGenerator.java:94)
at java.lang.Thread.run(Thread.java:748)
2024-04-25 16:13:35,229 SEVERE [131] com.oracle.cie.domain.progress.domain.generation.ExceptionHandlingPhase - Domain Creation Failed!
2024-04-25 16:13:35,227 SEVERE [131] com.oracle.cie.domain.progress.AbstractProgressGenerator - Error occurred in phase {OPSS Processing} execution.
java.lang.NullPointerException
at com.oracle.cie.domain.WLSGeneratorHelper.hasTNSURLorTNSAlias(WLSGeneratorHelper.java:2569)
at com.oracle.cie.domain.WLSGeneratorHelper.getDriverParams(WLSGeneratorHelper.java:2444)
at com.oracle.cie.domain.WLSGeneratorHelper.buildSecurityContext(WLSGeneratorHelper.java:2176)
at com.oracle.cie.domain.progress.domain.generation.OPSSProcessingPhase.getSecurityContext(OPSSProcessingPhase.java:228)
at com.oracle.cie.domain.progress.domain.generation.OPSSProcessingPhase.processOPSS(OPSSProcessingPhase.java:142)
at com.oracle.cie.domain.progress.domain.generation.OPSSProcessingPhase.execute(OPSSProcessingPhase.java:54)
at com.oracle.cie.domain.progress.AbstractProgressGenerator.run(AbstractProgressGenerator.java:94)
at java.lang.Thread.run(Thread.java:748)
2024-04-25 16:13:35,229 SEVERE [131] com.oracle.cie.domain.progress.domain.generation.ExceptionHandlingPhase - Domain Creation Failed!
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 |
References |