If you are getting a below given error when trying to run the ADF application in 11g R2 Jdev release, in integrated weblogic server:
<Unable to load descriptor C:\Jdev\xxx\................/weblogic-application.xml of module AnApp. The error is weblogic.descriptor.DescriptorException: Unmarshaller failed
Goto Application resources tab in your Jdev Application Navigator and open weblogic-application.xml. Check for the duplicate entries in the xml file for the lib refs. Remove all the duplicate entries and try running it again.
<Unable to load descriptor C:\Jdev\xxx\................/weblogic-application.xml of module AnApp. The error is weblogic.descriptor.DescriptorException: Unmarshaller failed
Goto Application resources tab in your Jdev Application Navigator and open weblogic-application.xml. Check for the duplicate entries in the xml file for the lib refs. Remove all the duplicate entries and try running it again.
This should work, to remove the above mentioned error.
This comment has been removed by the author.
ReplyDeleteI had the same error, and the duplicates were in the web.xml within the WAR file.
ReplyDelete