SEVERE:Memory usage is low, parachute is non existent, your

Hi.

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:// : 8443 ) But it returns an error . Error will be displayed like this.

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

SSL Certs are usually issued to FQDN's not public IP's.

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.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct