Unable to load descriptor... The error is weblogic.descriptor.DescriptorException: Unmarshaller failed...it indicates that you are trying to deploy multiple WARs (e.g. 2 WARs) with the same context-root. That is not allowed. Either consolidate the WARs or give one a different context-root.
at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:161)
...
Caused by: com.bea.xml.XmlException: weblogic.descriptor.BeanAlreadyExistsException: Bean already exists: "weblogic.j2ee.descriptor.ModuleBeanImpl...
Thursday, March 25, 2010
WebLogic error explained: "DescriptorException... Unmarshaller failed... MarshallerFactory... BeanAlreadyExistsException"
If you get the following error when trying to deploy an EAR to WebLogic (11g version 10.3.2):
Labels:
10.3.x,
11g,
administration,
console,
context-root,
deploy,
DescriptorException,
EAR,
error,
J2EE,
Java,
log,
Unmarshaller,
WAR,
WebLogic
Subscribe to:
Posts (Atom)
Copyright 2011 by William Cain