Problems in tomcat startup for fresh installation

Hi @Minhaas,

at first glance I see two things:

  1. You are using Postgres 9.5, the minimum version now is 9.6. But this is not your immediate problem it seems.
  2. Your logs complain about not having access to directories. This is an indication that your read and write permission for these folders is not correct. Make sure the user running tomcat has correct access to these directories.
1 Like