Modify ↓
Opened 8 years ago
Closed 8 years ago
#16268 closed defect (fixed)
NPE at MapillaryDownloader.downloadVisibleArea
| Reported by: | anonymous | Owned by: | floscher |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin mapillary | Version: | |
| 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:https://josm.openstreetmap.de/svn/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2018-05-06 23:56:40 +0200 (Sun, 06 May 2018)
Build-Date:2018-05-06 21:59:07
Revision:13710
Relative:URL: ^/trunk
Identification: JOSM/1.5 (13710 en) Mac OS X 10.13.4
OS Build number: Mac OS X 10.13.4 (17E202)
Memory Usage: 495 MB / 910 MB (159 MB allocated, but free)
Java version: 1.8.0_161-b12, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM
Screen: Display 69975292 2560x1440
Maximum Screen Size: 2560x1440
VM arguments: [-Djava.library.path=/private/var/folders/z0/ndx8281116lcynrrbj_ztrhw0000gn/T/AppTranslocation/ACC50934-8651-433F-AA00-FC369F1D9B58/d/JOSM.app/Contents/MacOS, -DLibraryDirectory=${HOME}/Library, -DDocumentsDirectory=${HOME}/Documents, -DApplicationSupportDirectory=${HOME}/Library/Application Support, -DCachesDirectory=${HOME}/Library/Caches, -DSandboxEnabled=false, -Dapple.laf.useScreenMenuBar=true, -Dcom.apple.macos.use-file-dialog-packages=true, -Dcom.apple.macos.useScreenMenuBar=true, -Dcom.apple.mrj.application.apple.menu.about.name=JOSM, -Dcom.apple.smallTabs=true]
Plugins:
+ Mapillary (v1.5.12+post13643)
+ apache-commons (34109)
+ apache-http (34109)
Last errors/warnings:
- W: No configuration settings found. Using hardcoded default values for all pools.
- E: Handled by bug report queue: java.lang.NullPointerException
=== REPORTED CRASH DATA ===
BugReportExceptionHandler#handleException:
No data collected.
Warning issued by: BugReportExceptionHandler#handleException
=== STACK TRACE ===
Thread: Thread-6 (37)
java.lang.NullPointerException
at org.openstreetmap.josm.plugins.mapillary.io.download.MapillaryDownloader.downloadVisibleArea(MapillaryDownloader.java:135)
at org.openstreetmap.josm.plugins.mapillary.mode.AbstractMode$SemiautomaticThread.run(AbstractMode.java:90)
Attachments (0)
Change History (3)
comment:1 by , 8 years ago
| Component: | Core → Plugin mapillary |
|---|---|
| Owner: | changed from to |
comment:2 by , 8 years ago
| Summary: | Mapillary Plugin is not properly working in current JSOM version. → NPE at MapillaryDownloader.downloadVisibleArea |
|---|
comment:3 by , 8 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
This is now fixed (see commit 8d8bc7d) and included in the newest release (see release v1.5.13).
Note:
See TracTickets
for help on using tickets.



Thanks for reporting, I'll investigate.