__ ____ __ _____ ___ __ ____ ______ --/ __ \/ / / / _ | / _ \/ //_/ / / / __/ -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \ --\___\_\____/_/ |_/_/|_/_/|_|\____/___/ 2024-07-25 10:26:33,167 INFO [liq.database] (main) Set default schema name to public 2024-07-25 10:26:33,256 INFO [liq.lockservice] (main) Successfully acquired change log lock 2024-07-25 10:26:33,281 INFO [liq.servicelocator] (main) Cannot load service: java.util.ServiceConfigurationError: liquibase.command.CommandStep: Provider liquibase.command.core.StartH2CommandStep not found at java.base@17.0.11/java.util.ServiceLoader.fail(ServiceLoader.java:593) at java.base@17.0.11/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1219) at java.base@17.0.11/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1228) at java.base@17.0.11/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1273) at java.base@17.0.11/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309) at java.base@17.0.11/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393) at liquibase.servicelocator.StandardServiceLocator.findInstances(StandardServiceLocator.java:22) at liquibase.command.CommandFactory.findAllInstances(CommandFactory.java:244) at liquibase.command.CommandFactory.computePipelineForCommandDefinition(CommandFactory.java:71) at liquibase.command.CommandFactory.getCommandDefinition(CommandFactory.java:50) at liquibase.command.CommandScope.(CommandScope.java:64) at liquibase.Liquibase.lambda$validate$25(Liquibase.java:1365) at liquibase.Scope.lambda$child$0(Scope.java:190) at liquibase.Scope.child(Scope.java:199) at liquibase.Scope.child(Scope.java:189) at liquibase.Scope.child(Scope.java:168) at liquibase.Liquibase.runInScope(Liquibase.java:1436) at liquibase.Liquibase.validate(Liquibase.java:1364) at io.quarkus.liquibase.runtime.LiquibaseRecorder.doStartActions(LiquibaseRecorder.java:82) at io.quarkus.deployment.steps.LiquibaseProcessor$startLiquibase1744275855.deploy_0(Unknown Source) at io.quarkus.deployment.steps.LiquibaseProcessor$startLiquibase1744275855.deploy(Unknown Source) at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source) at io.quarkus.runtime.Application.start(Application.java:101) at io.quarkus.runtime.ApplicationLifecycleManager.run(ApplicationLifecycleManager.java:111) at io.quarkus.runtime.Quarkus.run(Quarkus.java:71) at io.quarkus.runtime.Quarkus.run(Quarkus.java:44) at io.quarkus.runtime.Quarkus.run(Quarkus.java:124) at io.quarkus.runner.GeneratedMain.main(Unknown Source) 2024-07-25 10:26:33,413 INFO [liq.command] (main) Logging exception. ERROR: Exception Details ERROR: Exception Primary Class: XSDLookUpException ERROR: Exception Primary Reason: Unable to resolve xml entity https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.3.xsd. liquibase.secureParsing is set to 'true' which does not allow remote lookups. Check for spelling or capitalization errors and missing extensions such as liquibase-commercial in your XSD definition. Or, set it to 'false' to allow remote lookups of xsd files. ERROR: Exception Primary Source: PostgreSQL 16.1 (Debian 16.1-1.pgdg120+1) 2024-07-25 10:26:33,419 INFO [liq.command] (main) Command execution complete 2024-07-25 10:26:33,422 INFO [liq.lockservice] (main) Successfully released change log lock 2024-07-25 10:26:33,452 ERROR [io.qua.run.Application] (main) Failed to start application (with profile [pgdb]): java.lang.RuntimeException: Failed to start quarkus at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source) at io.quarkus.runtime.Application.start(Application.java:101) at io.quarkus.runtime.ApplicationLifecycleManager.run(ApplicationLifecycleManager.java:111) at io.quarkus.runtime.Quarkus.run(Quarkus.java:71) at io.quarkus.runtime.Quarkus.run(Quarkus.java:44) at io.quarkus.runtime.Quarkus.run(Quarkus.java:124) at io.quarkus.runner.GeneratedMain.main(Unknown Source) Caused by: java.lang.IllegalStateException: Error starting Liquibase at io.quarkus.liquibase.runtime.LiquibaseRecorder.doStartActions(LiquibaseRecorder.java:93) at io.quarkus.deployment.steps.LiquibaseProcessor$startLiquibase1744275855.deploy_0(Unknown Source) at io.quarkus.deployment.steps.LiquibaseProcessor$startLiquibase1744275855.deploy(Unknown Source) ... 7 more Caused by: liquibase.exception.CommandExecutionException: liquibase.exception.ChangeLogParseException: Error parsing db/postgres/changelog-master.yml : liquibase.parser.core.xml.XSDLookUpException: Unable to resolve xml entity https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.3.xsd. liquibase.secureParsing is set to 'true' which does not allow remote lookups. Check for spelling or capitalization errors and missing extensions such as liquibase-commercial in your XSD definition. Or, set it to 'false' to allow remote lookups of xsd files. at liquibase.command.CommandScope.execute(CommandScope.java:257) at liquibase.Liquibase.lambda$validate$25(Liquibase.java:1369) at liquibase.Scope.lambda$child$0(Scope.java:190) at liquibase.Scope.child(Scope.java:199) at liquibase.Scope.child(Scope.java:189) at liquibase.Scope.child(Scope.java:168) at liquibase.Liquibase.runInScope(Liquibase.java:1436) at liquibase.Liquibase.validate(Liquibase.java:1364) at io.quarkus.liquibase.runtime.LiquibaseRecorder.doStartActions(LiquibaseRecorder.java:82) ... 9 more Caused by: liquibase.exception.ChangeLogParseException: Error parsing db/postgres/changelog-master.yml : liquibase.parser.core.xml.XSDLookUpException: Unable to resolve xml entity https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.3.xsd. liquibase.secureParsing is set to 'true' which does not allow remote lookups. Check for spelling or capitalization errors and missing extensions such as liquibase-commercial in your XSD definition. Or, set it to 'false' to allow remote lookups of xsd files. at liquibase.parser.core.yaml.YamlChangeLogParser.parse(YamlChangeLogParser.java:96) at liquibase.command.core.helpers.DatabaseChangelogCommandStep.lambda$getDatabaseChangeLog$0(DatabaseChangelogCommandStep.java:129) at liquibase.Scope.child(Scope.java:199) at liquibase.Scope.child(Scope.java:175) at liquibase.command.core.helpers.DatabaseChangelogCommandStep.getDatabaseChangeLog(DatabaseChangelogCommandStep.java:128) at liquibase.command.core.helpers.DatabaseChangelogCommandStep.run(DatabaseChangelogCommandStep.java:87) at liquibase.command.CommandScope.execute(CommandScope.java:219) ... 17 more Caused by: liquibase.exception.SetupException: liquibase.parser.core.xml.XSDLookUpException: Unable to resolve xml entity https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.3.xsd. liquibase.secureParsing is set to 'true' which does not allow remote lookups. Check for spelling or capitalization errors and missing extensions such as liquibase-commercial in your XSD definition. Or, set it to 'false' to allow remote lookups of xsd files. at liquibase.changelog.DatabaseChangeLog.handleChildNode(DatabaseChangeLog.java:465) at liquibase.changelog.DatabaseChangeLog.load(DatabaseChangeLog.java:390) at liquibase.parser.core.yaml.YamlChangeLogParser.parse(YamlChangeLogParser.java:90) ... 23 more Caused by: liquibase.exception.LiquibaseException: liquibase.parser.core.xml.XSDLookUpException: Unable to resolve xml entity https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.3.xsd. liquibase.secureParsing is set to 'true' which does not allow remote lookups. Check for spelling or capitalization errors and missing extensions such as liquibase-commercial in your XSD definition. Or, set it to 'false' to allow remote lookups of xsd files. at liquibase.changelog.DatabaseChangeLog.include(DatabaseChangeLog.java:987) at liquibase.changelog.DatabaseChangeLog.handleChildNode(DatabaseChangeLog.java:455) ... 25 more Caused by: liquibase.exception.ChangeLogParseException: liquibase.parser.core.xml.XSDLookUpException: Unable to resolve xml entity https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.3.xsd. liquibase.secureParsing is set to 'true' which does not allow remote lookups. Check for spelling or capitalization errors and missing extensions such as liquibase-commercial in your XSD definition. Or, set it to 'false' to allow remote lookups of xsd files. at liquibase.parser.core.xml.XMLChangeLogSAXParser.parseToNode(XMLChangeLogSAXParser.java:154) at liquibase.parser.core.xml.AbstractChangeLogParser.parse(AbstractChangeLogParser.java:15) at liquibase.changelog.DatabaseChangeLog.include(DatabaseChangeLog.java:959) ... 26 more Caused by: liquibase.parser.core.xml.XSDLookUpException: Unable to resolve xml entity https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.3.xsd. liquibase.secureParsing is set to 'true' which does not allow remote lookups. Check for spelling or capitalization errors and missing extensions such as liquibase-commercial in your XSD definition. Or, set it to 'false' to allow remote lookups of xsd files. at liquibase.parser.core.xml.LiquibaseEntityResolver.resolveEntity(LiquibaseEntityResolver.java:75) at java.xml@17.0.11/com.sun.org.apache.xerces.internal.util.EntityResolver2Wrapper.resolveEntity(EntityResolver2Wrapper.java:178) at java.xml@17.0.11/com.sun.org.apache.xerces.internal.impl.XMLEntityManager.resolveEntity(XMLEntityManager.java:1134) at java.xml@17.0.11/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.resolveDocument(XMLSchemaLoader.java:663) at java.xml@17.0.11/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.findSchemaGrammar(XMLSchemaValidator.java:2695) at java.xml@17.0.11/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2070) at java.xml@17.0.11/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:830) at java.xml@17.0.11/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374) at java.xml@17.0.11/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDriver.scanRootElementHook(XMLNSDocumentScannerImpl.java:613) at java.xml@17.0.11/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3079) at java.xml@17.0.11/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:836) at java.xml@17.0.11/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605) at java.xml@17.0.11/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) at java.xml@17.0.11/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542) at java.xml@17.0.11/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889) at java.xml@17.0.11/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825) at java.xml@17.0.11/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) at java.xml@17.0.11/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224) at java.xml@17.0.11/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637) at liquibase.parser.core.xml.XMLChangeLogSAXParser.parseToNode(XMLChangeLogSAXParser.java:121) ... 28 more