Opened 3 years ago
Closed 3 years ago
#4984 closed defect (fixed)
Unable to download plugin list behind a proxy
| Reported by: | centocolli5526 | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | tested | Keywords: | plugin, proxy |
| Cc: |
Description
Whenever I try to download the plugin list (behind a corporate proxy properly configured) I get the following exception:
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.ReadLocalPluginInformationTask.realRun(ReadLocalPluginInformationTask.java:188)
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)
I got the same exception every time I start JOSM, too..
Attachments (0)
Change History (6)
comment:1 Changed 3 years ago by stoecker
comment:2 Changed 3 years ago by stoecker
Ticket #5057 has been marked as a duplicate of this ticket.
comment:3 Changed 3 years ago by stoecker
Ticket #5059 has been marked as a duplicate of this ticket.
comment:4 Changed 3 years ago by stoecker
Good description in #5059.
comment:5 Changed 3 years ago by stoecker
I believe my latest plugin changes fix this. Reopen if not.
comment:6 Changed 3 years ago by stoecker
- Resolution set to fixed
- Status changed from new to closed



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