ssmaoun / openconcerto

Automatically exported from code.google.com/p/openconcerto
0 stars 0 forks source link

Preference, compte de reglement, vente en erreur #60

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Voilà, j'utilise ce logiciel depuis environ 15 jours, donc encore au stade de 
l'évaluation. Je souhaite modifier le compte de réglement "vente" dans les 
préférences. hors, lorsque je clique sur "Préférence" puis "compte de 
règlement" puis "vente", j'ai un message d'erreur "impossible de creer le 
panneau. 

Voici le message:
Impossible de créer le panneau de préférence
org.openconcerto.utils.ExceptionHandler: Impossible de créer le panneau de 
préférence
    at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:86)
    at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:90)
    at org.openconcerto.ui.preferences.PrefTreeNode.createPanel(PrefTreeNode.java:42)
    at org.openconcerto.ui.preferences.MainPrefPanel.setPanelFromTreeNode(MainPrefPanel.java:200)
    at org.openconcerto.ui.preferences.MainPrefPanel$6.run(MainPrefPanel.java:295)
    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)
    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.sql.model.SQLRowAccessor.getInt(SQLRowAccessor.java:135)
    at org.openconcerto.erp.core.finance.accounting.ui.AbstractReglementComptePreferencePanel.setValues(AbstractReglementComptePreferencePanel.java:151)
    at org.openconcerto.erp.core.finance.accounting.ui.AbstractReglementComptePreferencePanel.<init>(AbstractReglementComptePreferencePanel.java:81)
    at org.openconcerto.erp.core.finance.accounting.ui.ReglementCompteVentePreferencePanel.<init>(ReglementCompteVentePreferencePanel.java:16)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:357)
    at java.lang.Class.newInstance(Class.java:310)
    at org.openconcerto.ui.preferences.PrefTreeNode.createPanel(PrefTreeNode.java:40)
    ... 16 more

Merci

Original issue reported on code.google.com by jpelle...@gmail.com on 25 Jul 2013 at 6:37

GoogleCodeExporter commented 8 years ago
Résolu en 1.3b3. Ce problème est la conséquence d'un enregistrement dans 
préciser de compte comptable.

Original comment by guillaum...@gmail.com on 10 Sep 2013 at 1:53