Why do I get 'HTTP 500 Errors', When I click any link in the control panel?
It is due to the insufficient memory allocated to Tomcat. You can stop this by: a. Increasing maximum pool size to a prescribed limit. b. Restarting tomcat service. This is advanced configuration, please consult support team for this change.
Related Articles
Why do I get 'HTTP 500 Errors', when I click 'Set Alert for KPI'?
Increase the JVM MaxPermSize limits, according to the physical RAM. For example, -------------- - XX:MaxPermSize=512m This is advanced configuration, please consult support team for this change.
Why do I get errors if I drill from Year to Week level?
This problem can occur, if the same view is used as a cross tab column. So use different dimensions for cross tab view.
What is the functionality of Link KPI?
Link KPI allows you to navigate easily to the other linked KPIs from the Parent KPI. While creating a new KPI, you can link certain KPIs to the newly created KPI.
How can I solve the session timeout errors?
The exception of Session Timeout occurs if you have not added the IP address/machine name as part of the proxy settings. This is required when access the URL within the App server. Define the proxy settings to solve the issue. Alternatively, ...
How to solve the 'Out of Memory' errors?
Java heap space/out of memory exceptions is usually encountered due to insufficient memory allocated to the Application. Verify the memory allocated to the Tomcat. This is an advanced configuration please contact support team before making changes