Advertisement
Guest User

Osmosis Update Error

a guest
Jun 25th, 2013
444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. /osmosis/bin/osmosis --read-replication-interval workingDirectory=/root/Nominatim/settings --simplify-change --write-xml-change /root/Nominatim/data/osmosischange.osc
  2.  
  3. Jun 25, 2013 10:34:41 AM org.openstreetmap.osmosis.core.Osmosis run
  4. INFO: Osmosis Version 0.42
  5. Jun 25, 2013 10:34:42 AM org.java.plugin.registry.xml.ManifestParser <init>
  6. INFO: got SAX parser factory - org.apache.xerces.jaxp.SAXParserFactoryImpl@292d15a9
  7. Jun 25, 2013 10:34:42 AM org.java.plugin.registry.xml.PluginRegistryImpl configure
  8. INFO: configured, stopOnError=false, isValidating=true
  9. Jun 25, 2013 10:34:42 AM org.java.plugin.registry.xml.PluginRegistryImpl register
  10. INFO: plug-in and fragment descriptors registered - 1
  11. Jun 25, 2013 10:34:42 AM org.java.plugin.standard.StandardPluginManager activatePlugin
  12. INFO: plug-in started - [email protected]
  13. Jun 25, 2013 10:34:42 AM org.openstreetmap.osmosis.core.Osmosis run
  14. INFO: Preparing pipeline.
  15. Jun 25, 2013 10:34:42 AM org.openstreetmap.osmosis.core.Osmosis run
  16. INFO: Launching pipeline execution.
  17. Jun 25, 2013 10:34:42 AM org.openstreetmap.osmosis.core.Osmosis run
  18. INFO: Pipeline executing, waiting for completion.
  19. Jun 25, 2013 10:34:42 AM org.openstreetmap.osmosis.core.pipeline.common.ActiveTaskManager waitForCompletion
  20. SEVERE: Thread for task 1-read-replication-interval failed
  21. java.lang.NullPointerException
  22. at org.openstreetmap.osmosis.replication.v0_6.impl.ReplicationDownloaderConfiguration.getBaseUrl(ReplicationDownloaderConfiguration.java:47)
  23. at org.openstreetmap.osmosis.replication.v0_6.BaseReplicationDownloader.runImpl(BaseReplicationDownloader.java:288)
  24. at org.openstreetmap.osmosis.replication.v0_6.BaseReplicationDownloader.run(BaseReplicationDownloader.java:381)
  25. at java.lang.Thread.run(Thread.java:679)
  26. Jun 25, 2013 10:34:42 AM org.openstreetmap.osmosis.core.Osmosis main
  27. SEVERE: Execution aborted.
  28. org.openstreetmap.osmosis.core.OsmosisRuntimeException: One or more tasks failed.
  29. at org.openstreetmap.osmosis.core.pipeline.common.Pipeline.waitForCompletion(Pipeline.java:146)
  30. at org.openstreetmap.osmosis.core.Osmosis.run(Osmosis.java:92)
  31. at org.openstreetmap.osmosis.core.Osmosis.main(Osmosis.java:37)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  34. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  35. at java.lang.reflect.Method.invoke(Method.java:616)
  36. at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
  37. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
  38. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
  39. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
  40. at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
  41. Error: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement