Error javax/ejb/CreateException Design Console Oracle Identity Manager 11g Release 2
After you completed the configuration for your Oracle Identity Manager Design Console, you need to execute the xlclient.cmd which is located on the Middleware_Home\Oracle_IDM\designconsole.
If your design console is not properly configured you might receive an Exception for the javax/ejb/CreateException. See some stack details about the exception below.
This is mainly caused due you do not have the wlfullclient.jar on the Middleware_Home\Oracle_IDM\designconsole\ext. In order to fix this error you need to complete the next steps:
1. Move from your present working directory to the Middleware_Home\wlserver\server\lib directory
2. Type the following command: java -jar Middleware_Home/modules/com.bea.core.jarbuilder_1.7.0.0.jar
– This command generates the wlfullclient.jar file
3.Copy the wlfullclient.jar file to the Middleware_Home\Oracle_IDM\designconsole\ext\ directory
4. Start again the Design Console client by running the xlclient.cmd executable script
Design Console not running due javax/ejb/CreateException stack
Exception in thread “main” java.lang.NoClassDefFoundError: javax/ejb/CreateException
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
at java.lang.Class.getDeclaredMethod(Unknown Source)
at java.awt.Component.isCoalesceEventsOverriden(Unknown Source)
at java.awt.Component.access$500(Unknown Source)
at java.awt.Component$3.run(Unknown Source)
at java.awt.Component$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Component.checkCoalescing(Unknown Source)
at java.awt.Component.(Unknown Source)
at java.awt.Container.(Unknown Source)
at java.awt.Window.(Unknown Source)
at java.awt.Frame.(Unknown Source)
at java.awt.Frame.(Unknown Source)
at javax.swing.JFrame.(Unknown Source)
at com.thortech.xl.gui.base.tcFrame.(tcFrame.java:34)
at com.thortech.xl.client.base.tcAppWindow.(tcAppWindow.java:104)
at com.thortech.xl.client.base.tcAppWindow.main(tcAppWindow.java:173)
Caused by: java.lang.ClassNotFoundException: javax.ejb.CreateException
You can find the detailed steps required to configure the Design Console and avoid the javax/ejb/CreateException take a look in the Oracle Identity Management Web Site