Symantec Access Management

Tech Tip : CA Single Sign-On : Policy Server crashes because it shares JVM with Wily

  • 1.  Tech Tip : CA Single Sign-On : Policy Server crashes because it shares JVM with Wily

    Broadcom Employee
    Posted Oct 07, 2016 04:37 AM

    Issue :

     

    Policy Server is crashing when I try to execute a simple Active Response created using Java SDK. I'm running Wily with the Policy Server.

     

    Resolution :

     

    If you use other components within the Policy Server we recommend you to use the same JVM for both Policy Server and the other component.

     

    In case of using Wily, you can also modify the environment variable script smm_env.sh as per the Wily technote 2507 :

     

    http://wilykbs.ca.com/RightNow/KB_2507.html

     

    In the 12.0 release of SMM we include following variables in smm_env.sh file. This typically works fine however in scenarios where the Policy Server needs to launch a JRE and has another JRE included on the PATH, then having the following entry causes the Policy Server to crash due to multiple JRE versions which might be incompatible.

     

    For example:

     

    LD_LIBRARY_PATH=/opt/CAWily/CAWilySiteMinderManager/jre/bin:/opt/CAWily/CAWilySiteMinderManager/jre/lib/sparc:$LD_LIBRARY_PATH

     

    export LD_LIBRARY_PATH

     

    In order to resolve the issue comment out above in the smm_env.sh file and then restart the Policy Server.

     

    KB : TEC599368