Page 1 sur 1

MESSAGE D'ERREUR

Posté : jeu. nov. 23, 2017 9:03 pm
par alwen
Bonsoir à tous,

J'ai ce message d'erreur qui apparaît depuis ce soir :
Quelqu'un peut m'aider ?

D'avance merci,

UncaughtException on thread Thread[AWT-EventQueue-0,6,main]

Cannot set value of org.openconcerto.ui.valuewrapper.ValidatedValueWrapper@4cf5489e to 0 (from |ARTICLE.PA_HT|)
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.IllegalArgumentException: Cannot set value of org.openconcerto.ui.valuewrapper.ValidatedValueWrapper@4cf5489e to 0 (from |ARTICLE.PA_HT|)
at org.openconcerto.sql.sqlobject.itemview.VWRowItemView.show(VWRowItemView.java:130)
at org.openconcerto.sql.request.SQLRowView.select(SQLRowView.java:276)
at org.openconcerto.sql.element.BaseSQLComponent.selectDefaults(BaseSQLComponent.java:771)
at org.openconcerto.sql.element.BaseSQLComponent.select(BaseSQLComponent.java:756)
at org.openconcerto.sql.element.BaseSQLComponent.select(BaseSQLComponent.java:737)
at org.openconcerto.erp.core.sales.product.component.ReferenceArticleSQLComponent.select(ReferenceArticleSQLComponent.java:210)
at org.openconcerto.sql.element.BaseSQLComponent.resetValue(BaseSQLComponent.java:683)
at org.openconcerto.sql.view.EditPanel.resetValue(EditPanel.java:567)
at org.openconcerto.sql.view.EditFrame$3.hierarchyChanged(EditFrame.java:159)
at java.awt.Component.processHierarchyEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Window.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(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.Component.createHierarchyEvents(Unknown Source)
at java.awt.Container.createHierarchyEvents(Unknown Source)
at java.awt.Component.show(Unknown Source)
at java.awt.Window.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 org.openconcerto.ui.FrameUtil.show(FrameUtil.java:32)
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
Caused by: java.lang.IllegalStateException: Attempt to mutate in notification
at javax.swing.text.AbstractDocument.writeLock(Unknown Source)
at javax.swing.text.AbstractDocument.replace(Unknown Source)
at javax.swing.text.JTextComponent.setText(Unknown Source)
at org.openconcerto.erp.core.sales.product.component.ReferenceArticleSQLComponent.updatePiece(ReferenceArticleSQLComponent.java:1334)
at org.openconcerto.erp.core.sales.product.component.ReferenceArticleSQLComponent.access$16(ReferenceArticleSQLComponent.java:1329)
at org.openconcerto.erp.core.sales.product.component.ReferenceArticleSQLComponent$16.update(ReferenceArticleSQLComponent.java:1060)
at org.openconcerto.utils.text.SimpleDocumentListener.removeUpdate(SimpleDocumentListener.java:51)
at javax.swing.text.AbstractDocument.fireRemoveUpdate(Unknown Source)
at javax.swing.text.AbstractDocument.handleRemove(Unknown Source)
at javax.swing.text.AbstractDocument$DefaultFilterBypass.replace(Unknown Source)
at org.openconcerto.utils.text.DocumentFilterList$ChainedFilterBypass.replace(DocumentFilterList.java:206)
at org.openconcerto.ui.filters.FormatFilter.replace(FormatFilter.java:114)
at org.openconcerto.utils.text.DocumentFilterList$ChainedFilterBypass.replace(DocumentFilterList.java:208)
at org.openconcerto.utils.text.DocumentFilterList.replace(DocumentFilterList.java:157)
at javax.swing.text.AbstractDocument.replace(Unknown Source)
at javax.swing.text.JTextComponent.setText(Unknown Source)
at org.openconcerto.erp.core.sales.product.component.ReferenceArticleSQLComponent$1.update(ReferenceArticleSQLComponent.java:108)
at org.openconcerto.utils.text.SimpleDocumentListener.removeUpdate(SimpleDocumentListener.java:51)
at javax.swing.text.AbstractDocument.fireRemoveUpdate(Unknown Source)
at javax.swing.text.AbstractDocument.handleRemove(Unknown Source)
at javax.swing.text.AbstractDocument$DefaultFilterBypass.remove(Unknown Source)
at org.openconcerto.utils.text.DocumentFilterList$ChainedFilterBypass.remove(DocumentFilterList.java:194)
at javax.swing.text.DocumentFilter.remove(Unknown Source)
at org.openconcerto.utils.text.DocumentFilterList$ChainedFilterBypass.remove(DocumentFilterList.java:196)
at org.openconcerto.utils.text.DocumentFilterList.remove(DocumentFilterList.java:152)
at javax.swing.text.AbstractDocument.remove(Unknown Source)
at org.openconcerto.ui.component.IDocument.setText(IDocument.java:43)
at org.openconcerto.ui.valuewrapper.format.FilterFormatValueWrapper.setText(FilterFormatValueWrapper.java:69)
at org.openconcerto.ui.valuewrapper.format.FormatValueWrapper.setValue(FormatValueWrapper.java:183)
at org.openconcerto.ui.valuewrapper.ValidatedValueWrapper.setValue(ValidatedValueWrapper.java:166)
at org.openconcerto.sql.sqlobject.itemview.VWRowItemView.show(VWRowItemView.java:128)
... 64 more