Modify

Opened 4 years ago

Closed 4 years ago

#19899 closed defect (duplicate)

NPE in TrafficSignFilter.getIcons

Reported by: anonymous Owned by: taylor.smock
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: 2020-10-03 13:42:38 +0200 (Sat, 03 Oct 2020)
Build-Date:2020-10-04 01:30:47
Revision:17084
Relative:URL: ^/trunk

Identification: JOSM/1.5 (17084 en) Windows 10 64-Bit
OS Build number: Windows 10 Enterprise 2004 (19041)
Memory Usage: 247 MB / 989 MB (99 MB allocated, but free)
Java version: 1.8.0_131-b11, Oracle Corporation, Java HotSpot(TM) Client VM
Look and Feel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
Screen: \Display0 1440x900 (scaling 1.0x1.0)
Maximum Screen Size: 1440x900
Best cursor sizes: 16x16 -> 32x32, 32x32 -> 32x32
Dataset consistency test: No problems found

Plugins:
+ Mapillary (1.5.25)
+ apache-commons (35524)
+ apache-http (35092)
+ buildings_tools (35570)
+ imagery_offset_db (35405)
+ jna (35092)
+ mapwithai (1.6.4)
+ mapwithai-dev (1.5.5-192-g9d87fe5)
+ osmai (1.0)
+ turnrestrictions (35515)
+ utilsplugin2 (35487)

Map paint styles:
+ https://josm.openstreetmap.de/josmfile?page=Styles/MapWithAI&zip=1

Last errors/warnings:
- 00042.348 W: Could not load Mapillary brand image!
- 00060.905 E: Thread main-worker-0 raised java.lang.NullPointerException
- 00060.910 E: Thread main-worker-1 raised java.lang.NullPointerException
- 00060.920 E: Handled by bug report queue: java.lang.NullPointerException
- 00060.981 E: Handled by bug report queue: java.lang.NullPointerException
- 00064.374 W: Warning - <html>JOSM could not find information about the following plugins:<ul><li>imagery_offset_db</li><li>mapwithai-dev</li><li>osmai</li><li>utilsplugin2</li><li>apache-commons</li><li>mapwithai</li><li>Mapillary</li><li>buildings_tools</li><li>turnrestrictions</li><li>jna</li><li>apache-http</li></ul>The plugins are not going to be loaded.</html>


=== REPORTED CRASH DATA ===
BugReportExceptionHandler#handleException:
No data collected.

Warning issued by: BugReportExceptionHandler#handleException

=== STACK TRACE ===
Thread: main-worker-1 (91)
java.lang.NullPointerException
	at java.io.FilterInputStream.read(Unknown Source)
	at sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
	at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
	at sun.nio.cs.StreamDecoder.read(Unknown Source)
	at java.io.InputStreamReader.read(Unknown Source)
	at java.io.BufferedReader.fill(Unknown Source)
	at java.io.BufferedReader.readLine(Unknown Source)
	at java.io.BufferedReader.readLine(Unknown Source)
	at org.apache.commons.io.IOUtils.readLines(IOUtils.java:1459)
	at org.apache.commons.io.IOUtils.readLines(IOUtils.java:1416)
	at org.apache.commons.io.IOUtils.readLines(IOUtils.java:1440)
	at org.openstreetmap.josm.plugins.mapillary.gui.dialog.TrafficSignFilter.getIcons(TrafficSignFilter.java:280)
	at org.openstreetmap.josm.plugins.mapillary.gui.dialog.TrafficSignFilter.lambda$getIcons$23(TrafficSignFilter.java:275)
	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 (3)

comment:1 by skyper, 4 years ago

Component: CorePlugin mapillary
Owner: changed from team to taylor.smock

comment:2 by simon04, 4 years ago

Summary: bugNPE in TrafficSignFilter.getIcons

comment:3 by taylor.smock, 4 years ago

Resolution: duplicate
Status: newclosed

Closed as duplicate of #19757.
Fixed in v1.5.26. Which I forgot to release. Its been released now.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain taylor.smock.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.