Modify ↓
#4551 closed defect (fixed)
r3007 causes an NPE on startup
| Reported by: | Daeron | Owned by: | team |
|---|---|---|---|
| Priority: | blocker | Component: | Core |
| Version: | Keywords: | ||
| Cc: | osm@… |
Description
JOSM is unusable after r3007 as it causes an NPE on startup: (with clean config)
Build-Date: 2010-02-17 23:41:48 Revision: 3007 Is-Local-Build: true Memory Usage: 23 MB / 910 MB (7 MB allocated, but free) Java version: 1.6.0_17, Sun Microsystems Inc., Java HotSpot(TM) 64-Bit Server VM Operating system: Linux java.lang.NullPointerException at org.openstreetmap.josm.io.MirroredInputStream.getZipEntry(MirroredInputStream.java:102) at org.openstreetmap.josm.gui.tagging.TaggingPreset.readFromPreferences(TaggingPreset.java:648) at org.openstreetmap.josm.gui.preferences.TaggingPresetPreference.initialize(TaggingPresetPreference.java:84) at org.openstreetmap.josm.Main.<init>(Main.java:214) at org.openstreetmap.josm.gui.MainApplication.<init>(MainApplication.java:49) at org.openstreetmap.josm.gui.MainApplication.main(MainApplication.java:193)
Attachments (0)
Change History (4)
comment:1 Changed 3 years ago by malenki
comment:2 Changed 3 years ago by malenki
- Cc osm@… added
comment:3 Changed 3 years ago by jttt
- Resolution set to fixed
- Status changed from new to closed
comment:4 Changed 3 years ago by anonymous
Ticket #4555 has been marked as a duplicate of this ticket.
Note: See
TracTickets for help on using
tickets.



r3009 also.
The strange thing is that after clicking away the error message, the window "Main window is being generated" remains. Clicking at it causes it to disappear but Josm still runs.