RSA Access Manager Sun Java Server Web Server Agent upgrade is failing when running configure-sjsw7.sh script
Originally Published: 2016-08-09
Article Number
Applies To
RSA Product/Service Type: Web Agent 5.0
RSA Version/Condition: 6.2
Platform: Sun Java Server Web Server
O/S Version: Sun Solaris Sparc 10
Issue
Sun Java System Web Server path [/opt/SUNWwbsvr]: /usr/local/webserver7 1) https-secure : unconfigured Select a web server instance (1-1) [1]: 1 Sun Java System web server installation problem detected. RSA Access Manager Agent 5.0 for Sun Java System Web Server configuration aborted.
Cause
Workaround
setObjectConfPath()
{
##Cut the object-file from the first virtual server alone(if exists)
temp_file=`cat $1`
varTemp=
obj_file=
stopAppending=startAppending=false
for i in $temp_file; do
j=`echo $i | awk '
{print $1}
'`
if [ `echo $j` = "<virtual-server>" ]; then
startAppending=true
elif [ `echo $j` = "</virtual-server>" ]; then
stopAppending=true
fi
if [ "$startAppending" = "true" ]; then
if [ `echo $j | grep "<object-file>" | wc -l` -ne 0 ]; then
obj_file=`echo $j | grep "<object-file>" | cut -f2 -d">" | awk -F"</" '
{ print $1 }
'`
fi
varTemp=$varTemp"\n"$i
if [ "$stopAppending" = "true" ]; then
break
fi
fiRelated Articles
How to export RADIUS server certificate on authentication manager 8 17Number of Views How to create / recreate a cluster in EA environment 119Number of Views RSA SecurID Access Identity Router publish and access issues after importing certificates 74Number of Views Error message of passwd had "2" usages of 0, but expected 1, when installing RSA Identity Governance & Lifecycle 34Number of Views Identity Feed not working 5Number of Views
Trending Articles
RSA Authentication Manager Upgrade Process Download RSA SecurID Access Cloud User Event audit logs using Cloud Administration REST API CLU RSA Authentication Manager 8.9 Release Notes (January 2026) AFX Server Fails to Start with 'Could Not Build a Validated Path' and 'Timed Out Waiting for AFX Applications to Start' in… AFX Server stuck in 'Not running' State, with error 'timed out waiting for AFX applications to start'
Don't see what you're looking for?