Bonjour,
Je viens de faire l'opération (venant de la 1.2b1) et hormis les messages habituels : nombre de Tables manquantes, commandes Java "deprecated", l'opération a abouti et j'ai accès à mes écritures MAIS
lorsque j'essaye d'accéder à mes préférences société, j'ai
Code : Tout sélectionner
Impossible de créer le panneau de préférence
unknown field RCS in SOCIETE_COMMON. The table SOCIETE_COMMON contains the followins fields: [ID, DATABASE_NAME, NOM, NUM_SIRET, NUM_NII, NUM_APE, ID_EXERCICE_COMMON, NUM_TEL, NUM_FAX, MAIL, ID_ADRESSE_COMMON, TYPE, ORDRE, ARCHIVE, NUMERO_URSSAF]
org.openconcerto.utils.ExceptionHandler: Impossible de créer le panneau de préférence
at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:83)
at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:87)
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:641)
at java.awt.EventQueue.access$000(EventQueue.java:84)
at java.awt.EventQueue$1.run(EventQueue.java:602)
at java.awt.EventQueue$1.run(EventQueue.java:600)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:611)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: java.lang.IllegalArgumentException: unknown field RCS in SOCIETE_COMMON. The table SOCIETE_COMMON contains the followins fields: [ID, DATABASE_NAME, NOM, NUM_SIRET, NUM_NII, NUM_APE, ID_EXERCICE_COMMON, NUM_TEL, NUM_FAX, MAIL, ID_ADRESSE_COMMON, TYPE, ORDRE, ARCHIVE, NUMERO_URSSAF]
at org.openconcerto.sql.model.SQLTable.getField(SQLTable.java:645)
at org.openconcerto.sql.element.BaseSQLComponent.getField(BaseSQLComponent.java:150)
at org.openconcerto.sql.element.BaseSQLComponent.addView(BaseSQLComponent.java:244)
at org.openconcerto.sql.element.BaseSQLComponent.addView(BaseSQLComponent.java:236)
at org.openconcerto.erp.core.common.component.SocieteCommonSQLElement$1.addViews(SocieteCommonSQLElement.java:207)
at org.openconcerto.sql.element.SQLComponent.uiInit(SQLComponent.java:148)
at org.openconcerto.erp.preferences.SocietePreferencePanel.<init>(SocietePreferencePanel.java:40)
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:355)
at java.lang.Class.newInstance(Class.java:308)
at org.openconcerto.ui.preferences.PrefTreeNode.createPanel(PrefTreeNode.java:40)
... 16 more
Notez que j'ai fait l'opération sur Ubuntu 11.11 et là aussi ça a abouti, mais j'ai pas encore tout testé
@kunta : quelles sont les versions Java et PostGreSQL utilisées? [et puis pour taquiner : une mise à jour sans sauvegarde préalable... franchement

!]
@Guillaume (si il passe par ici), peut-on faire une mise à niveau de la base régressive (i.e. revenir à une version antérieure)?
Stephan