Modify ↓
Opened 3 years ago
Closed 3 years ago
#21569 closed defect (duplicate)
AIOOBE at org.openstreetmap.josm.plugins.PluginListParser.parse
Reported by: | grabra | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | tested |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
- perh
What is the expected result?
What happens instead?
Please provide any additional information below. Attach a screenshot if possible.
URL:https://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2021-11-01 23:05:46 +0100 (Mon, 01 Nov 2021) Build-Date:2021-11-01 22:25:18 Revision:18303 Relative:URL: ^/trunk Identification: JOSM/1.5 (18303 en_AU) Windows 10 64-Bit OS Build number: Windows 10 Home 2009 (19043) Memory Usage: 213 MB / 1797 MB (108 MB allocated, but free) Java version: 1.8.0_291-b10, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM Look and Feel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel Screen: \Display0 1366×768 (scaling 1.00×1.00) Maximum Screen Size: 1366×768 Best cursor sizes: 16×16→32×32, 32×32→32×32 System property file.encoding: Cp1252 System property sun.jnu.encoding: Cp1252 Locale info: en_AU Numbers with default locale: 1234567890 -> 1234567890 Plugins: + imagery_offset_db + turnrestrictions Last errors/warnings: - 00018.386 E: Handled by bug report queue: java.lang.ArrayIndexOutOfBoundsException: 1 - 00019.105 W: Warning - <html>JOSM could not find information about the following plug-ins:<ul><li>imagery_offset_db</li><li>turnrestrictions</li></ul>The plug-ins are not going to be loaded.</html> === REPORTED CRASH DATA === BugReportExceptionHandler#handleException: No data collected. Warning issued by: BugReportExceptionHandler#handleException === STACK TRACE === Thread: AWT-EventQueue-0 (19) of main java.lang.ArrayIndexOutOfBoundsException: 1 at org.openstreetmap.josm.plugins.PluginListParser.parse(PluginListParser.java:68) at org.openstreetmap.josm.plugins.ReadLocalPluginInformationTask.processLocalPluginInformationFile(ReadLocalPluginInformationTask.java:158) at org.openstreetmap.josm.plugins.ReadLocalPluginInformationTask.scanSiteCacheFiles(ReadLocalPluginInformationTask.java:98) at org.openstreetmap.josm.plugins.ReadLocalPluginInformationTask.scanLocalPluginRepository(ReadLocalPluginInformationTask.java:141) at org.openstreetmap.josm.plugins.ReadLocalPluginInformationTask.realRun(ReadLocalPluginInformationTask.java:198) at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:94) at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:142) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
Attachments (0)
Change History (1)
comment:1 by , 3 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Summary: | perhaps a second bug or duplication of first bug → AIOOBE at org.openstreetmap.josm.plugins.PluginListParser.parse |
Version: | → tested |
Note:
See TracTickets
for help on using tickets.
Closed as duplicate of #21519.
Yes, looks like a duplicate