The information in this article applies to: Oracle Application Object Library - Version: 11.5.8
This problem can occur on any platform.
The $APPL_TOP/admin/.xml
Errors'SYMBOLIC LINK NOT ALLOWED'
SymptomsAfter upgrading the iAS, and running adautocfg.sh to maintain applications environment environment; error encountered when trying to login are :
"You are not authorized to view this page" and "HTTP Error 403 - Forbidden".
The $IAS_TOP/Apache/Apache/logs/error_log file, shows error:
"Symbolic link not allowed: /oracle11i/".
The server was set up such that "/oracle11i" is a symbolic link to "/nas/oracle11i".
Changes
Upgrade the iAS.
Upgrade autoconfig to ADX.D (3130740) with template patch 3104607.
CauseBy Upgrading autoconfig, this introduced new parameter :
$Header: adxmlctx.tmp 115.227 2003/11/04 22:25:44 hfux ship $
Options -FollowSymLinks
Fix
1. Navigate to $APPL_TOP/admin/.xml.
2. Edit the xml file and make the following change:
"s_options_symlinks" from "Options -FollowSymLinks"
"s_options_symlinks" to "Options FollowSymLinks"
3. Regenerate files using autoconfig utility adautocfg.sh.
阅读(1639) | 评论(0) | 转发(0) |