Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SOA 12c Composite Unit Test - MDS error while accessing test case

User_MXTD4Mar 6 2018 — edited Mar 6 2018

Hi,

I created a test suite and deployed the composite as version 1.1 but the unit test tab showing "Error occurred in operation to fetch the test cases. See the log file for details".

Log file showing below error:

Caused By: oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/deployed-composites/default/ERPLoader_rev1.1/testsuites/ERPLoader/tests/fileList.xml"

MDS-00201: PDocument not found in MetadataStore : [store-type=DBMetadataStore app-name=soa-infra repository-name=mds-soa partition-name=soa-infra]

at oracle.mds.core.MetadataObject.getBaseMO(MetadataObject.java:1918)

at oracle.mds.core.MDSSession.getBaseMO(MDSSession.java:5266)

at oracle.mds.core.MDSSession.getMetadataObject(MDSSession.java:2128)

at oracle.mds.core.MDSSession.getMetadataObject(MDSSession.java:2056)

at oracle.mds.internal.net.AbstractOraMDSURLConnection.getXMLInputStream(AbstractOraMDSURLConnection.java:903)

at oracle.mds.internal.net.AbstractOraMDSURLConnection.getInputStream(AbstractOraMDSURLConnection.java:357)

at oracle.mds.internal.net.OraMDSURLConnection.getInputStream(OraMDSURLConnection.java:90)

at java.net.URL.openStream(URL.java:1045)

at oracle.fabric.common.metadata.MetadataManagerImp

I exported the MDS from console and can see all the required folders and files required by composite from MDS.

Note: While creating the unit test I used file based MDS for my composite.

Can anyone advise any point to solve this if the they faced this issue or aware of it.

Thanks

Sreejit Nair

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 3 2018
Added on Mar 6 2018
1 comment
519 views