Modify ↓
Opened 9 years ago
Closed 8 years ago
#13398 closed defect (fixed)
JsonParsingException with Mapillary plug-in
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin mapillary | Version: | latest |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
What is the expected result?
What happens instead?
Please provide any additional information below. Attach a screenshot if possible.
URL:http://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2016-08-11 21:54:24 +0200 (Thu, 11 Aug 2016) Build-Date:2016-08-11 22:36:05 Revision:10786 Relative:URL: ^/trunk Identification: JOSM/1.5 (10786 en_AU) Windows 7 64-Bit Memory Usage: 247 MB / 247 MB (75 MB allocated, but free) Java version: 1.8.0_101-b13, Oracle Corporation, Java HotSpot(TM) Client VM VM arguments: [-Djava.security.manager, -Djava.security.policy=file:<java.home>\lib\security\javaws.policy, -DtrustProxy=true, -Djnlpx.home=<java.home>\bin, -Djnlpx.origFilenameArg=%UserProfile%\AppData\Local\Temp\josm-2.jnlp, -Djnlpx.remove=true, -Djava.util.Arrays.useLegacyMergeSort=true, -Djnlpx.splashport=52562, -Djnlpx.jvm=<java.home>\bin\javaw.exe, -Djnlpx.vmargs=LURqYXZhLnV0aWwuQXJyYXlzLnVzZUxlZ2FjeU1lcmdlU29ydD10cnVlAA==] Dataset consistency test: No problems found Plugins: + DirectDownload (32442) + Mapillary (32639) + OpeningHoursEditor (32583) + RoadSigns (32584) + alignways (32466) + apache-commons (32584) + apache-http (32584) + buildings_tools (32728) + continuosDownload (53) + download_along (32730) + graphview (32620) + gson (32639) + imagery_offset_db (32528) + imageryadjust (32329) + junctionchecking (32596) + mapdust (32473) + turnlanes-tagging (1470950886) + utilsplugin2 (32725) + waydownloader (32584) Tagging presets: + https://josm.openstreetmap.de/josmfile?page=Presets/Maxspeed-zones&zip=1 + https://josm.openstreetmap.de/josmfile?page=Presets/OneClick&zip=1 + https://josm.openstreetmap.de/josmfile?page=Presets/NewTags&zip=1 + https://josm.openstreetmap.de/josmfile?page=Presets/Quick-highways&zip=1 Map paint styles: + https://josm.openstreetmap.de/josmfile?page=Styles/Lane_and_Road_Attributes&zip=1 + https://josm.openstreetmap.de/josmfile?page=Styles/Maxspeed&zip=1 + https://josm.openstreetmap.de/josmfile?page=Styles/DestinationSignRelation&zip=1 - https://josm.openstreetmap.de/josmfile?page=Styles/Noname&zip=1 - https://josm.openstreetmap.de/josmfile?page=Styles/Highway_Nodes&zip=1 - https://josm.openstreetmap.de/josmfile?page=Styles/Coloured_Streets&zip=1 Last errors/warnings: - E: javax.json.stream.JsonParsingException: Unexpected char 60 at (line no=1, column no=1, offset=0) - W: PluginException: org.openstreetmap.josm.plugins.PluginException: An error occurred in plug-in notes. Cause: java.io.IOException: invalid manifest format - W: Failed to scan file 'notes.jar' for plugin information. Skipping. - E: javax.json.stream.JsonParsingException: Unexpected char 60 at (line no=1, column no=1, offset=0) - W: PluginException: org.openstreetmap.josm.plugins.PluginException: An error occurred in plug-in notes. Cause: java.io.IOException: invalid manifest format - W: Failed to scan file 'notes.jar' for plugin information. Skipping. - E: javax.json.stream.JsonParsingException: Unexpected char 60 at (line no=1, column no=1, offset=0) - W: PluginException: org.openstreetmap.josm.plugins.PluginException: An error occurred in plug-in notes. Cause: java.io.IOException: invalid manifest format - W: Failed to scan file 'notes.jar' for plugin information. Skipping. - E: javax.json.stream.JsonParsingException: Unexpected char 60 at (line no=1, column no=1, offset=0) === REPORTED CRASH DATA === BugReportExceptionHandler$BugReporterThread#askForBugReport: No data collected. === STACK TRACE === Thread: AWT-EventQueue-2 (42) of javawsApplicationThreadGroup javax.json.stream.JsonParsingException: Unexpected char 60 at (line no=1, column no=1, offset=0) at org.glassfish.json.JsonTokenizer.unexpectedChar(JsonTokenizer.java:533) at org.glassfish.json.JsonTokenizer.nextToken(JsonTokenizer.java:415) at org.glassfish.json.JsonParserImpl$NoneContext.getNextEvent(JsonParserImpl.java:222) at org.glassfish.json.JsonParserImpl$StateIterator.next(JsonParserImpl.java:172) at org.glassfish.json.JsonParserImpl.next(JsonParserImpl.java:149) at org.glassfish.json.JsonReaderImpl.readObject(JsonReaderImpl.java:101) at org.openstreetmap.josm.plugins.mapillary.io.download.MapillarySequenceDownloadThread.run(MapillarySequenceDownloadThread.java:59) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
Attachments (0)
Change History (4)
comment:1 by , 9 years ago
Component: | Core → Plugin mapillary |
---|---|
Owner: | changed from | to
comment:2 by , 9 years ago
Summary: | Mapillary plug-in out of date? → JsonParsingException with Mapillary plug-in |
---|
comment:3 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → needinfo |
comment:4 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | needinfo → closed |
Closing this now. The current version (>= v1.5.0) of the plugin has completely new classes for decoding JSON.
Note:
See TracTickets
for help on using tickets.
How this this happen? Any idea on how to reproduce it?