Modify

Opened 15 years ago

Closed 15 years ago

#5296 closed defect (fixed)

plugin load crash at startup

Reported by: tom@… 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 Bernd, 15 years ago

The same over here, latest and tested are both affected. New config-dir etc. won't help either.

comment:2 by bastiK, 15 years ago

Ticket #5297 has been marked as a duplicate of this ticket.

comment:3 by bastiK, 15 years ago

It is because of a new plugin (toms). I will fix it soon.

comment:4 by bastiK, 15 years ago

Resolution: fixed
Status: newclosed

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.