Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Liquibase Spatial xsd URI error #12

Open
jaykumar2192 opened this issue Apr 16, 2021 · 1 comment
Open

Liquibase Spatial xsd URI error #12

jaykumar2192 opened this issue Apr 16, 2021 · 1 comment

Comments

@jaykumar2192
Copy link

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:

<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
   xmlns:spatial="http://www.liquibase.org/xml/ns/dbchangelog-ext/liquibase-spatial"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
      http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd 
   http://www.liquibase.org/xml/ns/dbchangelog-ext/liquibase-spatial 
      **http://lonnyj.github.com/liquibase-spatial/liquibase-spatial.xsd**">

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?

@Tostis
Copy link

Tostis commented Jun 25, 2021

You should change lonnyj.github.com to lonnyj.github.io
See this commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants