Class not found error when attempting to run designer.sh
search cancel

Class not found error when attempting to run designer.sh

book

Article ID: 45814

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal CA Risk Analytics CA Secure Cloud SaaS - Arcot A-OK (WebFort) CLOUDMINDER ADVANCED AUTHENTICATION CA Secure Cloud SaaS - Advanced Authentication CA Secure Cloud SaaS - Identity Management CA Secure Cloud SaaS - Single Sign On

Issue/Introduction

After installing IM 12.6.x on linux you see this error

Message received:
09:49:59.819 com.ibm.rmi.util.Utility loadStub:1451 P=398535:O=0:CT ORBRas[default] java.lang.ClassNotFoundException: com.workpoint.server.pojo._ServerConfigPvt_Stub
at com.ibm.rmi.util.Utility.getRemoteClass(Utility.java:1480)
at com.ibm.rmi.util.Utility.access$200(Utility.java:150)
at com.ibm.rmi.util.Utility$NarrowClassToRemoteClassCache.get(Utility.java:276)
at com.ibm.rmi.util.Utility.loadStub(Utility.java:1437)
at com.ibm.rmi.javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:343)
at javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:149)
at com.workpoint.client.connect.ClientContextEJB.narrow(Unknown Source)
at com.workpoint.client.connect.ClientContextEJB.B(Unknown Source)
at com.workpoint.client.connect.ClientContextEJB.A(Unknown Source)
at com.workpoint.client.connect.ClientContextEJB.getServerConfigPvt(Unknown Source)
at com.workpoint.client.ClientContext.retrieveAuthInfo(Unknown Source)
at com.workpoint.gui.designer.Designer.A(Unknown Source)
at com.workpoint.gui.designer.Designer.launch(Unknown Source)
at com.workpoint.gui.designer.Designer.main(Unknown Source) 

Environment

Release: CAIDMB99000-12.6.8-Identity Manager-B to B
Component:

Resolution

Validate that the error you are getting has:

java.lang.ClassNotFoundException: com.workpoint.server.pojo._ServerConfigPvt_Stub

We must then edit the Linux init.sh file as below:

added under WAS info
WS_JARS=../lib/wpwasClientStubs.jar

add to end of WP_ClassPath line:
$WS_JARS