2020-05-14 09:23:37,000 INFO [Main] o.h.c.Configuration: Hibernate Validator not found: ignoring
2020-05-14 09:23:37,246 INFO [Main] o.s.o.h.a.AnnotationSessionFactoryBean: Building new Hibernate SessionFactory
2020-05-14 09:23:37,329 INFO [Main] o.h.c.s.HibernateSearchEventListenerRegister: Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
2020-05-14 09:23:37,379 INFO [Main] o.h.c.ConnectionProviderFactory: Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
2020-05-14 09:23:37,408 INFO [Main] o.h.d.Dialect: Using dialect: org.hibernate.dialect.PostgreSQLDialect
2020-05-14 09:23:37,427 INFO [Main] o.h.e.j.JdbcSupportLoader: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException
2020-05-14 09:23:37,427 INFO [Main] o.h.c.SettingsFactory: Database ->
name : PostgreSQL
version : 12.2 (Ubuntu 12.2-4)
major : 12
minor : 2
2020-05-14 09:23:37,427 INFO [Main] o.h.c.SettingsFactory: Driver ->
name : PostgreSQL JDBC Driver
version : 42.2.5
major : 42
minor : 2
There are also a few exceptions like:
javax.jms.JMSException: Error while attempting to add new Connection to the pool
...
Caused by: javax.jms.JMSException: Could not create Transport. Reason: java.io.IOException: Broker named 'localhost' does not exist.
From event.log:
2020-05-14 09:23:37,000 INFO [Main] o.h.c.Configuration: Hibernate Validator not found: ignoring 2020-05-14 09:23:37,246 INFO [Main] o.s.o.h.a.AnnotationSessionFactoryBean: Building new Hibernate SessionFactory 2020-05-14 09:23:37,329 INFO [Main] o.h.c.s.HibernateSearchEventListenerRegister: Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled. 2020-05-14 09:23:37,379 INFO [Main] o.h.c.ConnectionProviderFactory: Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider 2020-05-14 09:23:37,408 INFO [Main] o.h.d.Dialect: Using dialect: org.hibernate.dialect.PostgreSQLDialect 2020-05-14 09:23:37,427 INFO [Main] o.h.e.j.JdbcSupportLoader: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException 2020-05-14 09:23:37,427 INFO [Main] o.h.c.SettingsFactory: Database -> name : PostgreSQL version : 12.2 (Ubuntu 12.2-4) major : 12 minor : 2 2020-05-14 09:23:37,427 INFO [Main] o.h.c.SettingsFactory: Driver -> name : PostgreSQL JDBC Driver version : 42.2.5 major : 42 minor : 2
There are also a few exceptions like:
javax.jms.JMSException: Error while attempting to add new Connection to the pool ... Caused by: javax.jms.JMSException: Could not create Transport. Reason: java.io.IOException: Broker named 'localhost' does not exist.
Full log is attached below.