Advertisement
Guest User

Untitled

a guest
May 26th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.82 KB | None | 0 0
  1. INFO 5/26/16 10:23 PM: liquibase: Successfully acquired change log lock
  2. WARNING 5/26/16 10:24 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>.
  3. INFO 5/26/16 10:24 PM: liquibase: Successfully released change log lock
  4. Unexpected error running Liquibase: Error parsing line 6 column 95 of /opt/R1/share/n2o-liquibase/liquibase/db/changelog/201604031450_tooth_schema.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>.
  5.  
  6. SEVERE 5/26/16 10:24 PM: liquibase: Error parsing line 6 column 95 of /opt/R1/share/n2o-liquibase/liquibase/db/changelog/201604031450_tooth_schema.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>.
  7. liquibase.exception.ChangeLogParseException: liquibase.exception.SetupException: Error parsing line 6 column 95 of /opt/R1/share/n2o-liquibase/liquibase/db/changelog/201604031450_tooth_schema.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. at liquibase.parser.core.xml.AbstractChangeLogParser.parse(AbstractChangeLogParser.java:27)
  9. at liquibase.Liquibase.getDatabaseChangeLog(Liquibase.java:225)
  10. at liquibase.Liquibase.update(Liquibase.java:200)
  11. at liquibase.Liquibase.update(Liquibase.java:190)
  12. at liquibase.integration.commandline.Main.doMigration(Main.java:1096)
  13. at liquibase.integration.commandline.Main.run(Main.java:180)
  14. at liquibase.integration.commandline.Main.main(Main.java:99)
  15. Caused by: liquibase.exception.SetupException: Error parsing line 6 column 95 of /opt/R1/share/n2o-liquibase/liquibase/db/changelog/201604031450_tooth_schema.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>.
  16. at liquibase.changelog.DatabaseChangeLog.includeAll(DatabaseChangeLog.java:367)
  17. at liquibase.changelog.DatabaseChangeLog.handleChildNode(DatabaseChangeLog.java:274)
  18. at liquibase.changelog.DatabaseChangeLog.load(DatabaseChangeLog.java:221)
  19. at liquibase.parser.core.xml.AbstractChangeLogParser.parse(AbstractChangeLogParser.java:25)
  20. ... 6 more
  21. Caused by: liquibase.exception.ChangeLogParseException: Error parsing line 6 column 95 of /opt/R1/share/n2o-liquibase/liquibase/db/changelog/201604031450_tooth_schema.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>.
  22. at liquibase.parser.core.xml.XMLChangeLogSAXParser.parseToNode(XMLChangeLogSAXParser.java:114)
  23. at liquibase.parser.core.xml.AbstractChangeLogParser.parse(AbstractChangeLogParser.java:17)
  24. at liquibase.changelog.DatabaseChangeLog.include(DatabaseChangeLog.java:389)
  25. at liquibase.changelog.DatabaseChangeLog.includeAll(DatabaseChangeLog.java:364)
  26. ... 9 more
  27. Caused by: org.xml.sax.SAXParseException; lineNumber: 6; columnNumber: 95; 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>.
  28. at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
  29. at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.warning(ErrorHandlerWrapper.java:99)
  30. at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:392)
  31. at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:306)
  32. at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.reportSchemaErr(XSDHandler.java:4162)
  33. at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.reportSchemaWarning(XSDHandler.java:4153)
  34. at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.getSchemaDocument1(XSDHandler.java:2486)
  35. at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.getSchemaDocument(XSDHandler.java:2183)
  36. at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.parseSchema(XSDHandler.java:569)
  37. at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadSchema(XMLSchemaLoader.java:613)
  38. at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.findSchemaGrammar(XMLSchemaValidator.java:2446)
  39. at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:1767)
  40. at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:740)
  41. at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:380)
  42. at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDriver.scanRootElementHook(XMLNSDocumentScannerImpl.java:614)
  43. at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3135)
  44. at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:880)
  45. at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:606)
  46. at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:118)
  47. at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)
  48. at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:848)
  49. at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777)
  50. at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
  51. at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)
  52. at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643)
  53. at liquibase.parser.core.xml.XMLChangeLogSAXParser.parseToNode(XMLChangeLogSAXParser.java:106)
  54. ... 12 more
  55. Caused by: java.net.ConnectException: Connection timed out
  56. at java.net.PlainSocketImpl.socketConnect(Native Method)
  57. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  58. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  59. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  60. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  61. at java.net.Socket.connect(Socket.java:589)
  62. at java.net.Socket.connect(Socket.java:538)
  63. at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
  64. at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
  65. at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
  66. at sun.net.www.http.HttpClient.<init>(HttpClient.java:211)
  67. at sun.net.www.http.HttpClient.New(HttpClient.java:308)
  68. at sun.net.www.http.HttpClient.New(HttpClient.java:326)
  69. at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1169)
  70. at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1105)
  71. at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:999)
  72. at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:933)
  73. at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1513)
  74. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441)
  75. at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:647)
  76. at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:189)
  77. at com.sun.org.apache.xerces.internal.impl.xs.opti.SchemaParsingConfig.parse(SchemaParsingConfig.java:582)
  78. at com.sun.org.apache.xerces.internal.impl.xs.opti.SchemaParsingConfig.parse(SchemaParsingConfig.java:685)
  79. at com.sun.org.apache.xerces.internal.impl.xs.opti.SchemaDOMParser.parse(SchemaDOMParser.java:530)
  80. at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.getSchemaDocument(XSDHandler.java:2171)
  81. ... 30 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement