Opened 17 years ago
Closed 17 years ago
#1767 closed defect (duplicate)
Crash when try to enter preferences (F12) - some relation to unglueplugin
| Reported by: | Owned by: | framm | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Plugin | Version: | latest |
| Keywords: | Cc: |
Description
Crash when try to enter preferences (F12) - some relation to unglueplugin: Deleting the not longer needed unglue plugin manually from disk fixes the issue.
Path: trunk
URL: http://josm.openstreetmap.de/svn/trunk
Repository Root: http://josm.openstreetmap.de/svn
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Revision: 1087
Node Kind: directory
Last Changed Author: framm
Last Changed Rev: 1087
Last Changed Date: 2008-11-19 03:18:28 +0100 (Wed, 19 Nov 2008)
org.openstreetmap.josm.plugins.PluginException: Ein Fehler ist in dem Plugin unglueplugin aufgetreten.
at org.openstreetmap.josm.plugins.PluginInformation.<init>(PluginInformation.java:118)
at org.openstreetmap.josm.plugins.PluginInformation.<init>(PluginInformation.java:58)
at org.openstreetmap.josm.plugins.PluginInformation.findPlugin(PluginInformation.java:203)
at org.openstreetmap.josm.gui.preferences.PluginPreference.refreshPluginPanel(PluginPreference.java:263)
at org.openstreetmap.josm.gui.preferences.PluginPreference.addGui(PluginPreference.java:147)
at org.openstreetmap.josm.gui.preferences.PreferenceDialog.<init>(PreferenceDialog.java:115)
at org.openstreetmap.josm.actions.PreferencesAction.actionPerformed(PreferencesAction.java:39)
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: D:\Dokumente und Einstellungen\Raymond\Anwendungsdaten\JOSM\plugins\unglueplugin.jar contains no manifest.
at org.openstreetmap.josm.plugins.PluginInformation.<init>(PluginInformation.java:71)
... 34 more



Duplicate #1776.