Modify ↓
Opened 15 years ago
Closed 15 years ago
#5296 closed defect (fixed)
plugin load crash at startup
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
Just launch java -Xms64m -Xmx1536m -jar josm-latest.jar and you can see this stack trace in console.
What is the expected result?
Plugins are available.
What happens instead?
All plugins was disabled ;-(
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2010-08-04 01:31:57 Last Changed Author: bastiK Revision: 3413 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2010-08-04 00:10:31 +0200 (Wed, 04 Aug 2010) Last Changed Rev: 3413 Identification: JOSM/1.5 (3413 fr) Memory Usage: 191 MB / 1365 MB (119 MB allocated, but free) Java version: 1.6.0_20, Sun Microsystems Inc., Java HotSpot(TM) Server VM Operating system: Linux Plugin: DirectUpload Plugin: cadastre-fr Plugin: wmsplugin 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:441) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619)
Attachments (0)
Change History (4)
comment:1 by , 15 years ago
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The same over here, latest and tested are both affected. New config-dir etc. won't help either.