You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I tried to replicate this setup in a grails 4.0.13 project with no luck. It creates the sqliteDev.db but it looks like it is failing to create the domain tables.
In the log file it prints the line below over and over.
INFO --- [ restartedMain] o.h.v.internal.engine.ConfigurationImpl : HV000002: Ignoring XML configuration.
And then finally printing
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2022-10-10 10:15:04.403 ERROR --- [ restartedMain] o.s.boot.SpringApplication : Application run failed
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
Hi, I tried to replicate this setup in a grails 4.0.13 project with no luck. It creates the sqliteDev.db but it looks like it is failing to create the domain tables.
In the log file it prints the line below over and over.
INFO --- [ restartedMain] o.h.v.internal.engine.ConfigurationImpl : HV000002: Ignoring XML configuration.
And then finally printing
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2022-10-10 10:15:04.403 ERROR --- [ restartedMain] o.s.boot.SpringApplication : Application run failed
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: