Erreur lors de création facture client

Répondre
antoine54200
Messages : 1
Enregistré le : sam. août 24, 2019 10:43 am

jeu. févr. 27, 2020 4:34 pm

Bonjour,

Lors de la création facture client et que je touche au choix du client une fenêtre s'ouvre et donne ceci :


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:144)
at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:151)
at org.openconcerto.erp.config.Gestion$2.uncaughtException(Gestion.java:226)
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.ui.CustomerProductQtyPriceListTable.init(CustomerProductQtyPriceListTable.java:68)
at org.openconcerto.erp.core.sales.product.ui.CustomerProductQtyPriceListTable.<init>(CustomerProductQtyPriceListTable.java:55)
at org.openconcerto.erp.core.customerrelationship.customer.element.CustomerSQLComponent.<init>(CustomerSQLComponent.java:93)
at org.openconcerto.erp.core.customerrelationship.customer.element.CustomerSQLElement.createComponent(CustomerSQLElement.java:65)
at org.openconcerto.sql.element.SQLElement.createComponent(SQLElement.java:2964)
at org.openconcerto.sql.element.SQLElement.createComponent(SQLElement.java:2945)
at org.openconcerto.sql.element.SQLElement.createDefaultComponent(SQLElement.java:2932)
at org.openconcerto.sql.view.EditFrame.<init>(EditFrame.java:80)
at org.openconcerto.sql.view.IListPanel$3.createFrame(IListPanel.java:248)
at org.openconcerto.sql.view.IListPanel$3.actionPerformed(IListPanel.java:263)
at org.openconcerto.sql.view.list.IListe.performDefaultAction(IListe.java:726)
at org.openconcerto.sql.view.list.IListe.access$5(IListe.java:720)
at org.openconcerto.sql.view.list.IListe$3.mouseClicked(IListe.java:468)
at java.awt.AWTEventMulticaster.mouseClicked(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

si quelqu'un s'y connaît in grand merci ! (suit un peu novice dans les manip)
BOITELJOEL
Messages : 155
Enregistré le : ven. sept. 21, 2018 4:20 pm

lun. mai 04, 2020 3:39 pm

visiblement, il faut revoir le paramétrage des comptes clients
Répondre