-
karthik0001 replied to the topic Unable to start openam application after deployment on Apache tomcat in the forum Access Management 4 years ago
I had multiple java version installed but got correct java version in the tomcat-users bash profile and still got that error.
So I exported java path from setenv.sh and it worked for me.
Also, be sure to dochmod +x setenv.sh
-
karthik0001 replied to the topic Unable to start openam application after deployment on Apache tomcat in the forum Access Management 4 years ago
Hi Ashish S,
I got a similar error when I used tomcat 9.0.8 and AM 6.
I added a setenv.sh file in /bin directory and exported the java 8 path and it did fix the error for me.Error
27-May-2018 02:40:43.921 SEVERE org.apache.catalina.core.ContainerBase.addChildInternal ContainerBase.addC
[Read more]
hild: start:
org.apache.catalina.LifecycleException:… -
karthik0001 commented on the post, ForgeRock Identity Platform Version 6: Integrating IDM, AM, and DS 4 years ago
Can anyone who has configured this check one of the settings -“the use of Identities option”
After configuring AM6 and DJ.
I added a new OpenDJ user datastore and selected load schema. There is a new option -
karthik0001 replied to the topic set secure flag cookie openam in the forum Access Management 4 years ago
Hi Fabio Strada,
Can you please share how you resolved the issue?
Even I get the same error after I enable secure cookies. -
karthik0001 replied to the topic Integrating Open AM with Wildfly 11 in the forum Access Management 4 years, 2 months ago
Forgerock supports v10.1
https://backstage.forgerock.com/docs/am/5.5/deployment-planning-guide/#web-container-requirements -
karthik0001 joined the group
Internet of Things 4 years, 6 months ago
-
karthik0001 replied to the topic Redirection to application not work – OpenIG in the forum Identity Gateway 4 years, 8 months ago
This should help —
http://www.eclipse.org/jetty/documentation/9.4.x/startup-base-and-home.htmlRun jetty as “UserSal”
$ cd /home/UserSal
$ pwd
/home/UserSal$ java -jar $JETTY_HOME/start.jar
And $HOME would now be /home/UserSal
With that, you can now continue to add config/ routes as per ForgeRock docs at $HOME/.openig/config/routes