#5478 closed defect (fixed)
Plugin-Load-Crash
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
JOSM lädt keine Plugins mehr. Es läuft überhaupt nicht mehr...
Gehe ich in die Einstellungen kommt folgender Fehler:
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: 54 MB / 989 MB (22 MB allocated, but free)
Java version: 1.6.0_21, Sun Microsystems Inc., Java HotSpot(TM) Client VM
Operating system: Windows 7
Plugin: DirectUpload
Plugin: RoadSigns
Plugin: buildings_tools
Plugin: editgpx
Plugin: graphview
Plugin: measurement
Plugin: multipoly
Plugin: openstreetbugs
Plugin: openvisible
Plugin: remotecontrol
Plugin: routing
Plugin: slippymap
Plugin: turnrestrictions
Plugin: validator
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 (1)
Change History (7)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
In addition to the above: Rename site-josm.openstreetmap.de-_plugin.txt
in your plugins folder. Please attach the broken file, if it helps.
comment:4 by , 15 years ago
It seems that xxx site-josm.openstreetmap.de-_plugin.txt was the problem.
by , 15 years ago
Attachment: | xxx site-josm.openstreetmap.de-_plugin.txt added |
---|
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
it hangs on scanManifest - maybe you have a corrupt jar or an incompatible plugin..
1) try location your JOSM/plugins directory (under windows this is AppData/JOSM/plugins, linux should be ~/.josm/plugins - but i could be mistaken, if so locate it yourself)
2) temporarily move the plugins to a different folder yourself
3) see if it works again
4) move plugin back in one by one and see which one is responsible (maybe you already find a zero byte jar or something - then just delete that and see if it works
A) if all fails, delete your josm prefs, try latest josm build, goto preferences and activate your set of plugins again (of course this is only an option if you didn't customize your preferences all too much)
greetings