Erreur survenant lors de sauvegarde
Posté : lun. févr. 25, 2013 12:24 pm
Bonjour,
Je viens d'installer le logiciel OPENCONCERTO et lorsque je quitte l'application en essayant de sauvegarder, j'ai l'erreur suivante qui apparait:
UncaughtException on thread Thread[AWT-EventQueue-0,6,main]
org.openconcerto.utils.ExceptionHandler: UncaughtException on thread Thread[AWT-EventQueue-0,6,main]
at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:86)
at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:90)
at org.openconcerto.erp.config.Gestion$1.uncaughtException(Gestion.java:117)
at java.lang.ThreadGroup.uncaughtException(Unknown Source)
at java.lang.ThreadGroup.uncaughtException(Unknown Source)
at java.awt.EventDispatchThread.processException(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.lang.NullPointerException
at org.openconcerto.sql.request.SQLFieldTranslator.getDescFor(SQLFieldTranslator.java:381)
at org.openconcerto.sql.request.SQLFieldTranslator.getLabelFor(SQLFieldTranslator.java:385)
at org.openconcerto.sql.element.TreesOfSQLRows.createRestrictDesc(TreesOfSQLRows.java:64)
at org.openconcerto.sql.element.TreesOfSQLRows.expand(TreesOfSQLRows.java:168)
at org.openconcerto.sql.element.TreesOfSQLRows.expand(TreesOfSQLRows.java:127)
at org.openconcerto.sql.element.TreesOfSQLRows.getTree(TreesOfSQLRows.java:110)
at org.openconcerto.sql.element.TreesOfSQLRows.getTrees(TreesOfSQLRows.java:100)
at org.openconcerto.sql.element.TreesOfSQLRows.getDescendantsByTable(TreesOfSQLRows.java:224)
at org.openconcerto.sql.element.SQLElement.askArchive(SQLElement.java:1576)
at org.openconcerto.sql.view.IListPanel.handleAction(IListPanel.java:488)
at org.openconcerto.sql.view.ListeAddPanel.handleAction(ListeAddPanel.java:52)
at org.openconcerto.sql.view.IListPanel.actionPerformed(IListPanel.java:412)
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.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$200(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)
... 6 more
J'ai pourtant suivi l'installation des logiciels pré-requis (Java, Open Office) et j'ai fait une tentative de réinstallation complète du logiciel. Pourriez-vous m'aider à trouver une solution?
Je viens d'installer le logiciel OPENCONCERTO et lorsque je quitte l'application en essayant de sauvegarder, j'ai l'erreur suivante qui apparait:
UncaughtException on thread Thread[AWT-EventQueue-0,6,main]
org.openconcerto.utils.ExceptionHandler: UncaughtException on thread Thread[AWT-EventQueue-0,6,main]
at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:86)
at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:90)
at org.openconcerto.erp.config.Gestion$1.uncaughtException(Gestion.java:117)
at java.lang.ThreadGroup.uncaughtException(Unknown Source)
at java.lang.ThreadGroup.uncaughtException(Unknown Source)
at java.awt.EventDispatchThread.processException(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.lang.NullPointerException
at org.openconcerto.sql.request.SQLFieldTranslator.getDescFor(SQLFieldTranslator.java:381)
at org.openconcerto.sql.request.SQLFieldTranslator.getLabelFor(SQLFieldTranslator.java:385)
at org.openconcerto.sql.element.TreesOfSQLRows.createRestrictDesc(TreesOfSQLRows.java:64)
at org.openconcerto.sql.element.TreesOfSQLRows.expand(TreesOfSQLRows.java:168)
at org.openconcerto.sql.element.TreesOfSQLRows.expand(TreesOfSQLRows.java:127)
at org.openconcerto.sql.element.TreesOfSQLRows.getTree(TreesOfSQLRows.java:110)
at org.openconcerto.sql.element.TreesOfSQLRows.getTrees(TreesOfSQLRows.java:100)
at org.openconcerto.sql.element.TreesOfSQLRows.getDescendantsByTable(TreesOfSQLRows.java:224)
at org.openconcerto.sql.element.SQLElement.askArchive(SQLElement.java:1576)
at org.openconcerto.sql.view.IListPanel.handleAction(IListPanel.java:488)
at org.openconcerto.sql.view.ListeAddPanel.handleAction(ListeAddPanel.java:52)
at org.openconcerto.sql.view.IListPanel.actionPerformed(IListPanel.java:412)
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.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$200(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)
... 6 more
J'ai pourtant suivi l'installation des logiciels pré-requis (Java, Open Office) et j'ai fait une tentative de réinstallation complète du logiciel. Pourriez-vous m'aider à trouver une solution?