Modify

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#2267 closed defect (worksforme)

java.lang.NoSuchFieldError: worker

Reported by: kaerast@… Owned by: team
Priority: major Milestone:
Component: Core Version:
Keywords: Cc:

Description (last modified by stoecker)

Steps to reproduce:

# svn update to 1469
# download an area
# make some changes
# upload changes

I've removed preferences, and indeed the whole of ~/.josm with no difference made.

Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.0
Created-By: 1.6.0_0-b11 (Sun Microsystems Inc.)
Main-class: JOSM
Main-Version: 1469 SVN
Main-Date: 2009-03-07T15:52:00.742519Z

Java version: 1.6.0_0

java.lang.NoSuchFieldError: worker
	at org.openstreetmap.josm.actions.UploadAction.actionPerformed(UploadAction.java:165)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2012)
	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2335)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:404)
	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:253)
	at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
	at java.awt.Component.processMouseEvent(Component.java:6106)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3276)
	at java.awt.Component.processEvent(Component.java:5871)
	at java.awt.Container.processEvent(Container.java:2105)
	at java.awt.Component.dispatchEventImpl(Component.java:4467)
	at java.awt.Container.dispatchEventImpl(Container.java:2163)
	at java.awt.Component.dispatchEvent(Component.java:4293)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4461)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4125)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4055)
	at java.awt.Container.dispatchEventImpl(Container.java:2149)
	at java.awt.Window.dispatchEventImpl(Window.java:2478)
	at java.awt.Component.dispatchEvent(Component.java:4293)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:604)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)

I'm also getting a similar editor when trying to use the remote control plugin:

Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.0
Created-By: 1.6.0_0-b11 (Sun Microsystems Inc.)
Main-class: JOSM
Main-Version: 1469 SVN
Main-Date: 2009-03-07T15:52:00.742519Z

Java version: 1.6.0_0
Plugins: remotecontrol
Plugin remotecontrol Version: 13409

java.lang.NoSuchFieldError: worker
	at org.openstreetmap.josm.plugins.remotecontrol.RequestProcessor.run(RequestProcessor.java:167)

Attachments (0)

Change History (10)

comment:1 by stoecker, 16 years ago

Description: modified (diff)
Resolution: worksforme
Status: newclosed

This looks much like a build error in your system. Do an ant clean and rebuild. Reopen if still not working.

The second one: See commit message of [1465].

comment:2 by anonymous, 16 years ago

ant clean and then rebuild fixed it thanks.

comment:3 by stoecker, 16 years ago

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

comment:4 by stoecker, 16 years ago

All plugins have been rebuild. So reloading should fix that issue.

comment:5 by stoecker, 16 years ago

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

comment:6 by stoecker, 16 years ago

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

comment:7 by anonymous, 16 years ago

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

comment:8 by stoecker, 16 years ago

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

comment:9 by stoecker, 16 years ago

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

comment:10 by stoecker, 16 years ago

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

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.