Monday, August 19, 2013

Issues while executiing the WLST script to customize the OSB

Issues while executiing the WLST script to customize the OSB

You may be receiving some of the below issues while executing the WLST script to customize the OSB projects.

ImportError: no module named wli: Make sure $OSBHOME/lib/sb-kernel-api.jar is added into the CLASSPATH.

ImportError: no module named customization: Make sure $OSBHOME/modules /com.bea.common.configfwk_1.5.0.0.jar added into the CLASSPATH.

java.lang.RuntimeException: java.lang.RuntimeException: java.lang.ClassNotFoundException: com.bea.wli.sb.management.configuration.DelegatedSessionManagementMBean: Make sure $OSBHOME/lib/sb-kernel-impl.jar added into the CLASSPATH.

 CLASSPATH=$CLASSPATH:$OSBHOME/modules/com.bea.common.configfwk_1.5.0.0.jar:$OSBHOME/lib/sb-kernel-api.jar:$OSBHOME/lib/sb-kernel-impl.jar;export CLASSPATH



6 comments:

  1. Thanks Albin, You made my day.

    ReplyDelete
  2. Thanks for the post. It resolved the error I was getting.

    ReplyDelete
  3. I'm developer, creating wlst script, please tell me how can I do that

    ReplyDelete
  4. This is not working with osb 12c. I'm experiencing the same issue on 12c, could you please point out a solution ?

    ReplyDelete
  5. Please help,I have the same issues. Where i put this expression ?

    ReplyDelete