Modify ↓
Opened 14 years ago
Closed 14 years ago
#5485 closed defect (fixed)
nullpointer exception when downloading plugin list
Reported by: | sanderd17 | Owned by: | team |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | Plugin | Version: | |
Keywords: | nullpointer, plugin | Cc: |
Description
Maybe a double post. Quite agressive error.
What steps will reproduce the problem?
- open the preferences window in JOSM
- go to plugins and refresh the list
- Instead of refreshing, the list gets empty and you get the attached error.
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2010-09-06 01:31:24 Last Changed Author: stoecker Revision: 3514 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2010-09-05 23:03:46 +0200 (Sun, 05 Sep 2010) Last Changed Rev: 3514 Identification: JOSM/1.5 (3514 nl) Memory Usage: 133 MB / 672 MB (67 MB allocated, but free) Java version: 1.6.0_18, Sun Microsystems Inc., OpenJDK 64-Bit Server VM Operating system: Linux Plugin: PicLayer Plugin: routes Plugin: turnrestrictions Plugin: validator Plugin: walkingpapers java.lang.NullPointerException at org.openstreetmap.josm.plugins.PluginInformation.scanManifest(PluginInformation.java:215) at org.openstreetmap.josm.plugins.PluginInformation.<init>(PluginInformation.java:117) at org.openstreetmap.josm.plugins.PluginListParser.createInfo(PluginListParser.java:36) at org.openstreetmap.josm.plugins.PluginListParser.parse(PluginListParser.java:87) at org.openstreetmap.josm.plugins.ReadLocalPluginInformationTask.processLocalPluginInformationFile(ReadLocalPluginInformationTask.java:171) at org.openstreetmap.josm.plugins.ReadLocalPluginInformationTask.scanSiteCacheFiles(ReadLocalPluginInformationTask.java:90) at org.openstreetmap.josm.plugins.ReadLocalPluginInformationTask.scanLocalPluginRepository(ReadLocalPluginInformationTask.java:158) at org.openstreetmap.josm.plugins.ReadLocalPluginInformationTask.realRun(ReadLocalPluginInformationTask.java:217) at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:83) at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:129) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:636)
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Ticket #5486 has been marked as a duplicate of this ticket.