Modify ↓
Opened 9 years ago
Closed 9 years ago
#14844 closed defect (duplicate)
NPE at JsonUserProfileDecoder.decodeUserProfile
| Reported by: | Owned by: | floscher | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin mapillary | Version: | |
| Keywords: | template_report json | Cc: |
Description
I'm not sure how to describe this. Was just doing standard editing, not sure what led to this bug.
URL:http://josm.openstreetmap.de/svn/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2017-05-02 23:28:33 +0200 (Tue, 02 May 2017)
Build-Date:2017-05-02 21:34:40
Revision:12039
Relative:URL: ^/trunk
Identification: JOSM/1.5 (12039 en) Linux Fedora release 23 (Twenty Three)
Memory Usage: 962 MB / 1744 MB (247 MB allocated, but free)
Java version: 1.8.0_77-b03, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM
Screen: :0.0 1600x900
Maximum Screen Size: 1600x900
VM arguments: [-Djava.security.policy=file:<java.home>/lib/security/javaws.policy, -DtrustProxy=true, -Djnlpx.home=<java.home>/bin, -Djava.security.manager, -Djnlpx.origFilenameArg=${HOME}/.java/deployment/cache/6.0/56/1ee8cfb8-22a33d13, -Djnlpx.remove=false, -Dsun.awt.warmup=true, -Djava.util.Arrays.useLegacyMergeSort=true, -Djnlpx.splashport=58859, -Djnlp.application.href=https://josm.openstreetmap.de/download/josm.jnlp, -Djnlpx.jvm=<java.home>/bin/java]
Dataset consistency test: No problems found
Plugins:
+ AddrInterpolation (33160)
+ DirectDownload (33160)
+ FixAddresses (33182)
+ HouseNumberTaggingTool (33160)
+ ImproveWay (12)
+ Mapillary (v1.5.3)
+ OpeningHoursEditor (33185)
+ RoadSigns (33204)
+ alignways (33182)
+ apache-commons (32994)
+ apache-http (32699)
+ editgpx (33004)
+ geochat (33088)
+ gson (32680)
+ mapdust (33232)
+ measurement (33088)
+ scoutsigns (101)
+ turnlanes (33294)
+ turnrestrictions (33088)
+ wikipedia (33288)
Tagging presets:
+ https://josm.openstreetmap.de/josmfile?page=Presets/Animal_facilities&zip=1
Map paint styles:
+ https://josm.openstreetmap.de/josmfile?page=Styles/TigerReviewedNo&zip=1
Last errors/warnings:
- W: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake. Cause: java.io.EOFException: SSL peer shut down incorrectly
- W: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake. Cause: java.io.EOFException: SSL peer shut down incorrectly
- W: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake. Cause: java.io.EOFException: SSL peer shut down incorrectly
- W: java.net.SocketTimeoutException: Read timed out
- W: java.net.SocketTimeoutException: Read timed out
- W: java.net.SocketTimeoutException: Read timed out
- W: java.net.SocketTimeoutException: Read timed out
- W: java.net.SocketTimeoutException: Read timed out
- W: java.net.SocketTimeoutException: Read timed out
- 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: userProfileDownload_D-BdgL-EHLpJ8yfCett07w (62256)
java.lang.NullPointerException
at javax.swing.ImageIcon.<init>(Unknown Source)
at org.openstreetmap.josm.plugins.mapillary.utils.api.JsonUserProfileDecoder.decodeUserProfile(JsonUserProfileDecoder.java:34)
at org.openstreetmap.josm.plugins.mapillary.MapillarySequence.lambda$setUser$0(MapillarySequence.java:179)
at java.lang.Thread.run(Unknown Source)
Attachments (0)
Change History (2)
comment:1 by , 9 years ago
| Component: | Core → Plugin mapillary |
|---|---|
| Keywords: | json added |
| Owner: | changed from to |
| Summary: | Mystery "crash" popup → NPE at JsonUserProfileDecoder.decodeUserProfile |
comment:2 by , 9 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Closed as duplicate of #14750.