In Linux, under Reports tab, I try to check the health details of all monitors. I get the following Java Exception: ErrorDispatcherValve[localhost]: Exception Processing ErrorPage[exceptionType=java.lang.Throwable, location=/jsp/ErrorPage.jsp] java.lang.ClassCastException: java.lang.NoClassDefFound

In Linux, under Reports tab, I try to check the health details of all monitors. I get the following Java Exception: ErrorDispatcherValve[localhost]: Exception Processing ErrorPage[exceptionType=java.lang.Throwable, location=/jsp/ErrorPage.jsp] java.lang.ClassCastException: java.lang.NoClassDefFound

Solution: The display variable is not properly set. Open the file <AppManagerHome>\ startApplicationManager.sh and comment the following lines:
 
                # if [ "$DISPLAY" = "" ]; then
                    AWT_HEADLESS=-Djava.awt.headless=true
                # fi
                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • RBM - Configure Content Check using Playback Script

                        Related topic: Check out this link if you want to configure content check through the Chrome Extension (Web Transaction Recorder). Content Check option Applications Manager's Real Browser Monitoring allows to configure content check to be done on the ...
                      • Adding APM Insight Java agent in a Kubernetes environment

                        There are three methods for installing the APM Insight Java agent in a Kubernetes environment. Using Dockerfile Using InitContainers Using Persistent Volumes Prerequisites Download the latest APM Insight Java agent (apminsight-javaagent.zip) file. ...
                      • How to add an APM Insight Java agent in Kubernetes via InitContainers?

                        Step 1. Create a secret to access the APM Insight license key in your application namespace: kubectl create secret generic app-secret --from-literal=s247licensekey='your_APMInsight_license_key' -n petclinic The license key can be obtained from the ...
                      • Information about "Unknown Monitors"

                        When you add Monitors like MS SQL or any Service Server type, the host of the database will automatically get discovered as an "Unknown monitor". This monitor will consume a license. You can choose to edit and update the correct details of the host ...
                      • RBM - Add content check via Web Transaction Recorder (Chrome Extension)

                        Related topic: Check out this link if you want to configure content check through the Playback Script. Applications Manager's Real Browser Monitoring allows to configure content check to be done on the webpages by configuring checks for both Content ...