Workpoint Designer Startup Failure: EJBCLIENT000025 IllegalStateException
search cancel

Workpoint Designer Startup Failure: EJBCLIENT000025 IllegalStateException

book

Article ID: 97965

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal

Issue/Introduction

 Workpoint Designer does not start.

The following error is returned when trying to start Designer

Exception in thread "main" java.lang.IllegalStateException: EJBCLIENT000025: No EJB receiver available for handling [appName:iam_im, moduleName:iam_im_wpServer,distinctName:] combination for invocation context org.jboss.ejb.client.EJBClientInvocationContext@52e7a6b2

Environment

Identity Manager 14.x

Resolution

To resolve this error, verify and update the EJB client properties to ensure proper connectivity to the Workpoint server.

  1. Locate the workpoint-client.properties file used by the Workpoint Designer client.
  2. Ensure the client.ejbLookupPrefix is correctly mapped to the Identity Manager application and module names:
    client.ejbLookupPrefix=ejb:iam_im/iam_im_wpServer/

     

  3. Update the remote connection host to point to the server where Identity Manager is hosted:
    remote.connection.default.host=[ACTUAL_HOST_NAME]
    Note: Replace [ACTUAL_HOST_NAME] with the fully qualified domain name (FQDN) or IP address of your server.
  4. Save the file and restart Workpoint Designer.