Opened 4 years ago
Closed 4 years ago
#2380 closed defect (fixed)
Unexpected Exception
| Reported by: | RussNelson | Owned by: | RussNelson |
|---|---|---|---|
| Priority: | major | Component: | Core |
| Version: | Keywords: | ||
| Cc: | karl.guggisberg@… |
Description
When I attempt to upload the enclosed .osm file, I get an unexpected exception.
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.0
Created-By: 10.0-b23 (Sun Microsystems Inc.)
Main-class: JOSM
Main-Version: 1521 SVN
Main-Date: 2009-03-31T15:26:55.920693ZJava version: 1.6.0_07
Plugins: wmsplugin
Plugin wmsplugin Version: 14120
java.lang.NoSuchFieldError: worker
at org.openstreetmap.josm.actions.UploadAction.actionPerformed(UploadAction.java:165)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
at java.awt.Component.processMouseEvent(Component.java:6041)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
at java.awt.Component.processEvent(Component.java:5806)
at java.awt.Container.processEvent(Container.java:2058)
at java.awt.Component.dispatchEventImpl(Component.java:4413)
at java.awt.Container.dispatchEventImpl(Container.java:2116)
at java.awt.Component.dispatchEvent(Component.java:4243)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
at java.awt.Container.dispatchEventImpl(Container.java:2102)
at java.awt.Window.dispatchEventImpl(Window.java:2440)
at java.awt.Component.dispatchEvent(Component.java:4243)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
Attachments (1)
Change History (4)
Changed 4 years ago by RussNelson
comment:1 Changed 4 years ago by Gubaer
- Cc karl.guggisberg@… added
- Owner changed from team to RussNelson
- Status changed from new to needinfo
Type of variable Main.worker has changed from Executor to ExecutorService in r1465. This error can occur if your version of wmsplugin was built against an older version of JOSM.
Please download the latest stable JOSM and upgrade to the lastest wmsplugin release.
Does this fix the problem?
comment:2 Changed 4 years ago by Gubaer
Ticket #2556 has been marked as a duplicate of this ticket.
comment:3 Changed 4 years ago by Gubaer
- Resolution set to fixed
- Status changed from needinfo to closed
No feedback, but most likely fixed by updating JOSM and plugin. Closing.



.osm file with edits I would like to upload.