When the Applications Manager Server is started in Linux Machine with root user and then when it is restarted as normal user, the server doesn't get started.

When the Applications Manager Server is started in Linux Machine with root user and then when it is restarted as normal user, the server doesn't get started.

Reason: This is because the files in <AppManagerHome>/working/mysql/data/AMDB> will have permissions for the root user only.

Solution: Give all permissions for all the folders in Applications Manager for normal user by using chmod command.

                    New to ADSelfService Plus?

                      • Related Articles

                      • Install Applications Manager on Red Hat Enterprise Linux (RHEL)

                        OS Type: RHEL 7.8 / Centos 7.8 DB Server: PgSQL To install a Managed Server Download and Install the Applications Manager Managed Server instance as a root user with default Web server SSL port (i.e. 8443). Re-configure the default Admin password as ...
                      • Self monitor Applications Manager using Real User Monitoring

                        We can monitor the Applications Manager using Real User Monitoring with a Java Script injection and this can be used to measure the Applications Manager's performance continuously. All you need is to install and setup the Real User Monitoring (RUM) ...
                      • Real User Monitor (RUM) - Troubleshooting

                        If the monitor has not polled data for a long time, follow the steps below for troubleshooting: Step 1: Check prerequisites to be done Real User Monitor requires the RUM Agent to be installed and mapped to the Applications Manager. Refer the help ...
                      • Performance data not collected for Linux monitor with RHEL 8 & above in SSH mode

                        If you notice an issue regarding the performance data collection for the Linux monitor with RHEL 8 & above (No data in GUI) then from the Applications Manager GUI --> Admin --> Product Settings --> Logging --> choose Print all logs option and save ...
                      • How to start Applications Manager when Linux Boots

                        You can start Applications Manager when Linux boots by making the following changes: 1.  Add the following line as the first line in startApplicationsManager.sh file:       cd <APPMANAGER-INSTALLEDDIRECTORY>/AppManager15/ Eg. cd ...