Modify

Opened 16 years ago

Closed 16 years ago

#2380 closed defect (fixed)

Unexpected Exception

Reported by: RussNelson Owned by: RussNelson
Priority: major Milestone:
Component: Core Version:
Keywords: Cc: Gubaer

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)

carthage3-31.osm.gz (196.0 KB ) - added by RussNelson 16 years ago.
.osm file with edits I would like to upload.

Download all attachments as: .zip

Change History (4)

by RussNelson, 16 years ago

Attachment: carthage3-31.osm.gz added

.osm file with edits I would like to upload.

comment:1 by Gubaer, 16 years ago

Cc: Gubaer added
Owner: changed from team to RussNelson
Status: newneedinfo

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 by Gubaer, 16 years ago

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

comment:3 by Gubaer, 16 years ago

Resolution: fixed
Status: needinfoclosed

No feedback, but most likely fixed by updating JOSM and plugin. Closing.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain RussNelson.
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.