Workpoint "TableID cannot be null" error
search cancel

Workpoint "TableID cannot be null" error

book

Article ID: 205305

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Suite

Issue/Introduction

Recent migration to IM 14.3 CPx and JBoss 7.2 - different errors are observed when utilizing Workpoint Designer for manipulating processes and jobs.

Examples for different errors:

  • The export of default, OOTB processes proceed in order and no error is observed.
  • Exporting processes using custom Java results in an error:
    TableID can not be null!
  • Opening an existing custom job in Workpoint throws an error:
    Cannot cast com.workpoint.common.data.TableDataList to com.workpoint.common.data.JobData
  • Custom process definition modification - the following error occurs when saving
    !Exception in thread "AWT-EventQueue-0" java.langNoSuchMethodError: com.workpoint.client.ProcessDefinition.isNodeInLoop (Lcom / workpoint / common / util / TableID; Ljava / util / ArrayList;)
  • Manual creation of a new process through the designer ends with the error
    javax.ejb.EJBException: java.io.StreamCorruptedException: serialVersionUID does not match!

Environment

IM 14.3 CPx on Wildfly 15.0.x / JBoss 7.2

Cause

Incorrect configuration in place

Resolution

Follow https://techdocs.broadcom.com/us/en/symantec-security-software/identity-security/identity-manager/14-3/Release-Notes/Support-for-JBoss-EAP-7_2-and-WildFly-15_0_x.html and follow the steps under "Configure WorkPoint Administrative Tool on JBoss or WildFly"

init.sh and workpoint-client.properties require adjustments.