Bug Gestion des Articles

Répondre
dromis
Messages : 54
Enregistré le : jeu. juin 23, 2011 1:19 pm

lun. déc. 18, 2017 6:50 pm

Salut à tous,

Depuis la version 1.5, j'ai un bug à chaque ouverture de la gestion des articles :
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:121)
at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:125)
at org.openconcerto.erp.config.Gestion$2.uncaughtException(Gestion.java:198)
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.erp.panel.ITreeSelection.addNewNode(ITreeSelection.java:344)
at org.openconcerto.erp.panel.ITreeSelection.access$5(ITreeSelection.java:338)
at org.openconcerto.erp.panel.ITreeSelection$5.done(ITreeSelection.java:319)
at javax.swing.SwingWorker$5.run(Unknown Source)
at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(Unknown Source)
at sun.swing.AccumulativeRunnable.run(Unknown Source)
at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(Unknown Source)
at javax.swing.Timer.fireActionPerformed(Unknown Source)
at javax.swing.Timer$DoPostEvent.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(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$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
... 6 more
Ensuite, je peux quand même gérer mes articles, mais les catégories sur la gauche sont plantées, et je ne peux naviguer que par la recherche.

Quelqu'un a eu ce souci ? la mise à joru de la BDD a pourtant été faite et refaite. Et l'énoncé du bug n'est pas clair, difficile de savoir d'où cela provient !

Merci à tous !

Edit : Précision, cela ne le fait que sur une seule entreprise. Sur les autres, ou si je crée une nouvelle, tout fonctionne parfaitement bien.
Répondre