Tomcat Startup Failure - Buffer Overflow Error - Specific to Non-Bare Metal - VERDE
Product Line: VERDE
ISSUE:
- The VERDE User Console and the VERDE Management Console are not available.
- When investigating on the VERDE Server(s) it appears that Tomcat failed to start.
- When attempting to restart Tomcat, it fails to start with messages similar to the output below:
root@verde-srv2:/var/log/verde/1# /usr/lib/verde/bin/verde-start-tomcat.sh start
Starting VERDE tomcat...
Using CATALINA_BASE: /usr/lib/verde/etc/apache-tomcat
Using CATALINA_HOME: /usr/lib/verde/etc/apache-tomcat
Using CATALINA_TMPDIR: /var/lib/verde/mc/tmp
Using JRE_HOME: /usr
Using CLASSPATH: /usr/lib/verde/etc/apache-tomcat/bin/bootstrap.jar
root@verde-srv2:/var/log/verde/1# *** buffer overflow detected ***: /usr/bin/java terminated
This error can be triggered by IPV6 being enabled in the Linux kernel network stack.
SOLUTION:
Disable IPv6 on the VERDE server by writing 1 in the /proc/sys/net/ipv6/conf/all/disable_ipv6 file.
By default, the value in the disable_ipv6 file is 0.
Related Articles
Restarting Tomcat Services
Product Line: VERDE ISSUE: VERDE uses a web application server (Tomcat) to manage its web services and VERDE Management Console. The service is automatically started when VERDE starts or restarts, but there may be situations when the service ...
Secure VERDE Isolated Gateway install and configuration Instructions
Product Line: VERDE These instructions are for each VERDE Gateway host and each VERDE Cluster Master candidate. (Note: If 3 VERDE Gateway hosts and 2 VERDE Cluster Master candidates are being configured, 2 "authorized_keys" files will be required ...
VERDE User Side Error Codes
Product Line: VERDE If we talk about the VERDE VDI client mode then we need to distinguish between two types of communication: User authentication and enumeration of VERDE VDI desktops. Terminal connections to VERDE VDI desktops. The RX-series GUI ...
Testing and Results of Cluster Master Shutdown as well as Tomcat
Product Line: VERDE Testing was performed on a Clustered environment in order to obtain true behavior as a result of a Cluster Master failure and failover. Given the following configuration: VERDE Cluster Configuration: 1 server dedicated to ...
What are the VERDE Installation Methods?
Product Line: VERDE VERDE provides two installation methods: Traditional installation (rpm and deb) Bare metal installation The traditional VERDE installation installs on an existing or new Linux installation. A bare metal installation installs a ...