This topic has 1 reply, 2 voices, and was last updated 5 years, 8 months ago by chary1112004.
-
AuthorPosts
-
October 12, 2016 at 8:13 am #13645
brian_bro
Participanthi all,
I am just trying to install apache http webagent 4 to OpenAM 13, then I managed to install apache web server and unzip webagent 4 in a normal user access/ not root. But every time i try to execute ./agentadmin and complete all required param, I always get this error:
Validating... Error validating OpenAM - Agent configuration. See installation log /apps/www/web_agents/apache22_agent/bin/../log/install_20161012125418.log file for more details. Exiting. Installation failed. See installation log /apps/www/web_agents/apache22_agent/bin/../log/install_20161012125418.log file for more details. Exiting.
Then I checked how it’s going on my log file:
2016-10-12 12:55:37 Agent password file /tmp/pwd.txt 2016-10-12 12:55:37 agent password file /tmp/pwd.txt opened successfully 2016-10-12 12:55:39 validating configuration parameters... 2016-10-12 12:55:39 send_authcontext_request(): sending 478 bytes 2016-10-12 12:55:39 send_authcontext_request(): response status code: 200 <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ResponseSet vers="1.0" svcid="auth" reqid="0"> <Response><![CDATA[<?xml version="1.0" encoding="UTF-8"?> <AuthContext version="1.0"><Response authIdentifier="AQIC5wM2LY4Sfcwb6C9Gqa88VEkzuFQs7nqQC2MJh7LEeD4.*AAJTSQACMDEAAlNLABM0MjIxNTA2ODg0NTgzMzA1MTE5AAJTMQAA*"><LoginStatus status="in_progress"></LoginStatus></Response></AuthContext>]]></Response> </ResponseSet> 2016-10-12 12:55:39 create_cookie_header(): request header: Cookie: JSESSIONID=249D546570B3885316A3B84BE5EEF5A6; amlbcookie=01^M 2016-10-12 12:55:39 send_login_request(): sending 1197 bytes 2016-10-12 12:55:44 send_login_request(): authenticate response status code: 0 (empty) 2016-10-12 12:55:44 am_agent_login(): closing connection after failure 2016-10-12 12:55:44 error validating OpenAM agent configuration 2016-10-12 12:55:44 installation error 2016-10-12 12:55:44 installation exit
I need help what’s wrong in my instalation?
October 13, 2016 at 10:22 am #13662chary1112004
ParticipantHi,
Did you create Webagent profile in OpenAM console with password as same in /tmp/pwd.txt?
Some steps I did:
– Create the Agent Profile in OpenAM Console– Create a Password File
echo webagent > /var/tmp/webagent/pwd.txt
sudo chmod 400 /var/tmp/webagent/pwd.txt– Download
https://backstage.forgerock.com/#!/downloads/OpenAM/Web%20Policy%20Agents/4.0.0#browse– Install
sudo -iu root
chmod u+x /etc/webagent/apache24_agent/bin/agentadmin
cd /etc/webagent/apache24_agent/bin
./agentadmin –iRegards,
Uyen -
AuthorPosts
You must be logged in to reply to this topic.