NullPointerException While Harvesting Artifacts Using MDS
(Doc ID 2306157.1)
Last updated on DECEMBER 05, 2023
Applies to:
Oracle Enterprise Repository - Version 12.1.3.0.0 and laterInformation in this document applies to any platform.
Symptoms
On : 12.1.3.0.0 version, Core
When attempting to harvest a composite which use MDS on OER repository the following error occurs:
ERROR
-----------------------
4641 [main] ERROR com.oracle.oer.sync.framework.impl.MetadataIntrospectorBase - introspection error due to: null
4641 [main] ERROR com.oracle.oer.sync.plugin.reader.file.FileReader - introspection failed due to: null
4642 [main] ERROR com.oracle.oer.sync.framework.MetadataManager - artifact harvest failed due to: null
java.lang.NullPointerException
at com.oracle.oer.sync.plugin.artifact.wsdl.WSDLIntrospector.getProtocol(WSDLIntrospector.java:1411)
at com.oracle.oer.sync.plugin.artifact.wsdl.WSDLIntrospector.getPortAddress(WSDLIntrospector.java:1357)
at com.oracle.oer.sync.plugin.artifact.wsdl.WSDLIntrospector.processPorts(WSDLIntrospector.java:817)
at com.oracle.oer.sync.plugin.artifact.wsdl.WSDLIntrospector.processServices(WSDLIntrospector.java:584)
at com.oracle.oer.sync.plugin.artifact.wsdl.WSDLIntrospector.readWSDL(WSDLIntrospector.java:255)
STEPS
-----------------------
The issue can be reproduced on customer environment with the following command
./harvest.sh -remote_url http://hostname:port -remote_username <USERNAME> -remote_server_type SOASuite -remote_project compositename_rev1.0 -soa_partition partition_name -mds_settings ptah-to-adf-config.xml
Changes
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 |
Changes |
Cause |
Solution |
References |