Pages

Monday, July 9, 2012

Design Console java.lang.NoClassDefFoundError: javax/ejb/CreateException

Problem:


Oracle Identity Manager Design Console Throwing exception while executing the ./xlclient.sh

Exception in thread "main" java.lang.NoClassDefFoundError: javax/ejb/CreateException
        at java.lang.Class.getDeclaredMethods0(Native Method)
        at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
        at java.lang.Class.getDeclaredMethod(Class.java:1935)
        at java.awt.Component.isCoalesceEventsOverriden(Component.java:5974)
        at java.awt.Component.access$500(Component.java:170)
        at java.awt.Component$3.run(Component.java:5928)
        at java.awt.Component$3.run(Component.java:5926)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.awt.Component.checkCoalescing(Component.java:5925)
        at java.awt.Component.<init>(Component.java:5894)
        at java.awt.Container.<init>(Container.java:251)
        at java.awt.Window.<init>(Window.java:431)
        at java.awt.Frame.<init>(Frame.java:403)
        at java.awt.Frame.<init>(Frame.java:368)
        at javax.swing.JFrame.<init>(JFrame.java:158)
        at com.thortech.xl.gui.base.tcFrame.<init>(tcFrame.java:34)
        at com.thortech.xl.client.base.tcAppWindow.<init>(tcAppWindow.java:104)
        at com.thortech.xl.client.base.tcAppWindow.main(tcAppWindow.java:173)
Caused by: java.lang.ClassNotFoundException: javax.ejb.CreateException
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
        ... 18 more



Cause: 


The wlfullclient.jar file not available in the ext directory of the design console.

Solution: 


Generate the wlfullclient.jar file and copy the jar file into the designconsole/ext directory.

No comments:

Post a Comment