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
I have recently created a Spring Boot application where I am using the liquibase spatial index property. My install.xml liquibase file looks something like this:
After some days, my application suddenly stopped working and I started getting the following error:
2021-04-16 07:21:15,637 [main] WARN l.p.core.xml.XMLChangeLogSAXParser$1 - schema_reference.4: Failed to read schema document 'http://lonnyj.github.com/liquibase-spatial/liquibase-spatial.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not xsd:schema.
It seems that the path got changed all of a sudden. Could you please check and let me know what is the issue?
The text was updated successfully, but these errors were encountered:
I have recently created a Spring Boot application where I am using the liquibase spatial index property. My install.xml liquibase file looks something like this:
After some days, my application suddenly stopped working and I started getting the following error:
2021-04-16 07:21:15,637 [main] WARN l.p.core.xml.XMLChangeLogSAXParser$1 - schema_reference.4: Failed to read schema document 'http://lonnyj.github.com/liquibase-spatial/liquibase-spatial.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not xsd:schema.
It seems that the path got changed all of a sudden. Could you please check and let me know what is the issue?
The text was updated successfully, but these errors were encountered: