I'm using spring boot 1.55 and java 8.
I decided to use h2 together with the liquibase.
The project normally goes up and in the windows terminal it indicates that the 
tables were created and filled and also indicates where is the h2 console, but 
when I try to enter the h2 console it throws the following error: 

Whitelabel Error Page

This application has no explicit mapping for /error, so you are seeing this as 
a fallback.
Fri Mar 09 11:56:09 BRT 2018
There was an unexpected error (type=Internal Server Error, status=500).
No message available


When I try to make a request for a mapped url that queries the database it 
returns an empty array but not an error.
I made a second project using springboot 2 and copied the configuration files 
from the first project to that second and to my surprise that second worked 
normally.
I do not know what might be causing this error.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to