Opened 8 years ago

Closed 8 years ago

#206 closed defect (fixed)

Saisie des lots à la volée

Reported by: bricesauvaget Owned by:
Priority: major Milestone: 43 Masques_Lots_JAVA0.4
Component: Programme Java Version: 0.4
Keywords: Cc:

Description

Sur la version alpha128, quand on saisi les échantillons à la volée, on ressort rapidement du lot avec ce message d'erreur :
"Erreur de saisie : saisir effectif et/ou quantité (S4004) 1 Caractéristiques enregistrées"

Console :

INFOS: traitement de 1 paramÞtres
Lot : insertObjet()
ConnexionBD : executeInsert()
ao¹t 31, 2016 9:25:54 AM migration.ihm.AjouterLot? enregistreLot
INFOS: enregistreLot Enregistrement ajoutÚ : lot pour une opÚration (A1002)
Caracteristique : insertObjet()
ConnexionBD : executeInsert()
ao¹t 31, 2016 9:25:57 AM migration.ihm.AjouterLot? enregistreLot
GRAVE: enregistreLot
java.util.zip.DataFormatException?: Erreur de saisie : saisir effectif et/ou quan
titÚ (S4004)

at migration.Lot.verifAttributs(Lot.java:231)
at migration.ihm.AjouterLot?.enregistreLot(AjouterLot?.java:3779)
at migration.ihm.AjouterLot?.enregistreLotCar(AjouterLot?.java:3630)
at migration.ihm.AjouterLot?.ajouterEchantillonActionPerformed(AjouterLot?

.java:2498)

at migration.ihm.AjouterLot?.access$83(AjouterLot?.java:2479)
at migration.ihm.AjouterLot?$61.actionPerformed(AjouterLot?.java:2324)
at javax.swing.AbstractButton?.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton?$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel?.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel?.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener?.mouseReleased(Unknown Sour

ce)

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$500(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 Sour

ce)

at java.security.ProtectionDomain?$1.doIntersectionPrivilege(Unknown Sour

ce)

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 Sour

ce)

at java.awt.EventQueue?.dispatchEvent(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)

Change History (1)

comment:1 Changed 8 years ago by cedric

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.