Build failed in Jenkins: observe-nightly » ObServe :: Services ToPIA Implementation #116
See <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/116/changes> Changes: [Tony CHEMIT] premier controleur pour le serveur web (refs #7463) [Tony CHEMIT] Ajout de la configuration de sécurité sur les méthodes de service + [Tony CHEMIT] Introduction d'un objet qui contient une connexion à une source de [Tony CHEMIT] Changement de l'API de DataSourceService pour quelle renvoie le résultat [Tony CHEMIT] Revue de la manière de se connecter (introduction de [Tony CHEMIT] Ajout de la méthode DataSourceService.canConnect [Tony CHEMIT] Ajout traductions [Tony CHEMIT] Amélioration des tests sur le service DataSourceService pour bien [Tony CHEMIT] Renommage méthode de vérification de configuration de source de données [Tony CHEMIT] Optimisation des dépendances + on repasse certains test en ignore [Tony CHEMIT] Renommage moduel de validation + corrige un scope sur une dépendance ------------------------------------------ [...truncated 4721 lines...] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 195.631 sec - in fr.ird.observe.services.service.DataSourceServiceTopiaTest Running fr.ird.observe.services.service.longline.SetLonglineDetailCompositionServiceTopiaTest INFO [main] (fr.ird.observe.services.ApplicationContextResource:160) createDataSourceConfigurationH2 - db directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/SetLonglineDetailCompositionServiceTopiaTest/saveTest/dataForTestLongline/localdb> INFO [main] (fr.ird.observe.services.service.AbstractServiceTopiaTest:70) setUp - create Database on <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/SetLonglineDetailCompositionServiceTopiaTest/saveTest/dataForTestLongline> from script dataForTestLongline INFO [main] (fr.ird.observe.test.TestHelper:249) getBackupScript - /db/4.0.1/dataForTestLongline.sql.gz INFO [main] (fr.ird.observe.ObserveTopiaConfigurationFactory:131) forH2Database - H2 topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/SetLonglineDetailCompositionServiceTopiaTest/saveTest/dataForTestLongline/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ObserveTopiaApplicationContextFactory:158) createTopiaApplicationContext - H2 Topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/SetLonglineDetailCompositionServiceTopiaTest/saveTest/dataForTestLongline/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.service.DataSourceServiceTopia:146) create - Create topia application context: fr.ird.observe.services.ObserveTopiaApplicationContextFactory$MyObserveTopiaApplicationContext@4da21263 INFO [main] (fr.ird.observe.services.service.DataSourceServiceTopia:152) create - Create new database from a script. INFO [main] (fr.ird.observe.ObserveTopiaApplicationContext:131) executeSqlStatements - script: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/SetLonglineDetailCompositionServiceTopiaTest/saveTest/tmp/ImportDatabase_SetLonglineDetailCompositionServiceTopiaTest>#localdb2055657530686882037/script_6940261317649040.sql INFO [main] (fr.ird.observe.entities.migration.AbstractDataSourceMigration:132) askUser - auto migrate mode INFO [main] (fr.ird.observe.entities.migration.AbstractObserveMigrationCallBack:71) loadScript - Will will load migration script: /db/4.0/empty-H2.sql INFO [main] (fr.ird.observe.services.ApplicationContextResource:160) createDataSourceConfigurationH2 - db directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestLongline/localdb> INFO [main] (fr.ird.observe.services.service.AbstractServiceTopiaTest:70) setUp - create Database on <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestLongline> from script dataForTestLongline INFO [main] (fr.ird.observe.test.TestHelper:249) getBackupScript - /db/4.0.1/dataForTestLongline.sql.gz INFO [main] (fr.ird.observe.ObserveTopiaConfigurationFactory:131) forH2Database - H2 topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestLongline/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ObserveTopiaApplicationContextFactory:158) createTopiaApplicationContext - H2 Topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestLongline/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.service.DataSourceServiceTopia:146) create - Create topia application context: fr.ird.observe.services.ObserveTopiaApplicationContextFactory$MyObserveTopiaApplicationContext@b3f63261 INFO [main] (fr.ird.observe.services.service.DataSourceServiceTopia:152) create - Create new database from a script. INFO [main] (fr.ird.observe.ObserveTopiaApplicationContext:131) executeSqlStatements - script: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/SetLonglineDetailCompositionServiceTopiaTest/loadToEditTest/tmp/ImportDatabase_SetLonglineDetailCompositionServiceTopiaTest>#localdb8050602373464875060/script_6940271847231123.sql INFO [main] (fr.ird.observe.entities.migration.AbstractDataSourceMigration:132) askUser - auto migrate mode INFO [main] (fr.ird.observe.entities.migration.AbstractObserveMigrationCallBack:71) loadScript - Will will load migration script: /db/4.0/empty-H2.sql Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.311 sec - in fr.ird.observe.services.service.longline.SetLonglineDetailCompositionServiceTopiaTest Running fr.ird.observe.services.service.seine.RouteServiceTopiaTest INFO [main] (fr.ird.observe.services.ApplicationContextResource:160) createDataSourceConfigurationH2 - db directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb> INFO [main] (fr.ird.observe.ObserveTopiaConfigurationFactory:131) forH2Database - H2 topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ObserveTopiaApplicationContextFactory:158) createTopiaApplicationContext - H2 Topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.244 sec - in fr.ird.observe.services.service.seine.RouteServiceTopiaTest Running fr.ird.observe.services.service.seine.TargetSampleServiceTopiaTest INFO [main] (fr.ird.observe.services.ApplicationContextResource:160) createDataSourceConfigurationH2 - db directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb> INFO [main] (fr.ird.observe.ObserveTopiaConfigurationFactory:131) forH2Database - H2 topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ObserveTopiaApplicationContextFactory:158) createTopiaApplicationContext - H2 Topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ApplicationContextResource:160) createDataSourceConfigurationH2 - db directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb> INFO [main] (fr.ird.observe.ObserveTopiaConfigurationFactory:131) forH2Database - H2 topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ObserveTopiaApplicationContextFactory:158) createTopiaApplicationContext - H2 Topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.476 sec - in fr.ird.observe.services.service.seine.TargetSampleServiceTopiaTest Running fr.ird.observe.services.service.seine.GearUseFeaturesSeineServiceTopiaTest INFO [main] (fr.ird.observe.services.ApplicationContextResource:160) createDataSourceConfigurationH2 - db directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/GearUseFeaturesSeineServiceTopiaTest/saveUpdateTest/dataForTestSeine/localdb> INFO [main] (fr.ird.observe.services.service.AbstractServiceTopiaTest:70) setUp - create Database on <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/GearUseFeaturesSeineServiceTopiaTest/saveUpdateTest/dataForTestSeine> from script dataForTestSeine INFO [main] (fr.ird.observe.test.TestHelper:249) getBackupScript - /db/4.0.1/dataForTestSeine.sql.gz INFO [main] (fr.ird.observe.ObserveTopiaConfigurationFactory:131) forH2Database - H2 topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/GearUseFeaturesSeineServiceTopiaTest/saveUpdateTest/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ObserveTopiaApplicationContextFactory:158) createTopiaApplicationContext - H2 Topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/GearUseFeaturesSeineServiceTopiaTest/saveUpdateTest/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.service.DataSourceServiceTopia:146) create - Create topia application context: fr.ird.observe.services.ObserveTopiaApplicationContextFactory$MyObserveTopiaApplicationContext@2303042f INFO [main] (fr.ird.observe.services.service.DataSourceServiceTopia:152) create - Create new database from a script. INFO [main] (fr.ird.observe.ObserveTopiaApplicationContext:131) executeSqlStatements - script: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/GearUseFeaturesSeineServiceTopiaTest/saveUpdateTest/tmp/ImportDatabase_GearUseFeaturesSeineServiceTopiaTest>#localdb7401701180310565634/script_6940356364118046.sql INFO [main] (fr.ird.observe.entities.migration.AbstractDataSourceMigration:132) askUser - auto migrate mode INFO [main] (fr.ird.observe.entities.migration.AbstractObserveMigrationCallBack:71) loadScript - Will will load migration script: /db/4.0/empty-H2.sql INFO [main] (fr.ird.observe.services.ApplicationContextResource:160) createDataSourceConfigurationH2 - db directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb> INFO [main] (fr.ird.observe.ObserveTopiaConfigurationFactory:131) forH2Database - H2 topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ObserveTopiaApplicationContextFactory:158) createTopiaApplicationContext - H2 Topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ApplicationContextResource:160) createDataSourceConfigurationH2 - db directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/GearUseFeaturesSeineServiceTopiaTest/saveCreateTest/dataForTestSeine/localdb> INFO [main] (fr.ird.observe.services.service.AbstractServiceTopiaTest:70) setUp - create Database on <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/GearUseFeaturesSeineServiceTopiaTest/saveCreateTest/dataForTestSeine> from script dataForTestSeine INFO [main] (fr.ird.observe.test.TestHelper:249) getBackupScript - /db/4.0.1/dataForTestSeine.sql.gz INFO [main] (fr.ird.observe.ObserveTopiaConfigurationFactory:131) forH2Database - H2 topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/GearUseFeaturesSeineServiceTopiaTest/saveCreateTest/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ObserveTopiaApplicationContextFactory:158) createTopiaApplicationContext - H2 Topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/GearUseFeaturesSeineServiceTopiaTest/saveCreateTest/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.service.DataSourceServiceTopia:146) create - Create topia application context: fr.ird.observe.services.ObserveTopiaApplicationContextFactory$MyObserveTopiaApplicationContext@1a28b2f9 INFO [main] (fr.ird.observe.services.service.DataSourceServiceTopia:152) create - Create new database from a script. INFO [main] (fr.ird.observe.ObserveTopiaApplicationContext:131) executeSqlStatements - script: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/GearUseFeaturesSeineServiceTopiaTest/saveCreateTest/tmp/ImportDatabase_GearUseFeaturesSeineServiceTopiaTest>#localdb6255065568071087570/script_6940499102317519.sql INFO [main] (fr.ird.observe.entities.migration.AbstractDataSourceMigration:132) askUser - auto migrate mode INFO [main] (fr.ird.observe.entities.migration.AbstractObserveMigrationCallBack:71) loadScript - Will will load migration script: /db/4.0/empty-H2.sql INFO [main] (fr.ird.observe.services.ApplicationContextResource:160) createDataSourceConfigurationH2 - db directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb> INFO [main] (fr.ird.observe.ObserveTopiaConfigurationFactory:131) forH2Database - H2 topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ObserveTopiaApplicationContextFactory:158) createTopiaApplicationContext - H2 Topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ApplicationContextResource:160) createDataSourceConfigurationH2 - db directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb> INFO [main] (fr.ird.observe.ObserveTopiaConfigurationFactory:131) forH2Database - H2 topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ObserveTopiaApplicationContextFactory:158) createTopiaApplicationContext - H2 Topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ApplicationContextResource:160) createDataSourceConfigurationH2 - db directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb> INFO [main] (fr.ird.observe.ObserveTopiaConfigurationFactory:131) forH2Database - H2 topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ObserveTopiaApplicationContextFactory:158) createTopiaApplicationContext - H2 Topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ApplicationContextResource:160) createDataSourceConfigurationH2 - db directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/GearUseFeaturesSeineServiceTopiaTest/deleteTest/dataForTestSeine/localdb> INFO [main] (fr.ird.observe.services.service.AbstractServiceTopiaTest:70) setUp - create Database on <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/GearUseFeaturesSeineServiceTopiaTest/deleteTest/dataForTestSeine> from script dataForTestSeine INFO [main] (fr.ird.observe.test.TestHelper:249) getBackupScript - /db/4.0.1/dataForTestSeine.sql.gz INFO [main] (fr.ird.observe.ObserveTopiaConfigurationFactory:131) forH2Database - H2 topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/GearUseFeaturesSeineServiceTopiaTest/deleteTest/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ObserveTopiaApplicationContextFactory:158) createTopiaApplicationContext - H2 Topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/GearUseFeaturesSeineServiceTopiaTest/deleteTest/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.service.DataSourceServiceTopia:146) create - Create topia application context: fr.ird.observe.services.ObserveTopiaApplicationContextFactory$MyObserveTopiaApplicationContext@ecaca997 INFO [main] (fr.ird.observe.services.service.DataSourceServiceTopia:152) create - Create new database from a script. INFO [main] (fr.ird.observe.ObserveTopiaApplicationContext:131) executeSqlStatements - script: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/GearUseFeaturesSeineServiceTopiaTest/deleteTest/tmp/ImportDatabase_GearUseFeaturesSeineServiceTopiaTest>#localdb1080710156088106881/script_6940523775928347.sql INFO [main] (fr.ird.observe.entities.migration.AbstractDataSourceMigration:132) askUser - auto migrate mode INFO [main] (fr.ird.observe.entities.migration.AbstractObserveMigrationCallBack:71) loadScript - Will will load migration script: /db/4.0/empty-H2.sql Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 208.449 sec - in fr.ird.observe.services.service.seine.GearUseFeaturesSeineServiceTopiaTest Running fr.ird.observe.services.service.seine.TripSeineServiceTopiaTest INFO [main] (fr.ird.observe.services.ApplicationContextResource:160) createDataSourceConfigurationH2 - db directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb> INFO [main] (fr.ird.observe.ObserveTopiaConfigurationFactory:131) forH2Database - H2 topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ObserveTopiaApplicationContextFactory:158) createTopiaApplicationContext - H2 Topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ApplicationContextResource:160) createDataSourceConfigurationH2 - db directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/TripSeineServiceTopiaTest/saveUpdateTest/dataForTestSeine/localdb> INFO [main] (fr.ird.observe.services.service.AbstractServiceTopiaTest:70) setUp - create Database on <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/TripSeineServiceTopiaTest/saveUpdateTest/dataForTestSeine> from script dataForTestSeine INFO [main] (fr.ird.observe.test.TestHelper:249) getBackupScript - /db/4.0.1/dataForTestSeine.sql.gz INFO [main] (fr.ird.observe.ObserveTopiaConfigurationFactory:131) forH2Database - H2 topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/TripSeineServiceTopiaTest/saveUpdateTest/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ObserveTopiaApplicationContextFactory:158) createTopiaApplicationContext - H2 Topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/TripSeineServiceTopiaTest/saveUpdateTest/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.service.DataSourceServiceTopia:146) create - Create topia application context: fr.ird.observe.services.ObserveTopiaApplicationContextFactory$MyObserveTopiaApplicationContext@33ecd43a INFO [main] (fr.ird.observe.services.service.DataSourceServiceTopia:152) create - Create new database from a script. INFO [main] (fr.ird.observe.ObserveTopiaApplicationContext:131) executeSqlStatements - script: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/TripSeineServiceTopiaTest/saveUpdateTest/tmp/ImportDatabase_TripSeineServiceTopiaTest>#localdb757959063546246714/script_6940568221573958.sql INFO [main] (fr.ird.observe.entities.migration.AbstractDataSourceMigration:132) askUser - auto migrate mode INFO [main] (fr.ird.observe.entities.migration.AbstractObserveMigrationCallBack:71) loadScript - Will will load migration script: /db/4.0/empty-H2.sql INFO [main] (fr.ird.observe.services.ApplicationContextResource:160) createDataSourceConfigurationH2 - db directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb> INFO [main] (fr.ird.observe.ObserveTopiaConfigurationFactory:131) forH2Database - H2 topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ObserveTopiaApplicationContextFactory:158) createTopiaApplicationContext - H2 Topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ApplicationContextResource:160) createDataSourceConfigurationH2 - db directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/TripSeineServiceTopiaTest/saveCreateTest/dataForTestSeine/localdb> INFO [main] (fr.ird.observe.services.service.AbstractServiceTopiaTest:70) setUp - create Database on <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/TripSeineServiceTopiaTest/saveCreateTest/dataForTestSeine> from script dataForTestSeine INFO [main] (fr.ird.observe.test.TestHelper:249) getBackupScript - /db/4.0.1/dataForTestSeine.sql.gz INFO [main] (fr.ird.observe.ObserveTopiaConfigurationFactory:131) forH2Database - H2 topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/TripSeineServiceTopiaTest/saveCreateTest/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ObserveTopiaApplicationContextFactory:158) createTopiaApplicationContext - H2 Topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/TripSeineServiceTopiaTest/saveCreateTest/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.service.DataSourceServiceTopia:146) create - Create topia application context: fr.ird.observe.services.ObserveTopiaApplicationContextFactory$MyObserveTopiaApplicationContext@205f9c5 INFO [main] (fr.ird.observe.services.service.DataSourceServiceTopia:152) create - Create new database from a script. INFO [main] (fr.ird.observe.ObserveTopiaApplicationContext:131) executeSqlStatements - script: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/TripSeineServiceTopiaTest/saveCreateTest/tmp/ImportDatabase_TripSeineServiceTopiaTest>#localdb5468604281708796582/script_6940590465536688.sql INFO [main] (fr.ird.observe.entities.migration.AbstractDataSourceMigration:132) askUser - auto migrate mode INFO [main] (fr.ird.observe.entities.migration.AbstractObserveMigrationCallBack:71) loadScript - Will will load migration script: /db/4.0/empty-H2.sql INFO [main] (fr.ird.observe.services.ApplicationContextResource:160) createDataSourceConfigurationH2 - db directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb> INFO [main] (fr.ird.observe.ObserveTopiaConfigurationFactory:131) forH2Database - H2 topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ObserveTopiaApplicationContextFactory:158) createTopiaApplicationContext - H2 Topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ApplicationContextResource:160) createDataSourceConfigurationH2 - db directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb> INFO [main] (fr.ird.observe.ObserveTopiaConfigurationFactory:131) forH2Database - H2 topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ObserveTopiaApplicationContextFactory:158) createTopiaApplicationContext - H2 Topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ApplicationContextResource:160) createDataSourceConfigurationH2 - db directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/TripSeineServiceTopiaTest/deleteTest/dataForTestSeine/localdb> INFO [main] (fr.ird.observe.services.service.AbstractServiceTopiaTest:70) setUp - create Database on <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/TripSeineServiceTopiaTest/deleteTest/dataForTestSeine> from script dataForTestSeine INFO [main] (fr.ird.observe.test.TestHelper:249) getBackupScript - /db/4.0.1/dataForTestSeine.sql.gz INFO [main] (fr.ird.observe.ObserveTopiaConfigurationFactory:131) forH2Database - H2 topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/TripSeineServiceTopiaTest/deleteTest/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ObserveTopiaApplicationContextFactory:158) createTopiaApplicationContext - H2 Topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/TripSeineServiceTopiaTest/deleteTest/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.service.DataSourceServiceTopia:146) create - Create topia application context: fr.ird.observe.services.ObserveTopiaApplicationContextFactory$MyObserveTopiaApplicationContext@da97b45f INFO [main] (fr.ird.observe.services.service.DataSourceServiceTopia:152) create - Create new database from a script. INFO [main] (fr.ird.observe.ObserveTopiaApplicationContext:131) executeSqlStatements - script: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/TripSeineServiceTopiaTest/deleteTest/tmp/ImportDatabase_TripSeineServiceTopiaTest>#localdb414774307837905664/script_6940620197442231.sql INFO [main] (fr.ird.observe.entities.migration.AbstractDataSourceMigration:132) askUser - auto migrate mode INFO [main] (fr.ird.observe.entities.migration.AbstractObserveMigrationCallBack:71) loadScript - Will will load migration script: /db/4.0/empty-H2.sql Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 77.85 sec - in fr.ird.observe.services.service.seine.TripSeineServiceTopiaTest Running fr.ird.observe.services.service.DataSourceDumpProducerServiceTopiaTest INFO [main] (fr.ird.observe.services.ApplicationContextResource:160) createDataSourceConfigurationH2 - db directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb> INFO [main] (fr.ird.observe.ObserveTopiaConfigurationFactory:131) forH2Database - H2 topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ObserveTopiaApplicationContextFactory:158) createTopiaApplicationContext - H2 Topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.ObserveTopiaConfigurationFactory:131) forH2Database - H2 topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/DataSourceDumpProducerServiceTopiaTest/testGetReferentialDump/tmp/referentialDump7432708960094846300/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=false, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ObserveTopiaApplicationContextFactory:158) createTopiaApplicationContext - H2 Topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/DataSourceDumpProducerServiceTopiaTest/testGetReferentialDump/tmp/referentialDump7432708960094846300/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=false, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.service.DataSourceServiceTopia:146) create - Create topia application context: fr.ird.observe.services.ObserveTopiaApplicationContextFactory$MyObserveTopiaApplicationContext@81d76cdd INFO [main] (fr.ird.observe.services.service.DataSourceDumpProducerServiceTopia:60) getReferentialDump - Referential temporary database created in 6.245s INFO [main] (fr.ird.observe.services.ObserveServiceTopia:403) replicateReferential - Referential replication done in 10.152s INFO [main] (fr.ird.observe.services.service.DataSourceDumpProducerServiceTopia:127) exportToFile - Export sql to file: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/DataSourceDumpProducerServiceTopiaTest/testGetReferentialDump/tmp/referentialDump7432708960094846300/dump.sql> INFO [main] (fr.ird.observe.services.ApplicationContextResource:160) createDataSourceConfigurationH2 - db directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb> INFO [main] (fr.ird.observe.ObserveTopiaConfigurationFactory:131) forH2Database - H2 topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ObserveTopiaApplicationContextFactory:158) createTopiaApplicationContext - H2 Topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.ObserveTopiaConfigurationFactory:131) forH2Database - H2 topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/DataSourceDumpProducerServiceTopiaTest/testGetDataDump/tmp/referentialDump4711288296831184406/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=false, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ObserveTopiaApplicationContextFactory:158) createTopiaApplicationContext - H2 Topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/DataSourceDumpProducerServiceTopiaTest/testGetDataDump/tmp/referentialDump4711288296831184406/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=false, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.service.DataSourceServiceTopia:146) create - Create topia application context: fr.ird.observe.services.ObserveTopiaApplicationContextFactory$MyObserveTopiaApplicationContext@1d47b782 INFO [main] (fr.ird.observe.services.service.DataSourceDumpProducerServiceTopia:98) getDataDump - Data temporary database created in 7.001s INFO [main] (fr.ird.observe.services.ObserveServiceTopia:403) replicateReferential - Referential replication done in 2.426s INFO [main] (fr.ird.observe.services.ObserveServiceTopia:420) replicateData - Data replication [fr.ird.observe.entities.seine.TripSeine#1359167789871#0.6765335978809843] done in 9.245s INFO [main] (fr.ird.observe.services.service.DataSourceDumpProducerServiceTopia:111) getDataDump - Data replication for 1 data done in 9.246s INFO [main] (fr.ird.observe.services.service.DataSourceDumpProducerServiceTopia:127) exportToFile - Export sql to file: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/DataSourceDumpProducerServiceTopiaTest/testGetDataDump/tmp/referentialDump4711288296831184406/dump.sql> INFO [main] (fr.ird.observe.services.ApplicationContextResource:160) createDataSourceConfigurationH2 - db directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb> INFO [main] (fr.ird.observe.ObserveTopiaConfigurationFactory:131) forH2Database - H2 topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ObserveTopiaApplicationContextFactory:158) createTopiaApplicationContext - H2 Topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/commons/dataForTestSeine/localdb/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.initSchema=false, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=true, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.ObserveTopiaConfigurationFactory:131) forH2Database - H2 topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/DataSourceDumpProducerServiceTopiaTest/testGetAllDataDump/tmp/referentialDump3664050067005351069/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=false, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.ObserveTopiaApplicationContextFactory:158) createTopiaApplicationContext - H2 Topia configuration: {hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/DataSourceDumpProducerServiceTopiaTest/testGetAllDataDump/tmp/referentialDump3664050067005351069/obstuna;FILE_LOCK=file;LOG=0;MODE=postgresql;DEFAULT_LOCK_TIMEOUT=2000;DB_CLOSE_DELAY=0;LOCK_MODE=3;TRACE_LEVEL_FILE=0;TRACE_LEVEL_SYSTEM_OUT=0;CACHE_SIZE=65536,> hibernate.connection.username=sa, hibernate.connection.password=sa, hibernate.connection.driver_class=org.h2.Driver, topia.persistence.validateSchema=false, topia.persistence.topiaIdFactoryClassName=fr.ird.observe.ObserveTopiaIdFactory, topia.service..migration=fr.ird.observe.entities.migration.ObserveMigrationEngine, topia.service..migration.callback=fr.ird.observe.entities.migration.H2DataSourceMigration, topia.service..migration.showProgression=false, topia.service..migration.showSql=false, topia.service..migration.auto.migrate=false, topia.service..replication=org.nuiton.topia.replication.TopiaReplicationServiceImpl} INFO [main] (fr.ird.observe.services.service.DataSourceServiceTopia:146) create - Create topia application context: fr.ird.observe.services.ObserveTopiaApplicationContextFactory$MyObserveTopiaApplicationContext@fb86e066 INFO [main] (fr.ird.observe.services.service.DataSourceDumpProducerServiceTopia:98) getDataDump - Data temporary database created in 1.811s INFO [main] (fr.ird.observe.services.ObserveServiceTopia:403) replicateReferential - Referential replication done in 3.169s INFO [main] (fr.ird.observe.services.ObserveServiceTopia:420) replicateData - Data replication [fr.ird.observe.entities.seine.TripSeine#1360156698296#0.6097793743126777] done in 10.673s INFO [main] (fr.ird.observe.services.ObserveServiceTopia:420) replicateData - Data replication [fr.ird.observe.entities.seine.TripSeine#1359280279156#0.41771067982188215] done in 5.528s INFO [main] (fr.ird.observe.services.ObserveServiceTopia:420) replicateData - Data replication [fr.ird.observe.entities.seine.TripSeine#1359167789871#0.6765335978809843] done in 9.005s INFO [main] (fr.ird.observe.services.service.DataSourceDumpProducerServiceTopia:111) getDataDump - Data replication for 3 data done in 25.207s INFO [main] (fr.ird.observe.services.service.DataSourceDumpProducerServiceTopia:127) exportToFile - Export sql to file: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/surefire-workdir/07_09_2015/03_24_22/DataSourceDumpProducerServiceTopiaTest/testGetAllDataDump/tmp/referentialDump3664050067005351069/dump.sql> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 74.569 sec - in fr.ird.observe.services.service.DataSourceDumpProducerServiceTopiaTest Results : Tests run: 53, Failures: 0, Errors: 0, Skipped: 1 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ observe-services-topia --- [INFO] Building jar: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/observe-services-topia-4.0.2-SNAPSHOT.jar> [INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ observe-services-topia >>> [INFO] [INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-project-files) @ observe-services-topia --- [INFO] [INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-site-deploy-classifier) @ observe-services-topia --- [INFO] [INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-platform) @ observe-services-topia --- [INFO] [INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-projectId) @ observe-services-topia --- [INFO] [INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-versions) @ observe-services-topia --- [INFO] [INFO] --- maven-enforcer-plugin:1.4:enforce (ensure-no-container-api) @ observe-services-topia --- [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create (default) @ observe-services-topia --- [INFO] Executing: /bin/sh -c cd <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/> && git rev-parse --verify HEAD [INFO] Working directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/> [INFO] Storing buildNumber: d2ee608ba6b1faa4b9fd003ef1d92f0e5da9ffb4 at timestamp: 1441589882179 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/> && git rev-parse --verify HEAD [INFO] Working directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/> [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- helper-maven-plugin:2.2.1:check-auto-container (check-central-safe) @ observe-services-topia --- [INFO] Skipping goal (skipCheckAutocontainer flag is on). [INFO] [INFO] --- helper-maven-plugin:2.2.1:share-server-secret (get-redmine-login) @ observe-services-topia --- [INFO] Skipping goal (runOnce flag is on and goal was already executed). [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ observe-services-topia <<< [INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ observe-services-topia --- [INFO] Building jar: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/observe-services-topia-4.0.2-SNAPSHOT-sources.jar> [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ observe-services-topia --- [INFO] Building jar: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe-services-topia/ws/target/observe-services-topia-4.0.2-SNAPSHOT-javadoc.jar> [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ observe-services-topia --- [INFO] [INFO] --- helper-maven-plugin:2.2.1:share-server-secret (get-pgp-passphrase) @ observe-services-topia --- [INFO] Exporting server [gpg-signer] username in ${gpg.keyname} [INFO] Exporting server [gpg-signer] password in ${gpg.passphrase} [INFO] [INFO] --- helper-maven-plugin:2.2.1:collect-files (collect-build-artifacts) @ observe-services-topia --- [INFO] Loaded /var/local/forge/data/codelutin.com/jenkins/workspace/observe-nightly/target/collect-artifacts.txt [INFO] Copying observe-services-topia-4.0.2-SNAPSHOT.jar to /var/local/forge/data/codelutin.com/jenkins/workspace/observe-nightly/target/collect/fr.ird.observe--observe-services-topia/observe-services-topia-4.0.2-SNAPSHOT.jar [INFO] Copying THIRD-PARTY.properties to /var/local/forge/data/codelutin.com/jenkins/workspace/observe-nightly/target/collect/fr.ird.observe--observe-services-topia/THIRD-PARTY.properties [INFO] Copying observe-services-topia-4.0.2-SNAPSHOT-sources.jar to /var/local/forge/data/codelutin.com/jenkins/workspace/observe-nightly/target/collect/fr.ird.observe--observe-services-topia/observe-services-topia-4.0.2-SNAPSHOT-sources.jar [INFO] Copying observe-services-topia-4.0.2-SNAPSHOT-javadoc.jar to /var/local/forge/data/codelutin.com/jenkins/workspace/observe-nightly/target/collect/fr.ird.observe--observe-services-topia/observe-services-topia-4.0.2-SNAPSHOT-javadoc.jar [INFO] [INFO] --- helper-maven-plugin:2.2.1:collect-files (collect-build-attachements) @ observe-services-topia --- [WARNING] Skipping goal (No file to collect). [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ observe-services-topia --- [INFO] [INFO] --- maven-dependency-plugin:2.10:analyze-only (analyze) @ observe-services-topia --- [INFO] Used declared dependencies found: [INFO] fr.ird.observe:observe-services-model:jar:4.0.2-SNAPSHOT:compile [INFO] fr.ird.observe:observe-services-configuration-api:jar:4.0.2-SNAPSHOT:compile [INFO] fr.ird.observe:observe-services-api:jar:4.0.2-SNAPSHOT:compile [INFO] fr.ird.observe:observe-services-configuration-topia:jar:4.0.2-SNAPSHOT:compile [INFO] fr.ird.observe:observe-entities:jar:4.0.2-SNAPSHOT:compile [INFO] fr.ird.observe:observe-test-data:jar:4.0.2-SNAPSHOT:test [INFO] commons-logging:commons-logging:jar:1.2:compile [INFO] org.apache.commons:commons-collections4:jar:4.0:compile [INFO] org.apache.commons:commons-lang3:jar:3.4:compile [INFO] com.google.guava:guava:jar:18.0:compile [INFO] org.nuiton:nuiton-utils:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton.i18n:nuiton-i18n:jar:3.3:compile [INFO] org.nuiton:nuiton-validator:jar:3.0:compile [INFO] org.nuiton.topia:topia-persistence:jar:3.1-SNAPSHOT:compile [INFO] org.nuiton.topia:topia-service-replication:jar:3.1-SNAPSHOT:compile [INFO] org.apache.struts.xwork:xwork-core:jar:2.3.24:compile [INFO] junit:junit:jar:4.12:test [WARNING] Unused declared dependencies found: [WARNING] org.nuiton.topia:topia-service-migration:jar:3.1-SNAPSHOT:compile [JENKINS] Archiving disabled
participants (1)
-
admin+ci-codelutin.com@codelutin.com