during OIM/OAM 11gR2ps2 integration you run this command as described by oracle documentation and if you got following error
./idmConfigTool.sh -configOAM input_file=OAMconfigPropertyFile
Error in reading config file
Solution:
check if all the values of properties file is correct. make sure all the parameters have values on the same line
for example
wrong example
OAM11G_IDM_DOMAIN_LOGOUT_URLS:
/console/jsp/common/logout.jsp,/em/targetauth/emaslogout.jsp,/oamsso/logout.html,/cgi-bin/logout.pl
correct example
OAM11G_IDM_DOMAIN_LOGOUT_URLS:/console/jsp/common/logout.jsp,/em/targetauth/emaslogout.jsp,/oamsso/logout.html,/cgi-bin/logout.pl
the difference is in wrong example parameter don't have value at the same line, so it cant read value.
./idmConfigTool.sh -configOAM input_file=OAMconfigPropertyFile
Error in reading config file
Solution:
check if all the values of properties file is correct. make sure all the parameters have values on the same line
for example
wrong example
OAM11G_IDM_DOMAIN_LOGOUT_URLS:
/console/jsp/common/logout.jsp,/em/targetauth/emaslogout.jsp,/oamsso/logout.html,/cgi-bin/logout.pl
correct example
OAM11G_IDM_DOMAIN_LOGOUT_URLS:/console/jsp/common/logout.jsp,/em/targetauth/emaslogout.jsp,/oamsso/logout.html,/cgi-bin/logout.pl
the difference is in wrong example parameter don't have value at the same line, so it cant read value.
No comments:
Post a Comment