Advertisement
MahsaRah

Untitled

Mar 25th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 KB | None | 0 0
  1. 2019-03-25 16:11:10,784 INFO PopulationUtils:992 person # 15286
  2. 2019-03-25 16:11:10,784 INFO ScenarioLoaderImpl:229 loading person attributes from file:/C:/Users/rahimim/Desktop/MATSim/matsim-0.10.1/matsim-withinday/matsim-withinday/matsim_test_capacity/scenarios/Scenario1_500/abmt_population_attributes.xml.gz
  3. 2019-03-25 16:11:10,784 INFO MatsimXmlParser:155 starting to parse xml from url file:/C:/Users/rahimim/Desktop/MATSim/matsim-0.10.1/matsim-withinday/matsim-withinday/matsim_test_capacity/scenarios/Scenario1_500/abmt_population_attributes.xml.gz ...
  4. 2019-03-25 16:11:10,784 INFO MatsimXmlParser:270 Trying to load http://matsim.org/files/dtd/objectattributes_v1.dtd. In some cases (e.g. network interface up but no connection), this may take a bit.
  5. 2019-03-25 16:11:10,863 INFO ObjectAttributesXmlReader:90 reading object #0
  6. null
  7. null
  8. null
  9. XML document structures must start and end within the same entity.
  10. XML document structures must start and end within the same entity.
  11. XML-FATAL: file:/C:/Users/rahimim/Desktop/MATSim/matsim-0.10.1/matsim-withinday/matsim-withinday/matsim_test_capacity/scenarios/Scenario1_500/abmt_population_attributes.xml.gz, line 320, column 11:
  12. org.xml.sax.SAXParseException; lineNumber: 320; columnNumber: 11; XML document structures must start and end within the same entity.
  13. Exception in thread "main" org.matsim.core.utils.io.UncheckedIOException: org.xml.sax.SAXParseException; lineNumber: 320; columnNumber: 11; XML document structures must start and end within the same entity.
  14. at org.matsim.core.utils.io.MatsimXmlParser.parse(MatsimXmlParser.java:194)
  15. at org.matsim.core.utils.io.MatsimXmlParser.parse(MatsimXmlParser.java:159)
  16. at org.matsim.core.scenario.ScenarioLoaderImpl.loadPopulation(ScenarioLoaderImpl.java:232)
  17. at org.matsim.core.scenario.ScenarioLoaderImpl.loadScenario(ScenarioLoaderImpl.java:111)
  18. at org.matsim.core.scenario.ScenarioUtils.loadScenario(ScenarioUtils.java:58)
  19. at org.matsim.withinday.transit.controller.RunZurichScenario.main(RunZurichScenario.java:36)
  20. Caused by: org.xml.sax.SAXParseException; lineNumber: 320; columnNumber: 11; XML document structures must start and end within the same entity.
  21. at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
  22. at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
  23. at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
  24. at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
  25. at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
  26. at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source)
  27. at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.endEntity(Unknown Source)
  28. at org.apache.xerces.impl.XMLDocumentScannerImpl.endEntity(Unknown Source)
  29. at org.apache.xerces.impl.XMLEntityManager.endEntity(Unknown Source)
  30. at org.apache.xerces.impl.XMLEntityScanner.load(Unknown Source)
  31. at org.apache.xerces.impl.XMLEntityScanner.skipChar(Unknown Source)
  32. at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
  33. at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
  34. at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
  35. at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
  36. at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
  37. at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
  38. at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
  39. at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
  40. at org.matsim.core.utils.io.MatsimXmlParser.parse(MatsimXmlParser.java:191)
  41. ... 5 more
  42. ------------------------------------------------------------------------
  43. BUILD FAILURE
  44. ------------------------------------------------------------------------
  45. Total time: 6.642s
  46. Finished at: Mon Mar 25 16:11:10 CET 2019
  47. Final Memory: 8M/241M
  48. ------------------------------------------------------------------------
  49. Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (default-cli) on project matsim: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
  50.  
  51. To see the full stack trace of the errors, re-run Maven with the -e switch.
  52. Re-run Maven using the -X switch to enable full debug logging.
  53.  
  54. For more information about the errors and possible solutions, please read the following articles:
  55. [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement