J'ai trouvé le mocreau de debug intéressant (find e message), la dernière erreur n'est pas copiée en entier (trop long). J'ai l'impression que j'ai un souci de Caparmor comme hier après-midi, avec un accès bloqué temporairement, mais que ça a perturbé ISIS plus qu'il ne le fallait. Le 07/05/2014 10:19, Audric VIGIER a écrit :
En remontant dans le debug, je viens de voir qu'il y a une erreur qui occupe énormément de place, elle fait au moins 20 Mo de texte (je ne suis pas encore arrivé au début de l'erreur). Là je suis entrain de récupérer le dernier million de lignes du debug en espérant avoir l'erreur en entier dedans...Par contre je vais avoir du mal à te l'envoyer.
Le 07/05/2014 10:04, Eric Chatellier a écrit :
Le 07/05/2014 09:07, Audric VIGIER a écrit :
Bonjour,
Désolé pour le sujet très évasif, mais je ne vois pas comment décrire plus précisement la chose.
Bonjour,
Il y a quelque chose dans le debug.txt ?
_______________________________________________ Isis-fish-devel mailing list Isis-fish-devel@list.isis-fish.org http://list.isis-fish.org/cgi-bin/mailman/listinfo/isis-fish-devel
INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-8] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-8] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:765) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-13] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-13] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-13] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:765) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-8] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-8] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-8] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:765) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-13] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-13] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-13] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:765) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-8] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-8] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-8] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:765) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-13] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-13] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-13] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:765) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-8] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-8] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-8] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:765) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-13] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-13] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-13] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:765) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-8] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-8] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-8] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:765) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-13] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-13] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-13] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:765) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-8] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-8] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-8] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:768) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-13] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-13] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-13] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:768) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-8] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-8] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-8] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:768) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-13] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-13] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-13] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:768) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-8] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-8] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-8] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:768) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-13] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-13] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-13] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:768) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-8] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-8] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-8] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:768) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-13] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-13] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-13] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:768) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-8] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-8] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-8] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:768) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-13] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-13] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-13] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:768) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-8] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-8] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-8] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:768) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-13] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-13] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-13] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:768) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-8] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-8] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-8] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:768) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-13] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-13] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-13] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:768) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-8] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-8] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-8] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:768) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-13] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-13] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-13] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:768) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-8] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-8] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-8] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:768) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-13] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-13] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-13] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:768) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-8] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-8] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-8] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:768) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-13] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-13] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-13] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:768) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-8] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-8] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-8] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-8] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-8] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:768) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more INFO [pool-3-thread-13] (SimulationJob.java:210) run - Start simulation: sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Connexion à Caparmor INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Connexion à Caparmor INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:164) message - Upload de la simulation INFO [pool-3-thread-13] (SimulationControl.java:204) setText - Upload de la simulation INFO [pool-3-thread-13] (SSHSimulatorLauncher.java:712) uploadSimulation - Creating remote temp directory (if not exists) /home1/caparmor/avigier/isis-tmp/ ERROR [pool-3-thread-13] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-13] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ansP2_2014-05-05-13-13_502 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:182) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulation(SSHSimulatorLauncher.java:717) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.uploadSimulationIfNecessary(SSHSimulatorLauncher.java:689) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:294) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:768) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 8 more ERROR [pool-3-thread-13] (SimulationService.java:669) reportError - Launcher sur le serveur Caparmor will be stopped because there are too many error (50) ERROR [pool-3-thread-8] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-18] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-19] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-20] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-21] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-22] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-23] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-24] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-25] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-26] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-27] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-28] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-29] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-30] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-31] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-32] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-33] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-34] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-35] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-36] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-37] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-54] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-55] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-56] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-57] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-53] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-52] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-51] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-50] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-49] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-48] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-47] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-46] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-45] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-44] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-43] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-42] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-41] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-40] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-39] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-38] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-105] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-106] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-104] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-103] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-113] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-102] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-101] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-100] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-99] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-137] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-98] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-97] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-96] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-95] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-94] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-93] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-138] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-92] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-91] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-90] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-89] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-88] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-87] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-86] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-85] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-84] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-83] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-82] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-81] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-80] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-79] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-78] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-77] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-76] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-75] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-74] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-73] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-72] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-71] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-70] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-69] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-68] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-140] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-67] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-66] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-65] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-64] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-143] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-63] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-62] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-144] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-61] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-145] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-60] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-146] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-59] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-147] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-58] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-142] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-141] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-139] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-136] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-148] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-135] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-149] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-134] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-133] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-132] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-131] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-130] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-129] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-128] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-127] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-126] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-125] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-124] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-123] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-174] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-122] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-121] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-120] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-119] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-186] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-118] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-117] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-116] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-115] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-114] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-112] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-111] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-110] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-109] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-108] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-191] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-107] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-190] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-189] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-188] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-187] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-185] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-184] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-183] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-182] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-181] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-180] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-179] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-178] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-177] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-176] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-175] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-173] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-172] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-171] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-170] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-169] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-168] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-167] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-166] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-165] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-164] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-193] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-194] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-163] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-215] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-162] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-161] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-160] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) INFO [pool-3-thread-4] (SSHUtils.java:221) exec - JSch channel exit-status: 0 ERROR [pool-3-thread-159] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-158] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-157] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-156] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-155] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-154] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-153] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-152] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-151] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-221] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-150] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-222] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-220] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-219] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-225] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-226] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-227] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-218] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-229] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-217] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-216] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-214] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-213] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-212] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-231] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-211] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-236] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-237] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-238] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-239] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-210] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-209] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-208] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-277] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-207] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-278] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-206] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-205] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-204] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-203] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-202] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-201] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-200] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-199] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-279] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-198] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-197] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-196] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-195] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-192] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-286] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-285] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-284] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-283] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-282] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-281] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-287] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-280] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-276] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-275] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-274] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-273] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-272] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-271] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-270] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-269] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-268] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-267] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-266] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-265] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-264] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-263] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-262] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-261] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-260] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-259] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-258] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-257] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-256] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-255] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-254] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-253] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-252] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-251] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-250] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-249] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-248] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-247] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-246] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-245] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-244] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-243] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-242] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-241] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-240] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-235] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-234] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-233] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-232] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-288] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-290] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-230] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-228] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-224] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-223] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-289] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-292] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-291] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-293] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-294] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-295] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-296] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-297] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-298] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-299] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-306] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-305] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-304] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-307] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-303] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-302] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-301] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-300] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-308] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-309] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-310] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-311] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-312] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-313] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-314] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-315] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-316] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-317] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-318] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-329] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-328] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-327] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-326] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-325] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-324] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-335] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-323] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-337] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-322] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-321] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-320] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-319] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-341] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-340] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-339] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-338] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-336] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-334] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-333] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-364] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-332] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-331] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-330] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-363] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-362] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-361] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-360] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-359] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-358] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-357] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-356] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-355] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-354] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-353] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-352] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-351] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-350] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-349] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-348] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-347] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-346] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-345] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-344] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-343] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-342] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-365] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-366] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-367] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-368] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-370] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-369] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-375] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-376] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-374] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-373] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-372] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-371] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-377] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-378] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-379] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-404] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-403] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-402] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-401] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-400] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-380] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-399] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-411] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-398] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-414] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-397] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-396] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-395] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-394] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-418] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-412] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-393] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-392] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-391] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-390] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-389] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-388] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-387] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-386] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-385] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-384] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-383] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-382] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-381] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-423] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-422] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-421] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-420] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-419] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-424] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-417] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-416] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-415] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-413] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-410] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-409] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-408] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-407] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-426] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-406] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-405] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-427] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-428] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-429] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-425] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-457] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-456] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-455] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-454] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-453] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-452] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-451] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-450] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-449] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-448] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-447] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-446] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-445] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-444] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-443] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-442] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-441] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-440] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-439] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-438] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-437] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-436] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-435] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-434] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-433] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-432] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-431] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-430] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-458] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-459] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-460] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-467] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-466] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-465] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-464] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-463] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-462] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-461] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-476] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-475] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-474] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-473] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-472] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-471] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-470] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-469] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-468] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-483] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-482] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-481] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-480] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-479] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-478] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-477] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-489] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-488] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-487] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-486] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-485] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-484] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-494] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-493] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-492] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-491] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-490] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-498] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-497] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-496] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-495] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-501] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-500] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-499] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-502] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-503] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-504] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-505] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-507] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-506] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-508] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-516] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-515] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-514] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-513] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-512] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-511] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-510] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-509] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-517] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-518] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-519] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-520] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-521] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-522] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-523] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-524] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-525] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-526] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-527] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-528] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-529] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-530] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-531] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-532] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-533] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-536] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-535] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-534] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-538] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-537] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-539] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-549] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-548] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-547] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-546] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-551] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-545] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-544] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-552] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-543] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-542] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-553] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-541] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-540] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-550] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-554] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-555] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-556] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-557] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-558] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-559] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-560] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-569] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-568] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-567] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-566] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-565] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-564] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-563] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-602] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-562] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-561] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-603] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-601] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-600] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-599] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-598] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-607] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-597] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-596] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-595] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-594] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-593] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-592] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-591] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-590] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-610] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-589] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-588] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-612] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-587] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-586] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-620] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-585] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-621] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-584] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-583] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-582] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-581] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-580] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-579] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-578] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-577] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-576] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-575] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-574] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-573] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-572] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-571] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-570] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-619] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-618] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-617] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-616] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-615] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-614] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-613] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-611] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-609] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-608] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-606] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-605] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-604] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-622] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-623] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-625] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-628] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-624] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-634] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-633] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-632] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-631] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-630] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-629] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-627] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-626] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-635] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-636] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-637] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) INFO [pool-3-thread-4] (SSHSimulatorLauncher.java:164) message - Attente du démarrage de la simulation INFO [pool-3-thread-4] (SimulationControl.java:204) setText - Attente du démarrage de la simulation ERROR [pool-3-thread-638] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-639] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-668] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-667] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-669] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-676] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-677] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-678] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-679] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-680] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-681] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-683] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-684] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-666] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-665] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-664] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-663] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-662] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-661] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-660] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-659] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-658] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-657] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-656] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-655] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-654] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-653] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-652] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-651] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-650] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-649] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-648] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-647] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-646] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-644] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-645] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-643] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-642] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-641] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-640] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-699] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-698] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-697] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-696] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-695] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-694] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-693] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-706] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-707] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-708] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-709] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-692] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-691] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-690] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-689] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-688] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-687] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-686] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-685] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-682] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-675] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-674] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-673] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-672] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-671] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-670] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-720] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-719] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-718] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-717] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-716] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-715] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-714] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-713] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-712] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-711] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-710] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-705] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-704] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-703] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-702] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-701] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-700] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-721] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-722] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-723] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-724] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-725] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-726] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-743] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-742] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-741] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-740] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-739] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-738] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-737] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-736] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-735] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-734] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-733] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-732] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-731] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-730] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-729] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-728] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-727] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-744] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-745] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-791] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-790] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-789] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-788] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-787] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-786] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-785] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-784] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-783] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-782] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-781] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-780] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-779] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-778] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-777] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-776] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-775] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-774] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-773] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-772] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-771] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-770] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-769] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-768] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-767] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-798] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-799] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-800] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-766] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-765] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-764] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-763] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-762] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-761] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-760] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-759] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-758] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-757] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-756] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-755] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-754] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-753] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-752] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-751] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-750] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-749] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-748] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-747] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-746] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-797] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-796] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-795] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-794] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-793] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-792] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-802] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-801] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-803] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-804] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-805] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-806] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-807] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-808] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-809] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-810] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-811] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-812] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-813] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-814] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-815] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-816] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-817] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-818] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-819] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-820] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-821] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-822] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-823] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-824] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-825] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-826] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-827] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-828] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-829] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-830] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-831] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-832] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-833] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-834] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-835] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-836] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-837] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-838] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-839] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-840] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-841] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-842] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-843] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-844] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-845] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-846] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-847] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-848] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-849] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-850] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-851] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-859] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-858] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-852] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-857] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-856] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-855] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-854] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-853] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-860] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-861] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-862] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-863] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-864] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-865] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-866] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-867] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-868] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-4] (SSHSimulatorLauncher.java:308) simulate - Impossible de lancer une simulation sur serveur distant WARN [pool-3-thread-4] (SimulationJob.java:357) run - Can't simulate sim_RecuitSimuleVoisinageAdaptatifCristallisationT3Param10ans3FOP2_2014-05-05-13-11_500 java.rmi.RemoteException: Impossible de lancer une simulation sur serveur distant; nested exception is: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:310) at fr.ifremer.isisfish.simulator.launcher.SimulationJob.run(SimulationJob.java:302) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: fr.ifremer.isisfish.util.ssh.SSHException: I/O error while executing command at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:234) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.sendStartSimulationRequest(SSHSimulatorLauncher.java:1170) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.startSimulation(SSHSimulatorLauncher.java:1011) at fr.ifremer.isisfish.simulator.launcher.SSHSimulatorLauncher.simulate(SSHSimulatorLauncher.java:304) ... 4 more Caused by: com.jcraft.jsch.JSchException: channel is not opened. at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:768) at com.jcraft.jsch.Channel.connect(Channel.java:151) at com.jcraft.jsch.Channel.connect(Channel.java:145) at fr.ifremer.isisfish.util.ssh.SSHUtils.exec(SSHUtils.java:207) ... 7 more ERROR [pool-3-thread-869] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-870] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-871] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-876] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-875] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-874] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-873] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-872] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-877] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-4] (SimulationService.java:669) reportError - Launcher sur le serveur Caparmor will be stopped because there are too many error (51) ERROR [pool-3-thread-878] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-879] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-881] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-882] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-4] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-883] (IsisFish.java:673) uncaughtException - Global application exception java.lang.RuntimeException: Normal stop thread, this is not an error at fr.ifremer.isisfish.simulator.launcher.SimulationExecutor.beforeExecute(SimulationExecutor.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1107) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-884] (IsisFish.java:673) uncaughtException - Global application exception java.lang.OutOfMemoryError: unable to create new native thread at java.lang.Thread.start0(Native Method) at java.lang.Thread.start(Thread.java:691) at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:943) at java.util.concurrent.ThreadPoolExecutor.processWorkerExit(ThreadPoolExecutor.java:992) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) ERROR [pool-3-thread-880] (IsisFish.java:673) uncaughtException - Global application exception java.lang.OutOfMemoryError: unable to create new native thread at java.lang.Thread.start0(Native Method) at java.lang.Thread.start(Thread.java:691) at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:943) at java.util.concurrent.ThreadPoolExecutor.processWorkerExit(ThreadPoolExecutor.java:992) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) INFO [monitor-thread] (SimulationControl.java:204) setText - Téléchargement des résultats INFO [monitor-thread] (SimulationControl.java:204) setText - Simulation terminée INFO [monitor-thread] (SimulationControl.java:204) setText - Suppression des fichiers de simulation java.lang.reflect.InvocationTargetException at java.awt.EventQueue.invokeAndWait(EventQueue.java:1258) at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1349) at org.jdesktop.swingx.JXErrorPane.showDialog(JXErrorPane.java:404) at fr.ifremer.isisfish.ui.util.ErrorHelper.showErrorDialog(ErrorHelper.java:78) at fr.ifremer.isisfish.IsisFish$3$1.uncaughtException(IsisFish.java:683) at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1057) at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1052) at java.lang.Thread.dispatchUncaughtException(Thread.java:1964) Caused by: java.lang.StackOverflowError at javax.swing.text.html.CSS.styleConstantsKeyToCSSKey(CSS.java:650) at javax.swing.text.html.StyleSheet$SmallConversionSet.getAttribute(StyleSheet.java:864) at javax.swing.text.AbstractDocument$AbstractElement.getAttribute(AbstractDocument.java:1896) at javax.swing.text.html.StyleSheet.convertAttributeSet(StyleSheet.java:753) at javax.swing.text.html.StyleSheet.addAttributes(StyleSheet.java:595) at javax.swing.text.StyleContext$NamedStyle.addAttributes(StyleContext.java:1513) at javax.swing.text.html.HTMLEditorKit.createInputAttributes(HTMLEditorKit.java:452) at javax.swing.text.StyledEditorKit$AttributeTracker.updateInputAttributes(StyledEditorKit.java:259) at javax.swing.text.StyledEditorKit$AttributeTracker.caretUpdate(StyledEditorKit.java:275) at javax.swing.text.JTextComponent.fireCaretUpdate(JTextComponent.java:407) at javax.swing.text.JTextComponent$MutableCaretEvent.fire(JTextComponent.java:4417) at javax.swing.text.JTextComponent$MutableCaretEvent.stateChanged(JTextComponent.java:4439) at javax.swing.text.DefaultCaret.fireStateChanged(DefaultCaret.java:798) at javax.swing.text.DefaultCaret.changeCaretPosition(DefaultCaret.java:1273) at javax.swing.text.DefaultCaret.handleSetDot(DefaultCaret.java:1169) at javax.swing.text.DefaultCaret.setDot(DefaultCaret.java:1150) at javax.swing.text.DefaultCaret$Handler.removeUpdate(DefaultCaret.java:1796) at javax.swing.text.AbstractDocument.fireRemoveUpdate(AbstractDocument.java:260) at javax.swing.text.AbstractDocument.handleRemove(AbstractDocument.java:623) at javax.swing.text.AbstractDocument.remove(AbstractDocument.java:591) at javax.swing.JEditorPane.setText(JEditorPane.java:1409) at org.jdesktop.swingx.plaf.basic.BasicErrorPaneUI$ErrorPaneLayout.layoutContainer(BasicErrorPaneUI.java:1054) at java.awt.Container.layout(Container.java:1503) at java.awt.Container.doLayout(Container.java:1492) at org.jdesktop.swingx.plaf.basic.BasicErrorPaneUI.setDetailsVisible(BasicErrorPaneUI.java:574) at org.jdesktop.swingx.plaf.basic.BasicErrorPaneUI.reinit(BasicErrorPaneUI.java:596) at org.jdesktop.swingx.plaf.basic.BasicErrorPaneUI.getErrorDialog(BasicErrorPaneUI.java:407) at org.jdesktop.swingx.JXErrorPane.createDialog(JXErrorPane.java:433) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:397) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) ERROR [AWT-EventQueue-0] (IsisFish.java:673) uncaughtE at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219) at java.awt.Dialog.show(Dialog.java:1077) at java.awt.Component.show(Component.java:1651) at java.awt.Component.setVisible(Component.java:1603) at java.awt.Window.setVisible(Window.java:1014) at java.awt.Dialog.setVisible(Dialog.java:1003) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:691) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155) at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182)