Quantcast
Channel: Indrayan's SOA Blog
Viewing all articles
Browse latest Browse all 62

java.lang.NoClassDefFoundError: org/apache/xmlbeans/XmlObject

$
0
0
Error:

java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at weblogic.management.scripting.utils.WLSTUtil.initOfflineContext(WLSTUtil.java:291)
        at weblogic.management.scripting.utils.WLSTUtil.setupOfflineInternal(WLSTUtil.java:267)
        at weblogic.management.scripting.utils.WLSTUtil.setupOffline(WLSTUtil.java:234)
        at weblogic.management.scripting.utils.WLSTInterpreter.(WLSTInterpreter.java:134)
        at weblogic.management.scripting.utils.WLSTInterpreter.(WLSTInterpreter.java:76)
        at client.BAMWaitingThreads.main(BAMWaitingThreads.java:15)
Caused by: java.lang.NoClassDefFoundError: org/apache/xmlbeans/XmlObject

Reason: Required jar not found.

Resolution: Add com.bea.core.xml.xmlbeans_2.2.0.0.jar in classpath

Viewing all articles
Browse latest Browse all 62

Trending Articles