Error initializing application

I’m trying to deploy my CUBA application to a Bitnami Could VM. I get “Unexpected error” when I try to access the system. I checked the tomcat catalina.out log file and I see the following error message:

Internal Exception: org.postgresql.util.PSQLException: 
Can't infer the SQL type to use for an instance of java.util.UUID. 
Use setObject() with an explicit Types value to specify the type to use.

The full log file is attached.catalina.out.txt (46.4 KB)