Total Pageviews

Tuesday, August 26, 2014

OIM 11gR2ps2 designconsole error while starting up ./xlclient.sh Exception in thread “main” java.lang.NoClassDefFoundError: javax/ejb/CreateException

to modify designconsole configuration or url changes go to following directory
<designconsole>config/xlconfig.xml

you can change values of these 2 parameters or if you want to make other changes.

ApplicationURL

CoreServer

error while starting up designconsole OIM 11.1.2.2.0

./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)


Create wlfullclient.jar on OIM 11.1.2.2. server as explained below

1.  go to $DOMAIN_HOME directory to setup environment(only if you don't have this setup already at profile level).

cd $DOMAIN_HOME/bin


 Set environment variable by executing setDomainEnv.sh (or bat for windows)


2. go to WL_HOME directory.
 cd $MW_HOME/wlserver_10.3/server/lib

3. run following command it will generate wlfullclient.jar file
 java -jar /u02/oracle/mw/modules/com.bea.core.jarbuilder_1.6.0.1.jar


4. Copy generated wlfullclient.jar to $DESIGN_CONSOLE_HOME/designconsole/ext

5. Start Design Console as $DESIGN_CONSOLE_HOME/designconsole/xlclient.sh

6. Login using xelsysadm/password


 

No comments:

Post a Comment