Page 1 sur 1

[résolu] V1.2 erreur

Posté : lun. août 13, 2012 7:48 pm
par oitsuki
je vines tout juste d'installer la nouvelle version.
Dans préférences / société et Numérotation j'ai ceci qui apparait
Mon souhaite est de créer une nouvelle société
je suis en monoposte configuration be base H2

merci

Impossible de créer le panneau de préférence

unknown field AVOIR_F_FORMAT in NUMEROTATION_AUTO. The table NUMEROTATION_AUTO contains the followins fields: [BON_L_FORMAT, RELANCE_FORMAT, COURRIER_START, AFFAIRE_START, DEVIS_FORMAT, AVOIR_START, SALARIE_START, PROPOSITION_START, BON_R_START, MODIFICATION_DATE, CREATION_DATE, FACT_START, ID_USER_COMMON_CREATE, FACT_FORMAT, SALARIE_FORMAT, ARCHIVE, COMMANDE_FORMAT, COMMANDE_CLIENT_START, COMMANDE_START, BON_R_FORMAT, BON_L_START, DEVIS_START, RELANCE_START, ID, PROPOSITION_FORMAT, AFFAIRE_FORMAT, COURRIER_FORMAT, AVOIR_FORMAT, ID_USER_COMMON_MODIFY, ORDRE, CODE_LETTRAGE, COMMANDE_CLIENT_FORMAT]
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:646)
at java.awt.EventQueue.access$000(EventQueue.java:84)
at java.awt.EventQueue$1.run(EventQueue.java:607)
at java.awt.EventQueue$1.run(EventQueue.java:605)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:616)
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 AVOIR_F_FORMAT in NUMEROTATION_AUTO. The table NUMEROTATION_AUTO contains the followins fields: [BON_L_FORMAT, RELANCE_FORMAT, COURRIER_START, AFFAIRE_START, DEVIS_FORMAT, AVOIR_START, SALARIE_START, PROPOSITION_START, BON_R_START, MODIFICATION_DATE, CREATION_DATE, FACT_START, ID_USER_COMMON_CREATE, FACT_FORMAT, SALARIE_FORMAT, ARCHIVE, COMMANDE_FORMAT, COMMANDE_CLIENT_START, COMMANDE_START, BON_R_FORMAT, BON_L_START, DEVIS_START, RELANCE_START, ID, PROPOSITION_FORMAT, AFFAIRE_FORMAT, COURRIER_FORMAT, AVOIR_FORMAT, ID_USER_COMMON_MODIFY, ORDRE, CODE_LETTRAGE, COMMANDE_CLIENT_FORMAT]
at org.openconcerto.sql.model.SQLTable.getField(SQLTable.java:699)
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.addSQLObject(BaseSQLComponent.java:224)
at org.openconcerto.sql.element.BaseSQLComponent.addRequiredSQLObject(BaseSQLComponent.java:232)
at org.openconcerto.erp.core.common.element.NumerotationAutoSQLElement$1.addViews(NumerotationAutoSQLElement.java:170)
at org.openconcerto.sql.element.SQLComponent.uiInit(SQLComponent.java:148)
at org.openconcerto.erp.preferences.NumerotationPreferencePanel.<init>(NumerotationPreferencePanel.java:37)
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

Dans Structure / création d'une nouvelle société
Erreur d'initialisation

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: Erreur d'initialisation
at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:86)
at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:90)
at org.openconcerto.sql.view.EditPanel.<init>(EditPanel.java:198)
at org.openconcerto.sql.view.EditPanel.<init>(EditPanel.java:130)
at org.openconcerto.sql.view.EditFrame.<init>(EditFrame.java:83)
at org.openconcerto.sql.view.EditFrame.<init>(EditFrame.java:65)
at org.openconcerto.sql.view.EditFrame.<init>(EditFrame.java:61)
at org.openconcerto.erp.action.NouvelleSocieteAction.createFrame(NouvelleSocieteAction.java:31)
at org.openconcerto.erp.action.CreateFrameAbstractAction.actionPerformed(CreateFrameAbstractAction.java:42)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:809)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:850)
at java.awt.Component.processMouseEvent(Component.java:6290)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
at java.awt.Component.processEvent(Component.java:6055)
at java.awt.Container.processEvent(Container.java:2039)
at java.awt.Component.dispatchEventImpl(Component.java:4653)
at java.awt.Container.dispatchEventImpl(Container.java:2097)
at java.awt.Component.dispatchEvent(Component.java:4481)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4575)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4236)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4166)
at java.awt.Container.dispatchEventImpl(Container.java:2083)
at java.awt.Window.dispatchEventImpl(Window.java:2482)
at java.awt.Component.dispatchEvent(Component.java:4481)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:648)
at java.awt.EventQueue.access$000(EventQueue.java:84)
at java.awt.EventQueue$1.run(EventQueue.java:607)
at java.awt.EventQueue$1.run(EventQueue.java:605)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
at java.awt.EventQueue$2.run(EventQueue.java:621)
at java.awt.EventQueue$2.run(EventQueue.java:619)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:618)
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:699)
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.sql.view.EditPanel.<init>(EditPanel.java:192)
... 44 more

Re: V1.2 erreur

Posté : mar. août 14, 2012 10:14 am
par guillaume
Bonjour,

S'il s'agit d'un mise à jour depuis une ancienne version, il vous faudra utiliser l'outil de configuration pour mettre à jour la base.

Cordialement,

Re: V1.2 erreur

Posté : mar. août 14, 2012 10:59 am
par oitsuki
Je vais essayer, merci

Re: V1.2 erreur [résolu]

Posté : mar. août 14, 2012 1:39 pm
par oitsuki
J'ai supprimé le fichier caché et le répertoire openconcerto. Pb résolu.

merci