Page 1 sur 1

Erreur à saisie d'un achat fournisseur

Posté : jeu. févr. 13, 2014 4:23 pm
par studio nigao
Bonjour,

Cette fois-ci je viens vers vous, car je tente de saisir un achat fournisseur.
Dès que je cliques sur le bouton j'ai un code d'erreur qui est généré

Code : Tout sélectionner

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:86)
	at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:90)
	at org.openconcerto.erp.config.Gestion$1.uncaughtException(Gestion.java:117)
	at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:981)
	at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:976)
	at apple.awt.CToolkit$EventQueueExceptionHandler.handle(CToolkit.java:81)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at java.awt.EventDispatchThread.handleException(EventDispatchThread.java:412)
	at java.awt.EventDispatchThread.processException(EventDispatchThread.java:318)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:312)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: java.lang.NullPointerException
	at org.openconcerto.erp.core.common.ui.MontantPanel.calculMontant(MontantPanel.java:218)
	at org.openconcerto.erp.core.common.ui.MontantPanel$4.propertyChange(MontantPanel.java:142)
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
	at org.openconcerto.ui.valuewrapper.ValueChangeSupport.fireValueChange(ValueChangeSupport.java:56)
	at org.openconcerto.sql.sqlobject.SQLRequestComboBox.comboValueChanged(SQLRequestComboBox.java:397)
	at org.openconcerto.sql.sqlobject.SQLRequestComboBox.access$6(SQLRequestComboBox.java:395)
	at org.openconcerto.sql.sqlobject.SQLRequestComboBox$7.propertyChange(SQLRequestComboBox.java:238)
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
	at org.openconcerto.ui.valuewrapper.ValueChangeSupport.fireValueChange(ValueChangeSupport.java:56)
	at org.openconcerto.ui.component.combo.ISearchableCombo.selectionChanged(ISearchableCombo.java:735)
	at org.openconcerto.ui.component.combo.ISearchableCombo$1.contentsChanged(ISearchableCombo.java:208)
	at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)
	at org.openconcerto.utils.model.DefaultIMutableListModel.setSelectedItem(DefaultIMutableListModel.java:74)
	at org.openconcerto.ui.component.combo.ISearchableCombo.setSelection(ISearchableCombo.java:718)
	at org.openconcerto.ui.component.combo.ISearchableCombo.setComboItemValue(ISearchableCombo.java:706)
	at org.openconcerto.ui.component.combo.ISearchableCombo.setValue(ISearchableCombo.java:688)
	at org.openconcerto.ui.component.combo.ISearchableCombo.setValue(ISearchableCombo.java:642)
	at org.openconcerto.sql.sqlobject.SQLRequestComboBox.modelValueChanged(SQLRequestComboBox.java:392)
	at org.openconcerto.sql.sqlobject.SQLRequestComboBox.access$3(SQLRequestComboBox.java:387)
	at org.openconcerto.sql.sqlobject.SQLRequestComboBox$3.propertyChange(SQLRequestComboBox.java:186)
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:347)
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
	at org.openconcerto.sql.sqlobject.IComboModel.comboValueChanged(IComboModel.java:491)
	at org.openconcerto.sql.sqlobject.IComboModel.access$2(IComboModel.java:490)
	at org.openconcerto.sql.sqlobject.IComboModel$2.contentsChanged(IComboModel.java:165)
	at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)
	at org.openconcerto.utils.model.DefaultIMutableListModel.setSelectedItem(DefaultIMutableListModel.java:74)
	at org.openconcerto.sql.sqlobject.IComboModel.selectID(IComboModel.java:549)
	at org.openconcerto.sql.sqlobject.IComboModel.access$14(IComboModel.java:495)
	at org.openconcerto.sql.sqlobject.IComboModel$4.done(IComboModel.java:339)
	at org.openconcerto.utils.SwingWorker2$5.run(SwingWorker2.java:536)
	at org.openconcerto.utils.SwingWorker2$DoSubmitAccumulativeRunnable.run(SwingWorker2.java:619)
	at sun.swing.AccumulativeRunnable.run(AccumulativeRunnable.java:95)
	at org.openconcerto.utils.SwingWorker2$DoSubmitAccumulativeRunnable.actionPerformed(SwingWorker2.java:631)
	at javax.swing.Timer.fireActionPerformed(Timer.java:291)
	at javax.swing.Timer$DoPostEvent.run(Timer.java:221)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:715)
	at java.awt.EventQueue.access$400(EventQueue.java:82)
	at java.awt.EventQueue$2.run(EventQueue.java:676)
	at java.awt.EventQueue$2.run(EventQueue.java:674)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:685)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
	... 5 more
Malgré cela j'arrive sur la fenêtre d'achats mais il m'est impossible de finaliser la saisie.
Le champs "numéro de compte de charge" n'a pas de liste déroulante, je ne peux pas y entrer manuellement les infos.
Le bouton "selection compte" me donne la liste des comptes dans un pop up, mais je ne peux pas ramener d'éléments dans le champs principal.

Ma configuration : OpenConcerto 1.2 Monoposte / Mac OSX / Base H2

Bien cordialement.

Ps : étant à l'ile de la Réunion, notre taux de TVA normal est à 8.5% et le réduit à 2.10%.
Dans les préférences de OpenConcerto, j'ai donc enlever la TVA à 19.6%.
Cela semble généré des erreur au chargement (Erreur taxe(2) archivée)