Advertisement
ubergitler

Untitled

Jan 17th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.04 KB | None | 0 0
  1. INFO 1/17/18 7:11 PM: liquibase: Successfully acquired change log lock
  2. WARNING 1/17/18 7:11 PM: liquibase: included file distr-changelog.xml//opt/R1/share/liquibase-lsd/db/changelog/201111090010_scope_init.postgresql.sql-for-future is not a recognized file type
  3. WARNING 1/17/18 7:13 PM: liquibase: schema_reference.4: Failed to read schema document 'http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.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>.
  4. INFO 1/17/18 7:13 PM: liquibase: Successfully released change log lock
  5. Unexpected error running Liquibase: Error parsing line 5 column 138 of /opt/R1/share/liquibase-lsd/db/changelog/201703272000_add_RESETTLEMENT_doc_type.xml: schema_reference.4: Failed to read schema document 'http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.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>.
  6.  
  7. SEVERE 1/17/18 7:13 PM: liquibase: Error parsing line 5 column 138 of /opt/R1/share/liquibase-lsd/db/changelog/201703272000_add_RESETTLEMENT_doc_type.xml: schema_reference.4: Failed to read schema document 'http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.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>.
  8. liquibase.exception.ChangeLogParseException: liquibase.exception.SetupException: Error parsing line 5 column 138 of /opt/R1/share/liquibase-lsd/db/changelog/201703272000_add_RESETTLEMENT_doc_type.xml: schema_reference.4: Failed to read schema document 'http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.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>.
  9. at liquibase.parser.core.xml.AbstractChangeLogParser.parse(AbstractChangeLogParser.java:27)
  10. at liquibase.Liquibase.getDatabaseChangeLog(Liquibase.java:225)
  11. at liquibase.Liquibase.update(Liquibase.java:200)
  12. at liquibase.Liquibase.update(Liquibase.java:190)
  13. at liquibase.integration.commandline.Main.doMigration(Main.java:1096)
  14. at liquibase.integration.commandline.Main.run(Main.java:180)
  15. at liquibase.integration.commandline.Main.main(Main.java:99)
  16. Caused by: liquibase.exception.SetupException: Error parsing line 5 column 138 of /opt/R1/share/liquibase-lsd/db/changelog/201703272000_add_RESETTLEMENT_doc_type.xml: schema_reference.4: Failed to read schema document 'http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.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>.
  17. at liquibase.changelog.DatabaseChangeLog.includeAll(DatabaseChangeLog.java:367)
  18. at liquibase.changelog.DatabaseChangeLog.handleChildNode(DatabaseChangeLog.java:274)
  19. at liquibase.changelog.DatabaseChangeLog.load(DatabaseChangeLog.java:221)
  20. at liquibase.parser.core.xml.AbstractChangeLogParser.parse(AbstractChangeLogParser.java:25)
  21. ... 6 more
  22. Caused by: liquibase.exception.ChangeLogParseException: Error parsing line 5 column 138 of /opt/R1/share/liquibase-lsd/db/changelog/201703272000_add_RESETTLEMENT_doc_type.xml: schema_reference.4: Failed to read schema document 'http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.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>.
  23. at liquibase.parser.core.xml.XMLChangeLogSAXParser.parseToNode(XMLChangeLogSAXParser.java:114)
  24. at liquibase.parser.core.xml.AbstractChangeLogParser.parse(AbstractChangeLogParser.java:17)
  25. at liquibase.changelog.DatabaseChangeLog.include(DatabaseChangeLog.java:389)
  26. at liquibase.changelog.DatabaseChangeLog.includeAll(DatabaseChangeLog.java:364)
  27. ... 9 more
  28. Caused by: org.xml.sax.SAXParseException; lineNumber: 5; columnNumber: 138; schema_reference.4: Failed to read schema document 'http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.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>.
  29. at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
  30. at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.warning(ErrorHandlerWrapper.java:99)
  31. at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:392)
  32. at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:306)
  33. at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.reportSchemaErr(XSDHandler.java:4160)
  34. at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.reportSchemaWarning(XSDHandler.java:4151)
  35. at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.getSchemaDocument1(XSDHandler.java:2493)
  36. at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.getSchemaDocument(XSDHandler.java:2191)
  37. at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.parseSchema(XSDHandler.java:576)
  38. at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadSchema(XMLSchemaLoader.java:613)
  39. at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.findSchemaGrammar(XMLSchemaValidator.java:2446)
  40. at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:1767)
  41. at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:740)
  42. at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374)
  43. at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDriver.scanRootElementHook(XMLNSDocumentScannerImpl.java:613)
  44. at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3132)
  45. at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:852)
  46. at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
  47. at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112)
  48. at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
  49. at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:841)
  50. at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:770)
  51. at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
  52. at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)
  53. at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643)
  54. at liquibase.parser.core.xml.XMLChangeLogSAXParser.parseToNode(XMLChangeLogSAXParser.java:106)
  55. ... 12 more
  56. Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
  57. at java.net.PlainSocketImpl.socketConnect(Native Method)
  58. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  59. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  60. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  61. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  62. at java.net.Socket.connect(Socket.java:589)
  63. at java.net.Socket.connect(Socket.java:538)
  64. at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
  65. at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
  66. at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
  67. at sun.net.www.http.HttpClient.<init>(HttpClient.java:242)
  68. at sun.net.www.http.HttpClient.New(HttpClient.java:339)
  69. at sun.net.www.http.HttpClient.New(HttpClient.java:357)
  70. at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1220)
  71. at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156)
  72. at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050)
  73. at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:984)
  74. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564)
  75. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
  76. at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:647)
  77. at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:148)
  78. at com.sun.org.apache.xerces.internal.impl.xs.opti.SchemaParsingConfig.parse(SchemaParsingConfig.java:582)
  79. at com.sun.org.apache.xerces.internal.impl.xs.opti.SchemaParsingConfig.parse(SchemaParsingConfig.java:685)
  80. at com.sun.org.apache.xerces.internal.impl.xs.opti.SchemaDOMParser.parse(SchemaDOMParser.java:530)
  81. at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.getSchemaDocument(XSDHandler.java:2179)
  82. ... 30 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement