Modify ↓
#11438 closed defect (othersoftware)
Conflicting plugins "CADtools" and "turnrestrictions"
| Reported by: | Andre68 | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin turnrestrictions | Version: | latest |
| Keywords: | template_report | Cc: |
Description
I always have been using the plugin "turnrestrictions".
Today I tried to activate the plugin "CADTools" and got the error message below.
What steps will reproduce the problem?
- Activate Plugin "CADtools"
- Restart JOSM
- Download any data
What is the expected result?
everthing works fine :-)
What happens instead?
the error message below appears.
Please provide any additional information below. Attach a screenshot if possible.
Build-Date: 2015-05-16 12:41:49 Revision: 8362 Is-Local-Build: true Identification: JOSM/1.5 (8362 SVN de) Linux Ubuntu 15.04 Memory Usage: 301 MB / 2731 MB (87 MB allocated, but free) Java version: 1.7.0_79, Oracle Corporation, OpenJDK 64-Bit Server VM Java package: openjdk-7-jre:amd64-7u79-2.5.5-0ubuntu1 VM arguments: [-javaagent:/usr/share/java/jayatanaag.jar] Dataset consistency test: No problems found Plugins: - CADTools (1003) - FixAddresses (30892) - HouseNumberTaggingTool (30892) - OpeningHoursEditor (30962) - RoadSigns (30977) - SeaMapEditor (30972) - SimplifyArea (30962) - alignways (30892) - buildings_tools (31120) - download_along (30892) - editgpx (30892) - imagery_offset_db (31056) - lakewalker (30892) - log4j (30892) - mapdust (30892) - measurement (30892) - merge-overlap (30988) - mirrored_download (30962) - pbf (31010) - photo_geotagging (30967) - poly (31056) - print (30892) - public_transport (31114) - reverter (31120) - routing (30892) - tageditor (30892) - terracer (30892) - turnlanes (30892) - turnrestrictions (31034) - undelete (30892) - waydownloader (30892) - wikipedia (31114) Last errors/warnings: - E: org.openstreetmap.josm.plugins.PluginException: Ein Fehler ist in dem Plugin turnrestrictions aufgetreten.. Ursache: java.lang.reflect.InvocationTargetException. Ursache: java.lang.NoClassDefFoundError: org/openstreetmap/josm/gui/JMultilineLabel. Ursache: java.lang.ClassNotFoundException: org.openstreetmap.josm.gui.JMultilineLabel org.openstreetmap.josm.plugins.PluginException: Ein Fehler ist in dem Plugin turnrestrictions aufgetreten. at org.openstreetmap.josm.plugins.PluginProxy.mapFrameInitialized(PluginProxy.java:34) at org.openstreetmap.josm.Main.setMapFrame(Main.java:507) at org.openstreetmap.josm.Main.createMapFrame(Main.java:760) at org.openstreetmap.josm.Main.addLayer(Main.java:747) at org.openstreetmap.josm.Main.addLayer(Main.java:732) at org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask$AbstractInternalTask.addNewLayerIfRequired(DownloadOsmTask.java:277) at org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask$AbstractInternalTask.loadData(DownloadOsmTask.java:284) at org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask$DownloadTask.finish(DownloadOsmTask.java:346) at org.openstreetmap.josm.gui.PleaseWaitRunnable$1.run(PleaseWaitRunnable.java:101) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:302) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:745) at java.awt.EventQueue.access$300(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:706) at java.awt.EventQueue$3.run(EventQueue.java:704) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:715) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:154) 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:1082) at java.awt.Component.show(Component.java:1655) at java.awt.Component.setVisible(Component.java:1607) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1005) at org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor$4.run(PleaseWaitProgressMonitor.java:172) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:745) at java.awt.EventQueue.access$300(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:706) at java.awt.EventQueue$3.run(EventQueue.java:704) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:715) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) at java.awt.EventDispatchThread.run(EventDispatchThread.java:91) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.openstreetmap.josm.plugins.PluginProxy.mapFrameInitialized(PluginProxy.java:30) ... 43 more Caused by: java.lang.NoClassDefFoundError: org/openstreetmap/josm/gui/JMultilineLabel at org.openstreetmap.josm.plugins.turnrestrictions.list.TurnRestrictionsInDatasetView.build(TurnRestrictionsInDatasetView.java:27) at org.openstreetmap.josm.plugins.turnrestrictions.list.TurnRestrictionsInDatasetView.<init>(TurnRestrictionsInDatasetView.java:47) at org.openstreetmap.josm.plugins.turnrestrictions.list.TurnRestrictionsListDialog.build(TurnRestrictionsListDialog.java:124) at org.openstreetmap.josm.plugins.turnrestrictions.list.TurnRestrictionsListDialog.<init>(TurnRestrictionsListDialog.java:152) at org.openstreetmap.josm.plugins.turnrestrictions.TurnRestrictionsPlugin.mapFrameInitialized(TurnRestrictionsPlugin.java:26) ... 48 more Caused by: java.lang.ClassNotFoundException: org.openstreetmap.josm.gui.JMultilineLabel ...<snip>...
Attachments (0)
Note:
See TracTickets
for help on using tickets.



See https://github.com/ROTARIUANAMARIA/CADTools/issues/1
Please uninstall CADTools plugin until the author cares about updating his plugin.