Modify

Opened 12 years ago

Closed 12 years ago

#8576 closed defect (fixed)

Plugin not up to date with JOSM core

Reported by: mcheck Owned by: team
Priority: normal Milestone:
Component: Plugin osmarender Version:
Keywords: Cc:

Description (last modified by Don-vip)

Last Changed Date: 2013-04-05 01:24:03 +0200 (Fri, 05 Apr 2013)
Last Changed Rev: 5827
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2013-04-05 01:35:11
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Author: Don-vip
Revision: 5827

Identification: JOSM/1.5 (5827 it) Linux
Memory Usage: 198 MB / 931 MB (68 MB allocated, but free)
Java version: 1.8.0-ea, Oracle Corporation, Java HotSpot(TM) Server VM
Operating system: Linux

Plugin: AddrInterpolation (29210)
Plugin: FastDraw (29457)
Plugin: FixAddresses (29210)
Plugin: HouseNumberTaggingTool (29475)
Plugin: ImportImagePlugin (29210)
Plugin: OpeningHoursEditor (29210)
Plugin: PicLayer (29210)
Plugin: RoadSigns (29417)
Plugin: SimplifyArea (29210)
Plugin: buildings_tools (29210)
Plugin: continuosDownload (28565)
Plugin: contourmerge (1003)
Plugin: dataimport (29222)
Plugin: download_along (29210)
Plugin: ext_tools (29210)
Plugin: geotools (29319)
Plugin: graphview (29210)
Plugin: imageryadjust (29261)
Plugin: importvec (29210)
Plugin: irsrectify (29210)
Plugin: jts (29319)
Plugin: lakewalker (29210)
Plugin: log4j (29000)
Plugin: mirrored_download (29210)
Plugin: multipoly-convert (29210)
Plugin: namemanager (29210)
Plugin: opendata (29301)
Plugin: openstreetbugs (29373)
Plugin: osmarender (29210)
Plugin: pbf (29210)
Plugin: pdfimport (29210)
Plugin: photo_geotagging (29210)
Plugin: plastic_laf (26605)
Plugin: print (29210)
Plugin: proj4j (29332)
Plugin: reltoolbox (29459)
Plugin: reverter (29359)
Plugin: scripting (30300)
Plugin: tag2link (29461)
Plugin: tageditor (29210)
Plugin: tagging-preset-tester (29210)
Plugin: terracer (29210)
Plugin: utilsplugin2 (29392)
Plugin: walkingpapers (29210)
Plugin: waypoint_search (29210)
Plugin: wikipedia (29330)
Plugin: wms-turbo-challenge2 (29210)

java.lang.NoSuchFieldError: mapcontent
	at org.openstreetmap.josm.plugins.osmarender.OsmarenderPlugin$OsmarenderPreferenceSetting.addGui(OsmarenderPlugin.java:163)
	at org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane.stateChanged(PreferenceTabbedPane.java:481)
	at javax.swing.DefaultSingleSelectionModel.fireStateChanged(DefaultSingleSelectionModel.java:132)
	at javax.swing.DefaultSingleSelectionModel.setSelectedIndex(DefaultSingleSelectionModel.java:67)
	at javax.swing.JTabbedPane.setSelectedIndexImpl(JTabbedPane.java:616)
	at javax.swing.JTabbedPane.setSelectedIndex(JTabbedPane.java:591)
	at javax.swing.plaf.basic.BasicTabbedPaneUI$Handler.mousePressed(BasicTabbedPaneUI.java:3644)
	at javax.swing.plaf.synth.SynthTabbedPaneUI$1.mousePressed(SynthTabbedPaneUI.java:314)
	at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279)
	at java.awt.Component.processMouseEvent(Component.java:6510)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3322)
	at java.awt.Component.processEvent(Component.java:6278)
	at java.awt.Container.processEvent(Container.java:2229)
	at java.awt.Component.dispatchEventImpl(Component.java:4869)
	at java.awt.Container.dispatchEventImpl(Container.java:2287)
	at java.awt.Component.dispatchEvent(Component.java:4691)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4856)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4513)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4446)
	at java.awt.Container.dispatchEventImpl(Container.java:2273)
	at java.awt.Window.dispatchEventImpl(Window.java:2721)
	at java.awt.Component.dispatchEvent(Component.java:4691)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:722)
	at java.awt.EventQueue.access$200(EventQueue.java:103)
	at java.awt.EventQueue$3.run(EventQueue.java:681)
	at java.awt.EventQueue$3.run(EventQueue.java:679)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:86)
	at java.awt.EventQueue$4.run(EventQueue.java:695)
	at java.awt.EventQueue$4.run(EventQueue.java:693)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:692)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:216)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:135)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:127)
	at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182)
	at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219)
	at java.awt.Dialog.show(Dialog.java:1077)
	at java.awt.Component.show(Component.java:1656)
	at java.awt.Component.setVisible(Component.java:1608)
	at java.awt.Window.setVisible(Window.java:1014)
	at java.awt.Dialog.setVisible(Dialog.java:1003)
	at org.openstreetmap.josm.gui.preferences.PreferenceDialog.setVisible(PreferenceDialog.java:126)
	at org.openstreetmap.josm.actions.PreferencesAction.run(PreferencesAction.java:38)
	at org.openstreetmap.josm.actions.PreferencesAction.actionPerformed(PreferencesAction.java:34)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2346)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
	at javax.swing.AbstractButton.doClick(AbstractButton.java:376)
	at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:833)
	at javax.swing.plaf.basic.BasicMenuItemUI$Handler.menuDragMouseReleased(BasicMenuItemUI.java:943)
	at javax.swing.JMenuItem.fireMenuDragMouseReleased(JMenuItem.java:586)
	at javax.swing.JMenuItem.processMenuDragMouseEvent(JMenuItem.java:483)
	at javax.swing.JMenuItem.processMouseEvent(JMenuItem.java:429)
	at javax.swing.MenuSelectionManager.processMouseEvent(MenuSelectionManager.java:322)
	at javax.swing.plaf.basic.BasicPopupMenuUI$MouseGrabber.eventDispatched(BasicPopupMenuUI.java:870)
	at java.awt.Toolkit$SelectiveAWTEventListener.eventDispatched(Toolkit.java:2435)
	at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2327)
	at java.awt.Toolkit.notifyAWTEventListeners(Toolkit.java:2285)
	at java.awt.Component.dispatchEventImpl(Component.java:4765)
	at java.awt.Container.dispatchEventImpl(Container.java:2287)
	at java.awt.Component.dispatchEvent(Component.java:4691)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4856)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4516)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4446)
	at java.awt.Container.dispatchEventImpl(Container.java:2273)
	at java.awt.Window.dispatchEventImpl(Window.java:2721)
	at java.awt.Component.dispatchEvent(Component.java:4691)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:722)
	at java.awt.EventQueue.access$200(EventQueue.java:103)
	at java.awt.EventQueue$3.run(EventQueue.java:681)
	at java.awt.EventQueue$3.run(EventQueue.java:679)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:86)
	at java.awt.EventQueue$4.run(EventQueue.java:695)
	at java.awt.EventQueue$4.run(EventQueue.java:693)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:692)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:216)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:135)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:123)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:119)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:111)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:97)

Attachments (0)

Change History (2)

comment:1 by Don-vip, 12 years ago

Component: CorePlugin osmarender
Description: modified (diff)
Reporter: changed from anonymous to mcheck
Summary: this disabling extensionPlugin not up to date with JOSM core

comment:2 by stoecker, 12 years ago

Resolution: fixed
Status: newclosed

Fixed already in [osm29351]. Updated the jar file now. Please update to [osm29435].

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.