Ajouter clients

Un conseil pour l'installation? Un problème technique pour installer OpenConcerto?
Répondre
pmedan
Messages : 2
Enregistré le : jeu. mars 22, 2018 5:41 pm

jeu. mars 22, 2018 5:43 pm

Bonjour lorsque je veux créer un client (ajouter), j'ai l'erreur suivante:
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:129)
at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:134)
at org.openconcerto.erp.config.Gestion$2.uncaughtException(Gestion.java:201)
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.core.sales.product.element.ArticleCodeClientTable.init(ArticleCodeClientTable.java:52)
at org.openconcerto.erp.core.sales.product.element.ArticleCodeClientTable.<init>(ArticleCodeClientTable.java:42)
at org.openconcerto.erp.core.sales.product.component.ReferenceArticleSQLComponent.<init>(ReferenceArticleSQLComponent.java:98)
at org.openconcerto.erp.core.sales.product.element.ReferenceArticleSQLElement.createComponent(ReferenceArticleSQLElement.java:234)
at org.openconcerto.sql.element.SQLElement.createComponent(SQLElement.java:3004)
at org.openconcerto.sql.element.SQLElement.createComponent(SQLElement.java:2985)
at org.openconcerto.sql.element.SQLElement.createDefaultComponent(SQLElement.java:2972)
at org.openconcerto.sql.view.EditFrame.<init>(EditFrame.java:79)
at org.openconcerto.sql.view.IListPanel.getCreateFrame(IListPanel.java:607)
at org.openconcerto.sql.view.IListPanel.handleAction(IListPanel.java:519)
at org.openconcerto.sql.view.ListeAddPanel.handleAction(ListeAddPanel.java:65)
at org.openconcerto.erp.core.sales.product.action.ListeDesArticlesAction$2.handleAction(ListeDesArticlesAction.java:171)
at org.openconcerto.sql.view.IListPanel.actionPerformed(IListPanel.java:468)
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$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.security.ProtectionDomain$JavaSecurityAccessImpl.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$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
... 6 more
Merci pour votre aide
pmedan
Messages : 2
Enregistré le : jeu. mars 22, 2018 5:41 pm

jeu. mars 22, 2018 7:03 pm

J'ai trouvé: il fallait que je mette à jour la base de donnée (programfiles/.../openconcerto-configuration) :D
Répondre