Opened 4 years ago
Closed 4 years ago
#3395 closed defect (fixed)
remotecontrol error using remotecontrol-link
| Reported by: | malenki | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Plugin |
| Version: | Keywords: | ||
| Cc: |
Description (last modified by Gubaer)
Path: trunk
URL: http://josm.openstreetmap.de/svn/trunk
Repository Root: http://josm.openstreetmap.de/svn
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Revision: 2052
Node Kind: directory
Last Changed Author: stoecker
Last Changed Rev: 2052
Last Changed Date: 2009-09-04 17:30:13 +0200 (Fri, 04 Sep 2009)
Memory Usage: 42 MB / 1972 MB (21 MB allocated, but free)
Java version: 1.6.0_16
Plugins: AgPifoJDirectUploadPicLayerlakewalkermeasurementmultipolyremotecontroltagging-preset-testerusertoolsutilspluginwmsplugin
Plugin AgPifoJ Version: 17363
Plugin DirectUpload Version: 17401
Plugin PicLayer Version: 17327
Plugin lakewalker Version: 17375
Plugin measurement Version: 17377
Plugin multipoly Version: 16609
Plugin remotecontrol Version: 16965
Plugin tagging-preset-tester Version: 14015
Plugin usertools Version: 17359
Plugin utilsplugin Version: 17437
Plugin wmsplugin Version: 17407
java.lang.NoSuchMethodError: org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor: method <init>()V not found
at org.openstreetmap.josm.plugins.remotecontrol.RequestProcessor.run(RequestProcessor.java:166)
Attachments (0)
Change History (5)
comment:1 Changed 4 years ago by Gubaer
- Description modified (diff)
- Resolution set to fixed
- Status changed from new to closed
comment:2 follow-up: ↓ 3 Changed 4 years ago by malenki
- Resolution fixed deleted
- Status changed from closed to reopened
Now it seems to doesn't work anymore. I tried it with
http://betaplace.emaitie.de/webapps.relation-analyzer/analyze.jsp?relationId=158360
comment:3 in reply to: ↑ 2 Changed 4 years ago by anonymous
Replying to malenki:
Now it seems to doesn't work anymore. I tried it with
http://betaplace.emaitie.de/webapps.relation-analyzer/analyze.jsp?relationId=158360
It works for me. But one out of 6 remote downloades causes this problem:
RemoteControl received: GET /load_and_zoom?left=15.2987934&right=15.3187934&top=
48.4879145&bottom=48.4679145&select=way32809286,way27041942 HTTP/1.1
GET http://www.openstreetmap.org/api/0.6/map?bbox=15.2987934,48.4679145,15.31879
34,48.4879145
java.util.ConcurrentModificationException
at java.util.LinkedList$ListItr.checkForComodification(Unknown Source)
at java.util.LinkedList$ListItr.next(Unknown Source)
at org.openstreetmap.josm.data.osm.DataSet.fireSelectionChanged(DataSet.
java:244)
at org.openstreetmap.josm.data.osm.DataSet.setSelected(DataSet.java:193)
at org.openstreetmap.josm.plugins.remotecontrol.RequestProcessor$1.run(R
equestProcessor.java:200)
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)
comment:4 Changed 4 years ago by malenki
After my last try another update of the plugin was provided, now it works for me, too.
comment:5 Changed 4 years ago by Gubaer
- Resolution set to fixed
- Status changed from reopened to closed
Ok, closing then.



fixed in r2057