Unable to start tomcat after installing Jasper 7.1.1 on Linux 7.8
search cancel

Unable to start tomcat after installing Jasper 7.1.1 on Linux 7.8

book

Article ID: 197280

calendar_today

Updated On:

Products

Spectrum CA eHealth

Issue/Introduction

Unable to start tomcat after installing Jasper 7.1.1 on Linux 7.8

The following is seen in the <CABI INSTALL DIR>/apache-tomcat/logs/catalina.out file:

Invalid initial heap size: -Xms4096m

Invalid maximum heap size: -Xmx6144m

Environment

Release : Jasper 7.1.1 installed on Linux

Component : SPCRPT

Resolution

Edit the <CABI INSTALL DIR>/apache-tomcat/bin/catalina.sh file and change "-Xms4096m" to "-Xms4096M" and change "-Xmx6144m" to "-Xmx6144M". Then restart tomcat.