No of visitors who read this post: 218
Category: Misc Software
Type: Question
Author: Kim brauer
No votes yet

Hello

I cannot accurately configure OpenAM since its war file set up and started effectively.

On separate Tomcat OpenAM set up in /var/lib/tomcat6/webapps/opensso.

In its initial access OpenAM set up its configuration which finishes with error message showing:

Checking configuration directory /usr/share/tomcat6/opensso.

/usr/share/tomcat6/opensso/.configParam (No such file or directory), refer to install.log under /usr/share/tomcat6/opensso

                                                                         for more information.

                                                                       Return to Configurator

I don’t know why it is referring just this directory. Please help me to solve it. Thanks a lot.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#

If nothing works properly for you, you can re do the required steps

OpenAM require 1 GB heap size the following query should do that

“set CATALINA_OPTS=-Xms512m -Xmx1024m”

You also can check with the below link that might help

https://wikis.forgerock.org/confluence/display/openam/Deploy+OpenAM

http://www.turnkeylinux.org/forum/support/20120302/unable-setup-openam-a...

# (Solution Accepted)

 Hi Kim brauer,

To solve the problem you have to take some patience and  follow the step by step instructions.

First of all you have to install a fresh copy of turn-key-core. And then write the following commands:

apt-get update

apt-get install openjdk-6-jdk

Now you have to place newly downloaded apache-tomcat version 6 in  /usr/share/tomcat6/webapp

Now server should be start.

I think your problem has solved.

Thank you.