Problem solved!

I am quite embarrassed because I've had this problem before, solved it
(with the help of this list), and documented it.  Here are my notes:

tomcat slow startup

The secure random calls may be blocking as there is not enough entropy to
feed them in /dev/random.

Change /etc/java-8-openjdk/security/java.security

From:  securerandom.source=file:/dev/random

To:  securerandom.source=file:/dev/urandom

Thanks!

Blake


On Tue, Feb 15, 2022 at 7:18 PM Blake McBride <blake1...@gmail.com> wrote:

> I have been using this config on a few VPS vendors for more than 10 years
> without anything like this.  I tried the exact same setup on AWS today and
> it worked right away.  I feel pretty sure that the VPS vendor I am trying
> has some sort of problem.  I am working with them to solve it.
>
> Thanks!
>
> Blake
>
>
> On Tue, Feb 15, 2022 at 5:21 PM Neil Aggarwal <n...@propfinancing.com>
> wrote:
>
>> Looks like tomcat is dying or getting killed.
>> That is strange.  I am running tomcat on a VPS with no problems.
>>
>> Thank you,
>>   Neil
>>
>> --
>> Neil Aggarwal, (972) 834-1565, http://www.propfinancing.com
>> We offer 30 year loans on single family houses!
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>
>>

Reply via email to