Policy Server crashes because it shares JVM with Wily
search cancel

Policy Server crashes because it shares JVM with Wily

book

Article ID: 20016

calendar_today

Updated On:

Products

CA Single Sign On Secure Proxy Server (SiteMinder) CA Single Sign On SOA Security Manager (SiteMinder) CA Single Sign-On

Issue/Introduction

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.

Environment

Release:
Component: SMPLC