Previous Topic: JNDI Account Management Screens – Creating Accounts with Multiple Structural objectclasses Fails

Next Topic: Endpoint Types

On Solaris Connector XPress Does Not Start

Symptom:

After I upgraded Connector Xpress on Solaris from r12.5 SP6 or earlier, Connector Xpress does not start.

Solution:

  1. Edit the following file:

    CA/IdentityManager/ConnectorXpress/bin/ConnectorXpress

  2. Search for the following text:
    if [ -x ../_uninst/_jvm/bin/java ]; then
      ../_uninst/_jvm/bin/java $systemProps -jar ../lib/conxp.jar $*
    
  3. Change this text to the following text:
    if [ -x ../jvm/bin/java ]; then
      ../jvm/bin/java $systemProps -jar ../lib/conxp.jar $