jhipster/jhipster-online

Integrationtests failed

HK-Devoteam opened this issue · 1 comments

I generated a new project with Jhipster with microsoft sql server as database. When runing integration tests I get this error in each test:

java.lang.IllegalStateException at DefaultCacheAwareContextLoaderDelegate.java:132
Caused by: org.springframework.beans.factory.BeanCreationException at AbstractAutowireCapableBeanFactory.java:1804
Caused by: liquibase.exception.LiquibaseException at ChangeLogIterator.java:124
Caused by: liquibase.exception.MigrationFailedException at ChangeSet.java:695
Caused by: liquibase.exception.DatabaseException at JdbcExecutor.java:392
Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException at DbException.java:576

This seems to be an issue with the generator itself and not with JHipster Online. Please open an issue in the main repo: https://github.com/jhipster/generator-jhipster.

For best results don't forget to use the issue template. :)