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
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 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 ...
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" ...
Licensing of Azure cloud monitor instances in Applications Manager
Licensing for Azure Cloud Monitor instances in Applications Manager is typically based on the number of individual resources being monitored within your Azure environment. In Azure, each child monitor is considered a separate licensed instance. ...
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). ...