Having problems while starting Applications Manager in Debian machines.

Having problems while starting Applications Manager in Debian machines.

Solution: For Applications Manager to run in Debian machines, Ensure if the following configurations are done.

1. Check whether the libdb3.so file is located in /lib/ directory. For more information, refer here.

2. Uncomment the following line in the <Applications Manager Home>/working/apache/conf/backup/httpd.conf file. 
    ScoreBoardFile logs/apache_runtime_status

3. Check whether the /tmp directory in the Debian system has permissions for all the users. This directory should have permissions for all the users. This can be checked by creating a new dummy file.

4. Change the following property in AMServer.properties file located in <Applications Manager Home>/conf directory.
    Default value is commented and it looks like this.

     #am.pingtest.command=/bin/ping -c 1 -w 1
    Modify(uncomment) it as given below:

     am.pingtest.command=/bin/ping -c 1 -i 1

                    New to ADSelfService Plus?

                      • Related Articles

                      • Installing Applications Manager in AWS

                        Applications Manager can be installed in EC2 instances in both Windows and Linux platforms. Applications Manager comes with bundled PostgreSQL. Installing Applications Manager in EC2 for Windows Go to EC2 console and launch an "Windows" instance with ...
                      • Applications Manager not starting after upgrade

                        If Applications Manager is not starting, it could be due to the following: 1. License would've expired. Please apply valid license using updateLicense.bat/updateLicense.sh. Refer this link to know how to apply license. 2. Take a look at the log trace ...
                      • Installing Applications Manager in Microsoft Azure

                        Applications manager can be installed in Azure Virtual Machines in both Windows and Linux platforms. Applications Manager comes with bundled PostgreSQL. Installing Applications Manager in VM for Windows Go to Virtual Machines and create a "Windows" ...
                      • Allowing agent reregistration in Applications Manager

                        Starting with Applications Manager version 180900, an option is available in the UI to explicitly allow previously registered agents to re-register after they are reinstalled. In versions before 180900, this option is not available in the UI, and ...
                      • Issues while installing or starting Applications Manager with PostgreSQL backend database

                        Problem 1 : When starting Applications Manger in Linux with PostgreSQL backend, the following error message is displayed : Check the permission of AppManager/working/pgsql/data/amdb directory. Permissions should be u=rwx (0700) or u=rwx,g=rx (0750). ...