Modify

Opened 15 years ago

Closed 15 years ago

#4984 closed defect (fixed)

Unable to download plugin list behind a proxy

Reported by: centocolli5526@… Owned by: team
Priority: normal Milestone:
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 by stoecker, 15 years ago

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

comment:2 by stoecker, 15 years ago

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

comment:3 by stoecker, 15 years ago

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

comment:4 by stoecker, 15 years ago

Good description in #5059.

comment:5 by stoecker, 15 years ago

I believe my latest plugin changes fix this. Reopen if not.

comment:6 by stoecker, 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.