Problem de Mode de vente
Posté : ven. janv. 25, 2013 1:35 pm
Bonjour a tous moi aussi j'ai des petits problèmes avec la vente spécifique... :
UncaughtException on thread Thread[AWT-EventQueue-0,6,main]
Unknown mode:7
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:115)
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.IllegalStateException: Unknown mode:7
at org.openconcerto.erp.core.sales.product.element.ReferenceArticleSQLElement.getValuePiece(ReferenceArticleSQLElement.java:212)
at org.openconcerto.erp.core.sales.product.element.ReferenceArticleSQLElement.getPrixHAFromDetails(ReferenceArticleSQLElement.java:109)
at org.openconcerto.erp.core.sales.product.component.ReferenceArticleSQLComponent.updatePiece(ReferenceArticleSQLComponent.java:1282)
at org.openconcerto.erp.core.sales.product.component.ReferenceArticleSQLComponent.access$12(ReferenceArticleSQLComponent.java:1274)
at org.openconcerto.erp.core.sales.product.component.ReferenceArticleSQLComponent$17.update(ReferenceArticleSQLComponent.java:975)
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:177)
at org.openconcerto.ui.filters.FormatFilter.replace(FormatFilter.java:114)
at org.openconcerto.utils.text.DocumentFilterList$ChainedFilterBypass.replace(DocumentFilterList.java:179)
at org.openconcerto.utils.text.DocumentFilterList.replace(DocumentFilterList.java:132)
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.selectModeVente(ReferenceArticleSQLComponent.java:1172)
at org.openconcerto.erp.core.sales.product.component.ReferenceArticleSQLComponent.access$7(ReferenceArticleSQLComponent.java:1139)
at org.openconcerto.erp.core.sales.product.component.ReferenceArticleSQLComponent$6.propertyChange(ReferenceArticleSQLComponent.java:372)
at java.beans.PropertyChangeSupport.fire(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at org.openconcerto.ui.valuewrapper.ValueChangeSupport.fireValueChange(ValueChangeSupport.java:56)
at org.openconcerto.sql.sqlobject.SQLRequestComboBox$4.propertyChange(SQLRequestComboBox.java:199)
at java.beans.PropertyChangeSupport.fire(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at org.openconcerto.sql.sqlobject.IComboModel.setWantedID(IComboModel.java:473)
at org.openconcerto.sql.sqlobject.IComboModel.comboValueChanged(IComboModel.java:516)
at org.openconcerto.sql.sqlobject.IComboModel.access$2(IComboModel.java:513)
at org.openconcerto.sql.sqlobject.IComboModel$2.contentsChanged(IComboModel.java:168)
at javax.swing.AbstractListModel.fireContentsChanged(Unknown Source)
at org.openconcerto.utils.model.DefaultIMutableListModel.setSelectedItem(DefaultIMutableListModel.java:78)
at org.openconcerto.sql.sqlobject.IComboModel.selectID(IComboModel.java:582)
at org.openconcerto.sql.sqlobject.IComboModel.setValue(IComboModel.java:419)
at org.openconcerto.sql.sqlobject.IComboModel.setValue(IComboModel.java:427)
at org.openconcerto.sql.sqlobject.SQLRequestComboBox.comboValueChanged(SQLRequestComboBox.java:432)
at org.openconcerto.sql.sqlobject.SQLRequestComboBox.access$8(SQLRequestComboBox.java:429)
at org.openconcerto.sql.sqlobject.SQLRequestComboBox$9.propertyChange(SQLRequestComboBox.java:257)
at java.beans.PropertyChangeSupport.fire(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at org.openconcerto.ui.valuewrapper.ValueChangeSupport.fireValueChange(ValueChangeSupport.java:56)
at org.openconcerto.ui.component.combo.ISearchableCombo.selectionChanged(ISearchableCombo.java:740)
at org.openconcerto.ui.component.combo.ISearchableCombo$1.contentsChanged(ISearchableCombo.java:209)
at javax.swing.AbstractListModel.fireContentsChanged(Unknown Source)
at org.openconcerto.utils.model.DefaultIMutableListModel.setSelectedItem(DefaultIMutableListModel.java:78)
at org.openconcerto.ui.component.combo.ISearchableCombo.setSelection(ISearchableCombo.java:723)
at org.openconcerto.ui.component.combo.ISearchableCombo.setComboItemValue(ISearchableCombo.java:711)
at org.openconcerto.ui.component.combo.ISearchableCombo.setValue(ISearchableCombo.java:700)
at org.openconcerto.ui.component.combo.ISearchableComboPopup.validateSelection(ISearchableComboPopup.java:205)
at org.openconcerto.ui.component.combo.ISearchableComboPopup$1.mouseReleased(ISearchableComboPopup.java:78)
at java.awt.AWTEventMulticaster.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
Pour info cela arrive quand je mais le mode de vente en heur au lieu de "pieces".
je suis en multi et sous xp avec la 1.3b2
Merci de votre contribution.
Cordialement Alex
UncaughtException on thread Thread[AWT-EventQueue-0,6,main]
Unknown mode:7
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:115)
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.IllegalStateException: Unknown mode:7
at org.openconcerto.erp.core.sales.product.element.ReferenceArticleSQLElement.getValuePiece(ReferenceArticleSQLElement.java:212)
at org.openconcerto.erp.core.sales.product.element.ReferenceArticleSQLElement.getPrixHAFromDetails(ReferenceArticleSQLElement.java:109)
at org.openconcerto.erp.core.sales.product.component.ReferenceArticleSQLComponent.updatePiece(ReferenceArticleSQLComponent.java:1282)
at org.openconcerto.erp.core.sales.product.component.ReferenceArticleSQLComponent.access$12(ReferenceArticleSQLComponent.java:1274)
at org.openconcerto.erp.core.sales.product.component.ReferenceArticleSQLComponent$17.update(ReferenceArticleSQLComponent.java:975)
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:177)
at org.openconcerto.ui.filters.FormatFilter.replace(FormatFilter.java:114)
at org.openconcerto.utils.text.DocumentFilterList$ChainedFilterBypass.replace(DocumentFilterList.java:179)
at org.openconcerto.utils.text.DocumentFilterList.replace(DocumentFilterList.java:132)
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.selectModeVente(ReferenceArticleSQLComponent.java:1172)
at org.openconcerto.erp.core.sales.product.component.ReferenceArticleSQLComponent.access$7(ReferenceArticleSQLComponent.java:1139)
at org.openconcerto.erp.core.sales.product.component.ReferenceArticleSQLComponent$6.propertyChange(ReferenceArticleSQLComponent.java:372)
at java.beans.PropertyChangeSupport.fire(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at org.openconcerto.ui.valuewrapper.ValueChangeSupport.fireValueChange(ValueChangeSupport.java:56)
at org.openconcerto.sql.sqlobject.SQLRequestComboBox$4.propertyChange(SQLRequestComboBox.java:199)
at java.beans.PropertyChangeSupport.fire(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at org.openconcerto.sql.sqlobject.IComboModel.setWantedID(IComboModel.java:473)
at org.openconcerto.sql.sqlobject.IComboModel.comboValueChanged(IComboModel.java:516)
at org.openconcerto.sql.sqlobject.IComboModel.access$2(IComboModel.java:513)
at org.openconcerto.sql.sqlobject.IComboModel$2.contentsChanged(IComboModel.java:168)
at javax.swing.AbstractListModel.fireContentsChanged(Unknown Source)
at org.openconcerto.utils.model.DefaultIMutableListModel.setSelectedItem(DefaultIMutableListModel.java:78)
at org.openconcerto.sql.sqlobject.IComboModel.selectID(IComboModel.java:582)
at org.openconcerto.sql.sqlobject.IComboModel.setValue(IComboModel.java:419)
at org.openconcerto.sql.sqlobject.IComboModel.setValue(IComboModel.java:427)
at org.openconcerto.sql.sqlobject.SQLRequestComboBox.comboValueChanged(SQLRequestComboBox.java:432)
at org.openconcerto.sql.sqlobject.SQLRequestComboBox.access$8(SQLRequestComboBox.java:429)
at org.openconcerto.sql.sqlobject.SQLRequestComboBox$9.propertyChange(SQLRequestComboBox.java:257)
at java.beans.PropertyChangeSupport.fire(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at org.openconcerto.ui.valuewrapper.ValueChangeSupport.fireValueChange(ValueChangeSupport.java:56)
at org.openconcerto.ui.component.combo.ISearchableCombo.selectionChanged(ISearchableCombo.java:740)
at org.openconcerto.ui.component.combo.ISearchableCombo$1.contentsChanged(ISearchableCombo.java:209)
at javax.swing.AbstractListModel.fireContentsChanged(Unknown Source)
at org.openconcerto.utils.model.DefaultIMutableListModel.setSelectedItem(DefaultIMutableListModel.java:78)
at org.openconcerto.ui.component.combo.ISearchableCombo.setSelection(ISearchableCombo.java:723)
at org.openconcerto.ui.component.combo.ISearchableCombo.setComboItemValue(ISearchableCombo.java:711)
at org.openconcerto.ui.component.combo.ISearchableCombo.setValue(ISearchableCombo.java:700)
at org.openconcerto.ui.component.combo.ISearchableComboPopup.validateSelection(ISearchableComboPopup.java:205)
at org.openconcerto.ui.component.combo.ISearchableComboPopup$1.mouseReleased(ISearchableComboPopup.java:78)
at java.awt.AWTEventMulticaster.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
Pour info cela arrive quand je mais le mode de vente en heur au lieu de "pieces".
je suis en multi et sous xp avec la 1.3b2
Merci de votre contribution.
Cordialement Alex