Modify

Opened 14 years ago

Closed 14 years ago

#5491 closed defect (fixed)

open plugin list - more

Reported by: Luebeck Owned by: team
Priority: major Milestone:
Component: Core Version:
Keywords: Cc:

Description

hi !

this problem is even in the tested-version and when i start josm i get the message that the pluginlist (web) could not be read.

Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2010-09-20 01:31:19
Last Changed Author: bastiK
Revision: 3552
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2010-09-20 00:17:35 +0200 (Mon, 20 Sep 2010)
Last Changed Rev: 3552

Identification: JOSM/1.5 (3552 de)
Memory Usage: 33 MB / 247 MB (12 MB allocated, but free)
Java version: 1.6.0_21, Sun Microsystems Inc., Java HotSpot(TM) Client VM
Operating system: Windows 7

Plugin: AddrInterpolation
Plugin: OpeningHoursEditor
Plugin: PicLayer
Plugin: RoadSigns
Plugin: buildings_tools
Plugin: livegps
Plugin: openstreetbugs
Plugin: public_transport
Plugin: remotecontrol
Plugin: surveyor
Plugin: touchscreenhelper
Plugin: turnrestrictions
Plugin: undelete
Plugin: walkingpapers
Plugin: wayselector
Plugin: wmsplugin

java.lang.NullPointerException

at org.openstreetmap.josm.plugins.PluginInformation.scanManifest(PluginInformation.java:223)
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(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Attachments (0)

Change History (2)

comment:1 by bastiK, 14 years ago

Priority: blockermajor

This is because of a broken plugins cache file: Redownload the list of plugins or delete the file plugins/site-josm.openstreetmap.de-_plugin.txt in your JOSM preferences folder.

I agree it shouldn't be like this: It should catch all exceptions that come from bad input data and offer to ignore / redownload / delete the cache. After all this cache file is not needed for normal operation as the information is also read directly from the plugin files.

comment:2 by stoecker, 14 years ago

Resolution: fixed
Status: newclosed

Fixed in r3553.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
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.