Opened 17 years ago
Closed 17 years ago
#1451 closed defect (fixed)
Unhandled exception when trying to activate plugin
Reported by: | anonymous | Owned by: | framm |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
Simply tried to activate the manually downloaded unglue-plugin resulted in the fault below:
Path: trunk
URL: http://josm.openstreetmap.de/svn/trunk
Repository Root: http://josm.openstreetmap.de/svn
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Revision: 808
Node Kind: directory
Last Changed Author: stoecker
Last Changed Rev: 808
Last Changed Date: 2008-08-18 23:09:36 +0200 (Mon, 18 Aug 2008)
org.openstreetmap.josm.plugins.PluginException: An error occoured in plugin unglueplugin
at org.openstreetmap.josm.plugins.PluginInformation.<init>(PluginInformation.java:115)
at org.openstreetmap.josm.plugins.PluginInformation.<init>(PluginInformation.java:57)
at org.openstreetmap.josm.plugins.PluginInformation.findPlugin(PluginInformation.java:200)
at org.openstreetmap.josm.gui.preferences.PluginPreference.ok(PluginPreference.java:287)
at org.openstreetmap.josm.gui.preferences.PreferenceDialog.ok(PreferenceDialog.java:78)
at org.openstreetmap.josm.actions.PreferencesAction.actionPerformed(PreferencesAction.java:51)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.io.IOException: C:\Dokumente und Einstellungen\schaudel.GENTEX\Anwendungsdaten\JOSM\plugins\unglueplugin.jar contains no manifest.
at org.openstreetmap.josm.plugins.PluginInformation.<init>(PluginInformation.java:70)
... 33 more
In r858 this plugin is no longer required.