lasse_riess
I'm new here

File not found "focus.png", Configuration Dialog von selbstgeschriebenem Modul

Jump to solution

Hallo,

Sobald ich ein selbstgeschriebenes Modul konfigurieren möchte, erscheint beim Öffnen des Konfigurationsdialogs eine File not found-Fehlermeldung für die Datei "focus.png". Der Konfigurationsdialog besteht aus einer ComboBox und einem Textfeld.

Wie ist die Lösung für diese Fehlermeldung?

Fehlermeldung:

ERROR 16.08.2016 14:57:29.977 (de.espirit.firstspirit.client.AbstractGuiHost): ExceptionHandler.uncaughtException() - java.lang.RuntimeException: File not found: /de/espirit/firstspirit/plaf/synthetica/lightgray/images/focus.png

FSVersion=5.2.311.72449#4326;JDK=1.7.0_79 32bit Oracle Corporation;OS=Windows 7 6.1 x86;Date=16.08.2016 14:57:29

java.lang.RuntimeException: File not found: /de/espirit/firstspirit/plaf/synthetica/lightgray/images/focus.png

          at de.javasoft.plaf.synthetica.painter.ImagePainter.<init>(ImagePainter.java:264)

          at de.javasoft.plaf.synthetica.painter.ImagePainter.<init>(ImagePainter.java:136)

          at de.javasoft.plaf.synthetica.painter.FocusPainter.paintFocus(FocusPainter.java:127)

          at de.javasoft.plaf.synthetica.painter.FocusPainter.paintFocus(FocusPainter.java:89)

          at de.javasoft.plaf.synthetica.painter.FocusPainter.paintFocus(FocusPainter.java:67)

          at de.javasoft.plaf.synthetica.painter.FocusPainter.paintFocus(FocusPainter.java:44)

          at de.javasoft.plaf.synthetica.painter.ComboBoxPainter.paintComboBoxBorder(ComboBoxPainter.java:94)

          at de.javasoft.plaf.synthetica.painter.SyntheticaPainter.paintComboBoxBorder(SyntheticaPainter.java:230)

          at javax.swing.plaf.synth.SynthComboBoxUI.paintBorder(Unknown Source)

          at javax.swing.plaf.synth.SynthBorder.paintBorder(Unknown Source)

          at javax.swing.JComponent.paintBorder(Unknown Source)

          at javax.swing.JComponent.paint(Unknown Source)

          at javax.swing.JComponent.paintChildren(Unknown Source)

          at javax.swing.JComponent.paint(Unknown Source)

          at javax.swing.JComponent.paintChildren(Unknown Source)

          at javax.swing.JComponent.paint(Unknown Source)

          at javax.swing.JComponent.paintToOffscreen(Unknown Source)

          at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown Source)

          at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)

          at javax.swing.RepaintManager.paint(Unknown Source)

          at javax.swing.JComponent._paintImmediately(Unknown Source)

          at javax.swing.JComponent.paintImmediately(Unknown Source)

          at javax.swing.RepaintManager$3.run(Unknown Source)

          at javax.swing.RepaintManager$3.run(Unknown Source)

          at java.security.AccessController.doPrivileged(Native Method)

          at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

          at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)

          at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)

          at javax.swing.RepaintManager.prePaintDirtyRegions(Unknown Source)

          at javax.swing.RepaintManager.access$1100(Unknown Source)

          at javax.swing.RepaintManager$ProcessingRunnable.run(Unknown Source)

          at java.awt.event.InvocationEvent.dispatch(Unknown Source)

          at java.awt.EventQueue.dispatchEventImpl(Unknown Source)

          at java.awt.EventQueue.access$300(Unknown Source)

          at java.awt.EventQueue$3.run(Unknown Source)

          at java.awt.EventQueue$3.run(Unknown Source)

          at java.security.AccessController.doPrivileged(Native Method)

          at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

          at java.awt.EventQueue.dispatchEvent(Unknown Source)

          at de.espirit.firstspirit.client.AWTDispatchingEventQueue.defaultDispatchEvent(AWTDispatchingEventQueue.java:161)

          at de.espirit.firstspirit.client.AWTDispatchingEventQueue._dispatchEvent(AWTDispatchingEventQueue.java:145)

          at de.espirit.firstspirit.client.AWTDispatchingEventQueue.dispatchEvent(AWTDispatchingEventQueue.java:131)

          at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)

          at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

          at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

          at java.awt.WaitDispatchSupport$2.run(Unknown Source)

          at java.awt.WaitDispatchSupport$4.run(Unknown Source)

          at java.security.AccessController.doPrivileged(Native Method)

          at java.awt.WaitDispatchSupport.enter(Unknown Source)

          at java.awt.Dialog.show(Unknown Source)

          at java.awt.Component.show(Unknown Source)

          at java.awt.Component.setVisible(Unknown Source)

          at java.awt.Window.setVisible(Unknown Source)

          at java.awt.Dialog.setVisible(Unknown Source)

          at de.espirit.common.gui.SelfDisposingDialog.setVisible(SelfDisposingDialog.java:157)

          at de.espirit.firstspirit.admin.gui.ModuleConfigurationDialog.setVisible(ModuleConfigurationDialog.java:107)

          at de.espirit.firstspirit.admin.gui.ModuleConfigurationPanel.openConfigurationDialog(ModuleConfigurationPanel.java:538)

          at de.espirit.firstspirit.admin.gui.ModuleConfigurationPanel.actionPerformed(ModuleConfigurationPanel.java:282)

          at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)

          at de.espirit.firstspirit.common.gui.FsButton.fireActionPerformed(FsButton.java:86)

          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.plaf.basic.BasicButtonListener.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.dispatchEventImpl(Unknown Source)

          at java.awt.EventQueue.access$300(Unknown Source)

          at java.awt.EventQueue$3.run(Unknown Source)

          at java.awt.EventQueue$3.run(Unknown Source)

          at java.security.AccessController.doPrivileged(Native Method)

          at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

          at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

          at java.awt.EventQueue$4.run(Unknown Source)

          at java.awt.EventQueue$4.run(Unknown Source)

          at java.security.AccessController.doPrivileged(Native Method)

          at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

          at java.awt.EventQueue.dispatchEvent(Unknown Source)

          at de.espirit.firstspirit.client.AWTDispatchingEventQueue.defaultDispatchEvent(AWTDispatchingEventQueue.java:161)

          at de.espirit.firstspirit.client.AWTDispatchingEventQueue._dispatchEvent(AWTDispatchingEventQueue.java:138)

          at de.espirit.firstspirit.client.AWTDispatchingEventQueue.dispatchEvent(AWTDispatchingEventQueue.java:131)

          at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)

          at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

          at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

          at java.awt.WaitDispatchSupport$2.run(Unknown Source)

          at java.awt.WaitDispatchSupport$4.run(Unknown Source)

          at java.security.AccessController.doPrivileged(Native Method)

          at java.awt.WaitDispatchSupport.enter(Unknown Source)

          at java.awt.Dialog.show(Unknown Source)

          at java.awt.Component.show(Unknown Source)

          at java.awt.Component.setVisible(Unknown Source)

          at java.awt.Window.setVisible(Unknown Source)

          at java.awt.Dialog.setVisible(Unknown Source)

          at de.espirit.common.gui.SelfDisposingDialog.setVisible(SelfDisposingDialog.java:157)

          at de.espirit.firstspirit.admin.gui.ServerDialog.getResult(ServerDialog.java:255)

          at de.espirit.firstspirit.admin.gui.CMSAdminConsole.actionPerformed(CMSAdminConsole.java:1013)

          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.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.dispatchEventImpl(Unknown Source)

          at java.awt.EventQueue.access$300(Unknown Source)

          at java.awt.EventQueue$3.run(Unknown Source)

          at java.awt.EventQueue$3.run(Unknown Source)

          at java.security.AccessController.doPrivileged(Native Method)

          at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

          at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

          at java.awt.EventQueue$4.run(Unknown Source)

          at java.awt.EventQueue$4.run(Unknown Source)

          at java.security.AccessController.doPrivileged(Native Method)

          at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)

          at java.awt.EventQueue.dispatchEvent(Unknown Source)

          at de.espirit.firstspirit.client.AWTDispatchingEventQueue.defaultDispatchEvent(AWTDispatchingEventQueue.java:161)

          at de.espirit.firstspirit.client.AWTDispatchingEventQueue._dispatchEvent(AWTDispatchingEventQueue.java:138)

          at de.espirit.firstspirit.client.AWTDispatchingEventQueue.dispatchEvent(AWTDispatchingEventQueue.java:131)

          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)

Gruß,

Lasse

0 Kudos
1 Solution

Accepted Solutions

Hallo,

Ich habe gleichzeitig beim Support eine Anfrage gestellt. Der Fehler lag daran, dass in der Modulübersicht im ServerManager der Haken für "Alle Rechte" nicht gesetzt war.

Gruß,

Lasse

View solution in original post

0 Kudos
2 Replies
rednoss
I'm new here

Hallo Lasse,

da die Fehlermeldung in deinem eigenen Code auftritt können wir dir ohne einen passenden Code-Auszug nur schwer helfen.

Viele Grüße

Rene

0 Kudos

Hallo,

Ich habe gleichzeitig beim Support eine Anfrage gestellt. Der Fehler lag daran, dass in der Modulübersicht im ServerManager der Haken für "Alle Rechte" nicht gesetzt war.

Gruß,

Lasse

0 Kudos