SEVERE:Memory usage is low, parachute is non existent, your
I installed the Apache Tomcat 7 in my linode for run an application , Installed Apache tomcat7 and openjdk-7-jdk
And add ssl certificate . I test the installation by access it via web browser by typing the url (https://
The connection was reset
The connection to the server was reset while the page was loading.
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer's network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web
Through Terminal(ssh) I type this command "netstat -ltpu" It will give the ports which are listening , tomcat port (8443 ) is listening state.
The log file of the tomcat shows below.
Mar 5, 2015 6:17:55 AM org.apache.tomcat.util.net.NioEndpoint checkParachute
SEVERE: SEVERE:Memory usage is low, parachute is non existent, your system may start failing.
Mar 5, 2015 6:18:05 AM org.apache.tomcat.util.net.NioEndpoint checkParachute
SEVERE: SEVERE:Memory usage is low, parachute is non existent, your system may start failing.
Mar 5, 2015 6:18:15 AM org.apache.tomcat.util.net.NioEndpoint checkParachute
SEVERE: SEVERE:Memory usage is low, parachute is non existent, your system may start failing.
Mar 5, 2015 6:18:25 AM org.apache.tomcat.util.net.NioEndpoint checkParachute
SEVERE: SEVERE:Memory usage is low, parachute is non existent, your system may start failing.
What is the problem , how to solve this.?..
1 Reply
The other error message means you're out of memory.
So don't test using just the IP, setup a real domain name (the name used to get the cert) and add more RAM.