Why does IXIASOFT CCMS Web display errors when opening topics?
You can increase the amount of memory allocated to the Tomcat server.
Symptom
When trying to open a topic in IXIASOFT CCMS Web, a Document cannot be loaded or a 500 internal server error appears. The %DITACMSWeb_install_dir%/apache-tomcat-9.0.8/logs/ixiasoft-ccms.log file also shows the following error: Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded.
Problem
The Tomcat server is running out of memory.
Solution
For a Windows installation, perform the following:
- On the Tomcat server, click
- In the Services window, right-click the Tomcat entry. Click Properties.
- Copy the Service name and paste it into a Notepad file.
- In a command window, type %IXIASOFT_CCMS_Web_install_dir%\apache-tomcat-9.0.8\bin\tomcat9w.exe"
//ES//%Tomcat_service_name% where
%Tomcat_service_name%
is the value pasted into Notepad. For example, type the following: C:\Ixiasoft\cmsweb\apache-tomcat-9.0.8\bin\tomcat9w.exe //ES//tomcat-ccms - In the Ixiasoft Tomcat CCMS
Properties dialog box, on the Java tab, change the Maximum
memory pool value to
2048
- Click OK.
- In the Services window, right-click the Tomcat entry. Click Stop.
- Rght-click the Tomcat entry. Click Start.
For a Linux installation, perform the following:
- Edit the %IXIASOFT_CCMS_Web_install_dir%/apache-tomcat-9.0.8/bin/setenv.sh file.
- Change
-Xmx1024m
to-Xmx2048m
. - At a Linux prompt, type the following:
/sbin/service tomcat-ccms restart