Modify ↓
Opened 12 years ago
Closed 12 years ago
#8603 closed defect (duplicate)
error when downloading raw gps data
Reported by: | msdess | Owned by: | msdess |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
- problem occured a few times during the last days. The only thing i changed (compared to before) is, that i activated download "Raw GPS data" in addition to "Openstreetmap data"
- sometimes the error occurs, sometimes not. Not reproduceable in my opinion.
- the error occurs when nearly finished downloading the gps-points of the selected area
What is the expected result?
What happens instead?
Please provide any additional information below. Attach a screenshot if
possible.
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2013-04-09 01:34:26 Last Changed Author: stoecker Revision: 5836 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2013-04-07 23:18:22 +0200 (Sun, 07 Apr 2013) Last Changed Rev: 5836 Identification: JOSM/1.5 (5836 de) Windows 7 Memory Usage: 96 MB / 494 MB (10 MB allocated, but free) Java version: 1.7.0_17, Oracle Corporation, Java HotSpot(TM) Client VM Operating system: Windows 7 VM arguments: [-Xms16m, -Xmx512m] Dataset consistency test: No problems found Plugin: openstreetbugs (29435) org.openstreetmap.josm.io.OsmTransferException: org.xml.sax.SAXParseException; lineNumber: 4205; columnNumber: 22; Ungültiges XML-Zeichen (Unicode: 0x1a) wurde im Elementcontent des Dokuments gefunden. at org.openstreetmap.josm.io.BoundingBoxDownloader.parseRawGps(BoundingBoxDownloader.java:91) at org.openstreetmap.josm.actions.downloadtasks.DownloadGpsTask$DownloadTask.realRun(DownloadGpsTask.java:106) at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:82) at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:145) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: org.xml.sax.SAXParseException; lineNumber: 4205; columnNumber: 22; Ungültiges XML-Zeichen (Unicode: 0x1a) wurde im Elementcontent des Dokuments gefunden. at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source) at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source) at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(Unknown Source) at org.openstreetmap.josm.io.GpxReader.parse(GpxReader.java:441) at org.openstreetmap.josm.io.BoundingBoxDownloader.downloadRawGps(BoundingBoxDownloader.java:45) at org.openstreetmap.josm.io.BoundingBoxDownloader.parseRawGps(BoundingBoxDownloader.java:79) ... 9 more
Attachments (0)
Change History (2)
comment:1 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → needinfo |
comment:2 by , 12 years ago
Resolution: | → duplicate |
---|---|
Status: | needinfo → closed |
Closed as duplicate of #7648.
Note:
See TracTickets
for help on using tickets.
The error is simply invalid data. Either this is a bug or there really is invalid data. Can you specify a download region (as small as possible), where that happens? It should always happen in the same region, if it is illegal data on the server.