#5057 closed defect (duplicate)
JOSM crash during opening plugin-dialog in settings
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
What steps will reproduce the problem?
- delete all files in C:\Dokumente und Einstellungen\Jürgen\Anwendungsdaten\JOSM\plugins
- open JOSM, open plug-in dialog in settings, load list -> JOSM crash
- site-josm.openstreetmap.de-_wiki_Plugins.txt is stored in directory above (looks like very well)
works fine on a other PC with other Account;
the same error with different versions in the last few days
Perhaps there is a problem while parsing the list with the "ü" in the directory path
When starting the JOSM again the following error appear:
java.lang.ArrayIndexOutOfBoundsException: 1
at org.openstreetmap.josm.plugins.PluginListParser.parse(PluginListParse
r.java:99)
at org.openstreetmap.josm.plugins.ReadRemotePluginInformationTask.parseP
luginListDocument(ReadRemotePluginInformationTask.java:232)
at org.openstreetmap.josm.plugins.ReadRemotePluginInformationTask.realRu
n(ReadRemotePluginInformationTask.java:255)
at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRun
nable.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)
Please provide any additional information below. Attach a screenshot if
possible.
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2010-05-18 01:31:23 Last Changed Author: bastiK Revision: 3261 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2010-05-17 18:13:34 +0200 (Mon, 17 May 2010) Last Changed Rev: 3261 Memory Usage: 79 MB / 494 MB (13 MB allocated, but free) Java version: 1.6.0_20, Sun Microsystems Inc., Java HotSpot(TM) Client VM Operating system: Windows XP Dataset consistency test: No problems found java.lang.ArrayIndexOutOfBoundsException: 1 at org.openstreetmap.josm.plugins.PluginListParser.parse(PluginListParser.java:99) at org.openstreetmap.josm.plugins.ReadLocalPluginInformationTask.processLocalPluginInformationFile(ReadLocalPluginInformationTask.java:142) at org.openstreetmap.josm.plugins.ReadLocalPluginInformationTask.scanSiteCacheFiles(ReadLocalPluginInformationTask.java:86) at org.openstreetmap.josm.plugins.ReadLocalPluginInformationTask.scanLocalPluginRepository(ReadLocalPluginInformationTask.java:130) at org.openstreetmap.josm.plugins.ReadLocalPluginInform
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Closed as duplicate of #4984.