SiteMinder : webagent registration JRE libraries are missing or not-compatible
search cancel

SiteMinder : webagent registration JRE libraries are missing or not-compatible

book

Article ID: 94798

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

While installing webagent 12.52.x on Linux server throwing below error and quits webagent installation

[root@host webagent]$ ./ca-wa-config.sh
Preparing to install... 
Extracting the JRE from the installer archive... 
Unpacking the JRE... 
Extracting the installation resources from the installer archive... 
Configuring the installer for this system's environment... 

Launching installer... 

JRE libraries are missing or not compatible.... 
Exiting.... 

Environment

WebAgent 12.52 
Linux

Cause

JRE on system is not compatible with Web Agent Installer

Resolution

Please run the installer command with following parameter.

LAX_VM <filepath to java>

 

For example,

./<installer> LAX_VM /opt/jre1.8.0_xxx/bin/java

./ca-wa-config.sh LAX_VM /opt/jre1.8.0_xxx/bin/java