Bugs item #1601, was opened at 18/12/2007 20:36 You can respond by visiting: http://labs.libre-entreprise.org/tracker/?func=detail&atid=113&aid=1601&group_id=8 Or by replying to this e-mail entering your response between the following markers: #+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+ (enter your response here) #+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+ Status: Open Priority: 3 Submitted By: Benjamin POUSSIN (bpoussin) Assigned to: Tony Chemit (tchemit) Summary: Exception et erreur apres une simulation Category: simulation engine Group: ver-3-0
Resolution: Fixed
Initial Comment: Il n'y avait pas ces erreurs avant la mise en place des logs pour les simulations, il serait bon qu'ils disparaisent INFO [Simulation Thread local] (DataStorage.java:216) getStorage - Create new storage for test 2007-12-18-21-22 12-18 21:28:25 jdbc[2]: SQLException ERROR [Simulation Thread local] (JDBCExceptionReporter.java:78) logExceptions - Table SELECTIVITY already exists; SQL statement: CREATE CACHED TABLE PUBLIC.SELECTIVITY( TOPIAID VARCHAR(255) NOT NULL, TOPIAVERSION BIGINT NOT NULL, TOPIACREATEDATE DATE, EQUATION VARCHAR(255), GEAR VARCHAR(255), POPULATION VARCHAR(255) ) [42S01-60] INFO [Simulation Thread local] (SimulationDoneQueueModel.java:92) simulationWillBeRemoved - in done model for test 2007-12-18-21-22 pos 1 INFO [Simulation Thread local] (SimulationDoneQueueModel.java:95) simulationWillBeRemoved - isStopSimulationRequest : false ERROR [Simulation Thread local] (SimulationDoneQueueModel.java:118) simulationWillBeRemoved - isisfish.error.while.simulation INFO [Simulation Thread local] (SimulationControl.java:126) setText - isisfish.message.stop.with.error WARN [Simulation Thread local] (SimulationManager.java:440) run - isisfish.error.during.simulation java.lang.NullPointerException at fr.ifremer.isisfish.simulator.SimulationHelper.localSimulate(SimulationHelper.java:368) at fr.ifremer.isisfish.simulator.SimulationHelper.simulate(SimulationHelper.java:280) at fr.ifremer.isisfish.simulator.SimulationManager$SimulationThread.run(SimulationManager.java:366) INFO [AWT-EventQueue-0] (LineReader.java:104) close - (levels:[])(file:simulation.log (offsetfile:offsets_0, nbLines:11)) ----------------------------------------------------------------------
Comment By: Tony Chemit (tchemit) Date: 19/12/2007 03:29
Message: pour le premier probleme (utilisation de la méthode getSimulation() au lieu de lastSimulation d'où création d'un nouveau storage...). pour le nullPointer utilisation de l'objet simulation dans simThread alors que l'objet n'existe plus. corrigé en 3.1.1 ---------------------------------------------------------------------- Comment By: Tony Chemit (tchemit) Date: 19/12/2007 03:24 Message: corrigé (utilisation de la méthode getSimulation() au lieu de lastSimulation d'où création d'un nouveau storage...). pour le nullPointer utilisation de l'objet simulation dans simThread alors que l'objet n'existe plus. ---------------------------------------------------------------------- You can respond by visiting: http://labs.libre-entreprise.org/tracker/?func=detail&atid=113&aid=1601&group_id=8