Sunday, January 22, 2012

Why you may get weblogic-application.xml load error for ADF 11g R2 release

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.


This should work, to remove the above mentioned error.

2 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. I had the same error, and the duplicates were in the web.xml within the WAR file.

    ReplyDelete