Tuesday, November 30, 2010

oracle.mds.config.MDSConfigurationException: MDS-01330: unable to load MDS configuration document

You are trying to deploy a composite to your SOA suite and you are getting following issues


[03:14:15 PM] Error deploying archive sca_ReSequencer_rev1.0.jar to partition "default" on server soa_server1 [celvpint0612.us.oracle.com:8001]
[03:14:15 PM] HTTP error code returned [500]
[03:14:15 PM] Error message from server:
Error during deployment: Error occured when creating target MDS instance.: oracle.mds.config.MDSConfigurationException: MDS-01330: unable to load MDS configuration document
MDS-01329: unable to load element "persistence-config"
MDS-01370: MetadataStore configuration for metadata-store-usage "soa-infra-store" is invalid.
MDS-00922: The ConnectionManager "oracle.mds.internal.persistence.db.JNDIConnectionManagerImpl" cannot be instantiated.
weblogic.common.resourcepool.ResourceDisabledException: Pool mds-soa is Suspended, cannot allocate resources to applications..
: MDS-01330: unable to load MDS configuration document
MDS-01329: unable to load element "persistence-config"
MDS-01370: MetadataStore configuration for metadata-store-usage "soa-infra-store" is invalid.
MDS-00922: The ConnectionManager "oracle.mds.internal.persistence.db.JNDIConnectionManagerImpl" cannot be instantiated.
weblogic.common.resourcepool.ResourceDisabledException: Pool mds-soa is Suspended, cannot allocate resources to applications..
.
[03:14:15 PM] Check server log for more details.
[03:14:15 PM] Error deploying archive sca_ReSequencer_rev1.0.jar to partition "default" on server soa_server1 [celvpint0612.us.oracle.com:8001]
[03:14:15 PM] #### Deployment incomplete. ####
[03:14:15 PM] Error deploying archive file:/C:/ComplexTypeSample/ComplexTypeSample/ReSequencer/deploy/sca_ReSequencer_rev1.0.jar
(oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)


YOu might be checking from different version of jdeveloper and doing some changes in adf-config.xml

but the real issue is from the server side.As can be seen from the error message it is not able

to connect to the target MDS instance that is it is not able to connect to the MDS schema in the back end

I logged in to the soa server and machine and verified that my metadata repositories were not up

that is mds-soa and mds-owsm were not up and running for me.



I stopped my soa server(managed), stopped admin server

Restarted my listener and database then again restarted admin and managed server.

Now i checked the status of mds-soa and mds-owsm was up and running.

Now i tried to deploy the project and i was successful.