﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8010	Crash at JOSM start (java.lang.NoSuchMethodError: ...data.preferences.BooleanProperty.get()Z)	holgermappt	team	"I updated my SVN working copy (to 5481), built JOSM, and started it.  It reports an error during start-up.  I found three tickets with similar error message, but they all seem to be related to plugins and they are all fixed.  I can ignore the error, but JOSM is not usable because major function like data download do not work.  I updated all plugins, no change.

{{{
Build-Date: 2012-08-28 15:38:41
Revision: 5481
Is-Local-Build: true

Identification: JOSM/1.5 (5481 SVN de)
Memory Usage: 103 MB / 3640 MB (58 MB allocated, but free)
Java version: 1.6.0_24, Sun Microsystems Inc., OpenJDK 64-Bit Server VM
Operating system: Linux

Plugin: InfoMode (27981)
Plugin: PicLayer (28559)
Plugin: buildings_tools (28603)
Plugin: continuosDownload (28565)
Plugin: download_along (28412)
Plugin: editgpx (28612)
Plugin: imageryadjust (28412)
Plugin: measurement (28624)
Plugin: mirrored_download (28418)
Plugin: openstreetbugs (28608)
Plugin: photo_geotagging (28412)
Plugin: photoadjust (${version.entry.commit.revision})
Plugin: print (28412)
Plugin: restart (28438)
Plugin: reverter (28535)
Plugin: routes (28412)
Plugin: tageditor (28412)
Plugin: turnrestrictions (28412)
Plugin: utilsplugin2 (28556)

java.lang.NoSuchMethodError: org.openstreetmap.josm.data.preferences.BooleanProperty.get()Z
	at org.openstreetmap.josm.gui.MainApplication.main(MainApplication.java:404)
}}}

The above is the error report from the GUI.  This comes first on the console:

{{{
java.lang.NoSuchMethodError: org.openstreetmap.josm.data.preferences.BooleanProperty.get()Z
        at org.openstreetmap.josm.gui.MainApplication$4.run(MainApplication.java:374)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:647)
        at java.awt.EventQueue.access$000(EventQueue.java:96)
        at java.awt.EventQueue$1.run(EventQueue.java:608)
        at java.awt.EventQueue$1.run(EventQueue.java:606)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:617)
        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)
}}}"	defect	closed	major		Core	latest	duplicate		
