Skip to content

Passed

org.appng.core.service.DatabaseServiceTest.testInitDatabase

Took 1.7 sec.

Standard Output

2021-11-30 15:04:23,037 INFO  [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver
2021-11-30 15:04:23,098 INFO  [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.5.0)
2021-11-30 15:04:23,752 INFO  [main] org.flywaydb.core.internal.license.VersionPrinter: Flyway Community Edition 7.15.0 by Redgate
2021-11-30 15:04:23,754 INFO  [main] org.flywaydb.core.internal.database.base.BaseDatab
...[truncated 6439 chars]...
to jdbc:postgresql://localhost:5432/appNG POSTGRESQL (org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.)
2021-11-30 15:04:24,764 INFO  [main] org.appng.core.service.DatabaseService: POSTGRESQL jdbc:postgresql://localhost:5432/appNG POSTGRESQL is not working and will be deactivated.