Modify ↓
Opened 6 years ago
Closed 6 years ago
#17929 closed defect (fixed)
SAXParseException at MessageNotifier$Worker.run
| Reported by: | anonymous | Owned by: | Don-vip |
|---|---|---|---|
| Priority: | normal | Milestone: | 19.08 |
| Component: | Core | Version: | |
| Keywords: | template_report xml regression | Cc: |
Description
What steps will reproduce the problem?
- trying to delete a way from a route relation
What is the expected result?
The way should be removed from the route relation.
What happens instead?
This bug dialog appears.
Please provide any additional information below. Attach a screenshot if possible.
URL:https://josm.openstreetmap.de/svn/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2019-07-10 00:52:47 +0200 (Wed, 10 Jul 2019)
Build-Date:2019-07-10 01:30:51
Revision:15238
Relative:URL: ^/trunk
Identification: JOSM/1.5 (15238 en) Linux Ubuntu 16.04.6 LTS
Memory Usage: 253 MB / 1820 MB (144 MB allocated, but free)
Java version: 1.8.0_212-8u212-b03-0ubuntu1.16.04.1-b03, Oracle Corporation, OpenJDK 64-Bit Server VM
Screen: :0.0 1920x1080, :0.1 2560x1440, :0.2 2560x1440
Maximum Screen Size: 2560x1440
Java package: openjdk-8-jre:amd64-8u212-b03-0ubuntu1.16.04.1
WebStart package: icedtea-netx:amd64-1.6.2-3ubuntu1
libcommons-compress-java: libcommons-compress-java:all-1.10-2
libcommons-logging-java: libcommons-logging-java:all-1.2-1+build1
VM arguments: [-Dicedtea-web.bin.name=javaws, -Dicedtea-web.bin.location=/usr/bin/javaws, -Djava.security.manager, -Djava.security.policy=/etc/icedtea-web/javaws.policy]
Plugins:
+ CommandLine (34977)
+ TORC_align_street (UNKNOWN)
+ apache-commons (34908)
+ contourmerge (v0.1.4)
+ ejml (35049)
+ ext_tools (34988)
+ geotools (34908)
+ jaxb (35014)
+ jts (35064)
+ measurement (35051)
+ opendata (34997)
+ scripting (30796)
+ splinex (34908)
+ utilsplugin2 (34977)
Tagging presets:
+ ${HOME}/svn/internal/software/utilities/mapping_tools/josm/torc_custom-preset.xml
Map paint styles:
+ ${HOME}/svn/internal/software/utilities/mapping_tools/josm/torc_custom_style.mapcss
Last errors/warnings:
- W: Missing plugin main version in plugin jython-standalone-2.7.0
- E: Failed to locate image 'graphics/torc_logo.svg'
- W: TORC Presets: Could not get presets icon graphics/torc_logo.svg
- W: No configuration settings found. Using hardcoded default values for all pools.
- E: org.openstreetmap.josm.io.OsmTransferException: org.xml.sax.SAXParseException; lineNumber: 363; columnNumber: 3; The element type "meta" must be terminated by the matching end-tag "</meta>".. Cause: org.xml.sax.SAXParseException: The element type "meta" must be terminated by the matching end-tag "</meta>".
- E: Handled by bug report queue: org.openstreetmap.josm.io.OsmTransferException: org.xml.sax.SAXParseException; lineNumber: 363; columnNumber: 3; The element type "meta" must be terminated by the matching end-tag "</meta>".. Cause: org.xml.sax.SAXParseException: The element type "meta" must be terminated by the matching end-tag "</meta>".
OSM API: http://streetmap.torcrobotics.net/api
=== REPORTED CRASH DATA ===
BugReportExceptionHandler#handleException:
No data collected.
Warning issued by: BugReportExceptionHandler#handleException
=== STACK TRACE ===
Thread: message-notifier-0 (57) of JOSM
org.openstreetmap.josm.io.OsmTransferException: org.xml.sax.SAXParseException; lineNumber: 363; columnNumber: 3; The element type "meta" must be terminated by the matching end-tag "</meta>".
at org.openstreetmap.josm.io.OsmServerReader.fetchData(OsmServerReader.java:427)
at org.openstreetmap.josm.io.OsmServerUserInfoReader.fetchUserInfo(OsmServerUserInfoReader.java:170)
at org.openstreetmap.josm.io.MessageNotifier$Worker.run(MessageNotifier.java:83)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.xml.sax.SAXParseException; lineNumber: 363; columnNumber: 3; The element type "meta" must be terminated by the matching end-tag "</meta>".
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
at org.openstreetmap.josm.tools.XmlUtils.parseSafeDOM(XmlUtils.java:88)
at org.openstreetmap.josm.io.OsmServerReader.fetchData(OsmServerReader.java:422)
... 9 more
Attachments (0)
Change History (4)
comment:1 by , 6 years ago
| Keywords: | xml added |
|---|---|
| Milestone: | → 19.08 |
| Summary: | Crash while adjusting routes → SAXParseException at MessageNotifier$Worker.run |
comment:2 by , 6 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 6 years ago
| Keywords: | regression added |
|---|
Note:
See TracTickets
for help on using tickets.



regression of r15084