SuccessConsole Output

Skipping 768 KB.. Full Log
.java.PersistableMapping" (org.datanucleus.store.rdbms.mapping.column.BigIntColumnMapping)
10:55:36.784 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Field [co.codewizards.cloudstore.local.persistence.LocalRepository.aliases.[ELEMENT]] -> Column(s) ["localrepository_aliases"."element"] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.column.VarCharColumnMapping)
10:55:36.784 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Table/View "localrepository_aliases" has been initialised
10:55:36.785 [qtp1956303740-38] DEBUG DataNucleus.Connection - ManagedConnection OPENED : "org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@2f743486 [conn=org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@48cf14f6, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true]" on resource "nontx" with isolation level "serializable" and auto-commit=false
10:55:36.785 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Schema Transaction STARTED with connection "org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@48cf14f6" with isolation "serializable"
10:55:36.789 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Check of existence of "repository" returned table type of TABLE
10:55:36.790 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Loading column info for table(s) "repository" in Catalog "", Schema ""
10:55:36.798 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Column info loaded for Catalog "", Schema "", 1 tables, time = 8 ms
10:55:36.798 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Column info retrieved for table "repository" : 13 columns found
10:55:36.799 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Check of existence of "localrepository_aliases" returned table type of TABLE
10:55:36.799 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Loading column info for table(s) "localrepository_aliases" in Catalog "", Schema ""
10:55:36.802 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Column info loaded for Catalog "", Schema "", 1 tables, time = 3 ms
10:55:36.802 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Column info retrieved for table "localrepository_aliases" : 2 columns found
10:55:36.809 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Validating 3 index(es) for table "repository"
10:55:36.810 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - CREATE INDEX "repository_n49" ON "repository" ("root_id_oid")
10:55:36.863 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - SQL Execution Time = 53 ms
10:55:36.903 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Validating 0 foreign key(s) for table "repository"
10:55:36.904 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - ALTER TABLE "repository" ADD CONSTRAINT "repository_fk1" FOREIGN KEY ("root_id_oid") REFERENCES "repofile" ("id") 
10:55:36.920 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - SQL Execution Time = 16 ms
10:55:36.942 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Validating 2 unique key(s) for table "repository"
10:55:36.960 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Validating 1 index(es) for table "localrepository_aliases"
10:55:36.960 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - CREATE INDEX "localrepository_aliases_n49" ON "localrepository_aliases" ("id_oid")
10:55:36.986 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - SQL Execution Time = 26 ms
10:55:37.016 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Validating 0 foreign key(s) for table "localrepository_aliases"
10:55:37.017 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - ALTER TABLE "localrepository_aliases" ADD CONSTRAINT "localrepository_aliases_fk1" FOREIGN KEY ("id_oid") REFERENCES "repository" ("id") 
10:55:37.028 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - SQL Execution Time = 11 ms
10:55:37.047 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Validating 1 unique key(s) for table "localrepository_aliases"
10:55:37.047 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Schema Transaction COMMITTING with connection "org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@48cf14f6"
10:55:37.054 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Schema Transaction CLOSED with connection "org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@48cf14f6"
10:55:37.055 [qtp1956303740-38] DEBUG DataNucleus.Connection - ManagedConnection COMMITTING : "org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@2f743486 [conn=org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@48cf14f6, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true]"
10:55:37.055 [qtp1956303740-38] DEBUG DataNucleus.Connection - ManagedConnection CLOSED : "org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@2f743486 [conn=org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@48cf14f6, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true]"
10:55:37.059 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest" NOT found at /META-INF/package.jdo
10:55:37.059 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest" NOT found at /WEB-INF/package.jdo
10:55:37.059 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest" NOT found at /package.jdo
10:55:37.061 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest" NOT found at /co/package.jdo
10:55:37.061 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest" NOT found at /co/codewizards/package.jdo
10:55:37.062 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest" NOT found at /co/codewizards/cloudstore/package.jdo
10:55:37.062 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest" NOT found at /co/codewizards/cloudstore/local/package.jdo
10:55:37.063 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest" NOT found at /co/codewizards/cloudstore/local/persistence/package.jdo
10:55:37.064 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest" NOT found at /co/codewizards/cloudstore/local/persistence/RemoteRepositoryRequest.jdo
10:55:37.064 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest" not found
10:55:37.064 [qtp1956303740-38] DEBUG DataNucleus.MetaData - Class "co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest" has been specified with JDO annotations so using those.
10:55:37.065 [qtp1956303740-38] DEBUG DataNucleus.MetaData - Class "co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest" : Populating Meta-Data
10:55:37.066 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest" NOT found at /META-INF/package.orm
10:55:37.066 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest" NOT found at /WEB-INF/package.orm
10:55:37.067 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest" NOT found at /package.orm
10:55:37.067 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest" NOT found at /co/package.orm
10:55:37.068 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest" NOT found at /co/codewizards/package.orm
10:55:37.068 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest" NOT found at /co/codewizards/cloudstore/package.orm
10:55:37.069 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest" NOT found at /co/codewizards/cloudstore/local/package.orm
10:55:37.069 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest" NOT found at /co/codewizards/cloudstore/local/persistence/package.orm
10:55:37.070 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest" NOT found at /co/codewizards/cloudstore/local/persistence/RemoteRepositoryRequest.orm
10:55:37.070 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest" not found
10:55:37.071 [qtp1956303740-38] DEBUG DataNucleus.MetaData - Class "co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest" : Initialising Meta-Data
10:55:37.074 [qtp1956303740-38] DEBUG DataNucleus.Persistence - Managing Persistence of Class : co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest [Table : "remoterepositoryrequest", InheritanceStrategy : new-table]
10:55:37.074 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Member co.codewizards.cloudstore.local.persistence.Entity.id uses IDENTITY strategy and rather than using memberType of long for the column type, using class java.lang.Long since the datastore requires that
10:55:37.074 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Field [co.codewizards.cloudstore.local.persistence.Entity.id] -> Column(s) ["remoterepositoryrequest"."id"] using mapping of type "org.datanucleus.store.rdbms.mapping.java.LongMapping" (org.datanucleus.store.rdbms.mapping.column.BigIntColumnMapping)
10:55:37.074 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Table "remoterepositoryrequest" will manage the persistence of the fields for class co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest (inheritance strategy="new-table") 
10:55:37.075 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Field [co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest.localPathPrefix] -> Column(s) ["remoterepositoryrequest"."localpathprefix"] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.column.VarCharColumnMapping)
10:55:37.075 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Attempt to find JDBC driver 'typeInfo' for jdbc-type=LONGVARBINARY but sql-type=LONGVARBINARY is not found. Using default sql-type for this jdbc-type.
10:55:37.075 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Field [co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest.publicKey] -> Column(s) ["remoterepositoryrequest"."publickey"] using mapping of type "org.datanucleus.store.rdbms.mapping.java.ArrayMapping" (org.datanucleus.store.rdbms.mapping.column.LongVarBinaryColumnMapping)
10:55:37.075 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Field [co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest.repositoryId] -> Column(s) ["remoterepositoryrequest"."repositoryid"] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.column.VarCharColumnMapping)
10:55:37.075 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Table "remoterepositoryrequest" will manage the persistence of the fields for class co.codewizards.cloudstore.local.persistence.Entity (inheritance strategy="subclass-table") 
10:55:37.076 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Field [co.codewizards.cloudstore.local.persistence.Entity.changed] -> Column(s) ["remoterepositoryrequest"."changed"] using mapping of type "org.datanucleus.store.rdbms.mapping.java.DateMapping" (org.datanucleus.store.rdbms.mapping.column.TimestampColumnMapping)
10:55:37.076 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Field [co.codewizards.cloudstore.local.persistence.Entity.created] -> Column(s) ["remoterepositoryrequest"."created"] using mapping of type "org.datanucleus.store.rdbms.mapping.java.DateMapping" (org.datanucleus.store.rdbms.mapping.column.TimestampColumnMapping)
10:55:37.076 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Table/View "remoterepositoryrequest" has been initialised
10:55:37.077 [qtp1956303740-38] DEBUG DataNucleus.Connection - ManagedConnection OPENED : "org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@72b8a9ad [conn=org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@142d13d3, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true]" on resource "nontx" with isolation level "serializable" and auto-commit=false
10:55:37.077 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Schema Transaction STARTED with connection "org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@142d13d3" with isolation "serializable"
10:55:37.083 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Check of existence of "remoterepositoryrequest" returned table type of TABLE
10:55:37.083 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Loading column info for table(s) "remoterepositoryrequest" in Catalog "", Schema ""
10:55:37.093 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Column info loaded for Catalog "", Schema "", 1 tables, time = 10 ms
10:55:37.093 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Column info retrieved for table "remoterepositoryrequest" : 6 columns found
10:55:37.101 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Validating 1 index(es) for table "remoterepositoryrequest"
10:55:37.119 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Validating 0 foreign key(s) for table "remoterepositoryrequest"
10:55:37.123 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Validating 1 unique key(s) for table "remoterepositoryrequest"
10:55:37.123 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - CREATE UNIQUE INDEX "remoterepositoryrequest_repositoryid" ON "remoterepositoryrequest" ("repositoryid")
10:55:37.146 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - SQL Execution Time = 22 ms
10:55:37.147 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Schema Transaction COMMITTING with connection "org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@142d13d3"
10:55:37.152 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Schema Transaction CLOSED with connection "org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@142d13d3"
10:55:37.152 [qtp1956303740-38] DEBUG DataNucleus.Connection - ManagedConnection COMMITTING : "org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@72b8a9ad [conn=org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@142d13d3, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true]"
10:55:37.152 [qtp1956303740-38] DEBUG DataNucleus.Connection - ManagedConnection CLOSED : "org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@72b8a9ad [conn=org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@142d13d3, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true]"
10:55:37.154 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.FileInProgressMarker" NOT found at /META-INF/package.jdo
10:55:37.154 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.FileInProgressMarker" NOT found at /WEB-INF/package.jdo
10:55:37.155 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.FileInProgressMarker" NOT found at /package.jdo
10:55:37.155 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.FileInProgressMarker" NOT found at /co/package.jdo
10:55:37.156 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.FileInProgressMarker" NOT found at /co/codewizards/package.jdo
10:55:37.157 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.FileInProgressMarker" NOT found at /co/codewizards/cloudstore/package.jdo
10:55:37.157 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.FileInProgressMarker" NOT found at /co/codewizards/cloudstore/local/package.jdo
10:55:37.158 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.FileInProgressMarker" NOT found at /co/codewizards/cloudstore/local/persistence/package.jdo
10:55:37.159 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.FileInProgressMarker" NOT found at /co/codewizards/cloudstore/local/persistence/FileInProgressMarker.jdo
10:55:37.159 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.FileInProgressMarker" not found
10:55:37.160 [qtp1956303740-38] DEBUG DataNucleus.MetaData - Class "co.codewizards.cloudstore.local.persistence.FileInProgressMarker" has been specified with JDO annotations so using those.
10:55:37.161 [qtp1956303740-38] DEBUG DataNucleus.MetaData - Class "co.codewizards.cloudstore.local.persistence.FileInProgressMarker" : Populating Meta-Data
10:55:37.162 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.FileInProgressMarker" NOT found at /META-INF/package.orm
10:55:37.163 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.FileInProgressMarker" NOT found at /WEB-INF/package.orm
10:55:37.164 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.FileInProgressMarker" NOT found at /package.orm
10:55:37.164 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.FileInProgressMarker" NOT found at /co/package.orm
10:55:37.165 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.FileInProgressMarker" NOT found at /co/codewizards/package.orm
10:55:37.166 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.FileInProgressMarker" NOT found at /co/codewizards/cloudstore/package.orm
10:55:37.166 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.FileInProgressMarker" NOT found at /co/codewizards/cloudstore/local/package.orm
10:55:37.167 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.FileInProgressMarker" NOT found at /co/codewizards/cloudstore/local/persistence/package.orm
10:55:37.167 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.FileInProgressMarker" NOT found at /co/codewizards/cloudstore/local/persistence/FileInProgressMarker.orm
10:55:37.168 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.FileInProgressMarker" not found
10:55:37.168 [qtp1956303740-38] DEBUG DataNucleus.MetaData - Class "co.codewizards.cloudstore.local.persistence.FileInProgressMarker" : Initialising Meta-Data
10:55:37.169 [qtp1956303740-38] DEBUG DataNucleus.Persistence - Managing Persistence of Class : co.codewizards.cloudstore.local.persistence.FileInProgressMarker [Table : "fileinprogressmarker", InheritanceStrategy : new-table]
10:55:37.169 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Member co.codewizards.cloudstore.local.persistence.Entity.id uses IDENTITY strategy and rather than using memberType of long for the column type, using class java.lang.Long since the datastore requires that
10:55:37.169 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Field [co.codewizards.cloudstore.local.persistence.Entity.id] -> Column(s) ["fileinprogressmarker"."id"] using mapping of type "org.datanucleus.store.rdbms.mapping.java.LongMapping" (org.datanucleus.store.rdbms.mapping.column.BigIntColumnMapping)
10:55:37.170 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Table "fileinprogressmarker" will manage the persistence of the fields for class co.codewizards.cloudstore.local.persistence.FileInProgressMarker (inheritance strategy="new-table") 
10:55:37.170 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Field [co.codewizards.cloudstore.local.persistence.FileInProgressMarker.fromRepositoryId] -> Column(s) ["fileinprogressmarker"."fromrepositoryid"] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.column.VarCharColumnMapping)
10:55:37.170 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Attempt to find JDBC driver 'typeInfo' for jdbc-type=CLOB but sql-type=VARCHAR is not found. Using default sql-type for this jdbc-type.
10:55:37.171 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Field [co.codewizards.cloudstore.local.persistence.FileInProgressMarker.path] -> Column(s) ["fileinprogressmarker"."path"] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.column.ClobColumnMapping)
10:55:37.171 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Field [co.codewizards.cloudstore.local.persistence.FileInProgressMarker.pathSha1] -> Column(s) ["fileinprogressmarker"."pathsha1"] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.column.VarCharColumnMapping)
10:55:37.171 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Field [co.codewizards.cloudstore.local.persistence.FileInProgressMarker.toRepositoryId] -> Column(s) ["fileinprogressmarker"."torepositoryid"] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.column.VarCharColumnMapping)
10:55:37.171 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Table "fileinprogressmarker" will manage the persistence of the fields for class co.codewizards.cloudstore.local.persistence.Entity (inheritance strategy="subclass-table") 
10:55:37.171 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Field [co.codewizards.cloudstore.local.persistence.Entity.changed] -> Column(s) ["fileinprogressmarker"."changed"] using mapping of type "org.datanucleus.store.rdbms.mapping.java.DateMapping" (org.datanucleus.store.rdbms.mapping.column.TimestampColumnMapping)
10:55:37.172 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Field [co.codewizards.cloudstore.local.persistence.Entity.created] -> Column(s) ["fileinprogressmarker"."created"] using mapping of type "org.datanucleus.store.rdbms.mapping.java.DateMapping" (org.datanucleus.store.rdbms.mapping.column.TimestampColumnMapping)
10:55:37.172 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Table/View "fileinprogressmarker" has been initialised
10:55:37.173 [qtp1956303740-38] DEBUG DataNucleus.Connection - ManagedConnection OPENED : "org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@47b18a5c [conn=org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@557ac1ff, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true]" on resource "nontx" with isolation level "serializable" and auto-commit=false
10:55:37.173 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Schema Transaction STARTED with connection "org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@557ac1ff" with isolation "serializable"
10:55:37.179 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Check of existence of "fileinprogressmarker" returned table type of TABLE
10:55:37.179 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Loading column info for table(s) "fileinprogressmarker" in Catalog "", Schema ""
10:55:37.189 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Column info loaded for Catalog "", Schema "", 1 tables, time = 10 ms
10:55:37.189 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Column info retrieved for table "fileinprogressmarker" : 7 columns found
10:55:37.197 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Validating 1 index(es) for table "fileinprogressmarker"
10:55:37.197 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - CREATE INDEX "fileinprogressmark_fromrepositoryid_torepositoryid" ON "fileinprogressmarker" ("fromrepositoryid","torepositoryid")
10:55:37.220 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - SQL Execution Time = 23 ms
10:55:37.245 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Validating 0 foreign key(s) for table "fileinprogressmarker"
10:55:37.262 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Validating 1 unique key(s) for table "fileinprogressmarker"
10:55:37.263 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - CREATE UNIQUE INDEX "fileinprogressmark_fromrepositoryid_torepositoryid_pathsha1" ON "fileinprogressmarker" ("fromrepositoryid","torepositoryid","pathsha1")
10:55:37.287 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - SQL Execution Time = 24 ms
10:55:37.287 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Schema Transaction COMMITTING with connection "org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@557ac1ff"
10:55:37.294 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Schema Transaction CLOSED with connection "org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@557ac1ff"
10:55:37.294 [qtp1956303740-38] DEBUG DataNucleus.Connection - ManagedConnection COMMITTING : "org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@47b18a5c [conn=org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@557ac1ff, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true]"
10:55:37.295 [qtp1956303740-38] DEBUG DataNucleus.Connection - ManagedConnection CLOSED : "org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@47b18a5c [conn=org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@557ac1ff, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true]"
10:55:37.296 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.Symlink" NOT found at /META-INF/package.jdo
10:55:37.296 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.Symlink" NOT found at /WEB-INF/package.jdo
10:55:37.297 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.Symlink" NOT found at /package.jdo
10:55:37.297 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.Symlink" NOT found at /co/package.jdo
10:55:37.298 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.Symlink" NOT found at /co/codewizards/package.jdo
10:55:37.299 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.Symlink" NOT found at /co/codewizards/cloudstore/package.jdo
10:55:37.299 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.Symlink" NOT found at /co/codewizards/cloudstore/local/package.jdo
10:55:37.300 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.Symlink" NOT found at /co/codewizards/cloudstore/local/persistence/package.jdo
10:55:37.301 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.Symlink" NOT found at /co/codewizards/cloudstore/local/persistence/Symlink.jdo
10:55:37.301 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "jdo" for class "co.codewizards.cloudstore.local.persistence.Symlink" not found
10:55:37.301 [qtp1956303740-38] DEBUG DataNucleus.MetaData - Class "co.codewizards.cloudstore.local.persistence.Symlink" has been specified with JDO annotations so using those.
10:55:37.302 [qtp1956303740-38] DEBUG DataNucleus.MetaData - Class "co.codewizards.cloudstore.local.persistence.Symlink" : Populating Meta-Data
10:55:37.302 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.Symlink" NOT found at /META-INF/package.orm
10:55:37.303 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.Symlink" NOT found at /WEB-INF/package.orm
10:55:37.304 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.Symlink" NOT found at /package.orm
10:55:37.304 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.Symlink" NOT found at /co/package.orm
10:55:37.305 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.Symlink" NOT found at /co/codewizards/package.orm
10:55:37.305 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.Symlink" NOT found at /co/codewizards/cloudstore/package.orm
10:55:37.306 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.Symlink" NOT found at /co/codewizards/cloudstore/local/package.orm
10:55:37.307 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.Symlink" NOT found at /co/codewizards/cloudstore/local/persistence/package.orm
10:55:37.307 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.Symlink" NOT found at /co/codewizards/cloudstore/local/persistence/Symlink.orm
10:55:37.308 [qtp1956303740-38] DEBUG DataNucleus.MetaData - MetaData of type "orm" for class "co.codewizards.cloudstore.local.persistence.Symlink" not found
10:55:37.308 [qtp1956303740-38] DEBUG DataNucleus.MetaData - Class "co.codewizards.cloudstore.local.persistence.Symlink" : Initialising Meta-Data
10:55:37.309 [qtp1956303740-38] DEBUG DataNucleus.Persistence - Managing Persistence of Class : co.codewizards.cloudstore.local.persistence.Symlink [Table : "repofile", InheritanceStrategy : superclass-table]
10:55:37.309 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Table "repofile" will manage the persistence of the fields for class co.codewizards.cloudstore.local.persistence.Symlink (inheritance strategy="superclass-table") 
10:55:37.309 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Member co.codewizards.cloudstore.local.persistence.Symlink.target uses superclass-table yet the field is not marked as nullable  nor does it have a default value, so setting the column as nullable
10:55:37.309 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Field [co.codewizards.cloudstore.local.persistence.Symlink.target] -> Column(s) ["repofile"."target"] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.column.VarCharColumnMapping)
10:55:37.310 [qtp1956303740-38] DEBUG DataNucleus.Connection - ManagedConnection OPENED : "org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@d3cd057 [conn=org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@8c2edfe, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true]" on resource "nontx" with isolation level "serializable" and auto-commit=false
10:55:37.310 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Schema Transaction STARTED with connection "org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@8c2edfe" with isolation "serializable"
10:55:37.315 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Check of existence of "repofile" returned table type of TABLE
10:55:37.315 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Loading column info for table(s) "repofile" in Catalog "", Schema ""
10:55:37.326 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Column info loaded for Catalog "", Schema "", 1 tables, time = 11 ms
10:55:37.326 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Column info retrieved for table "repofile" : 13 columns found
10:55:37.336 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Validating 6 index(es) for table "repofile"
10:55:37.351 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Validating 1 foreign key(s) for table "repofile"
10:55:37.356 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Validating 2 unique key(s) for table "repofile"
10:55:37.357 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Schema Transaction COMMITTING with connection "org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@8c2edfe"
10:55:37.357 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Schema - Schema Transaction CLOSED with connection "org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@8c2edfe"
10:55:37.357 [qtp1956303740-38] DEBUG DataNucleus.Connection - ManagedConnection COMMITTING : "org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@d3cd057 [conn=org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@8c2edfe, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true]"
10:55:37.357 [qtp1956303740-38] DEBUG DataNucleus.Connection - ManagedConnection CLOSED : "org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@d3cd057 [conn=org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@8c2edfe, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true]"
10:55:37.358 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext CLOSED "org.datanucleus.ExecutionContextImpl@23a579fc"
10:55:37.358 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext OPENED "org.datanucleus.ExecutionContextImpl@23a579fc" for datastore "org.datanucleus.store.rdbms.RDBMSStoreManager@7f8ac616" with txn="org.datanucleus.TransactionImpl@1d36c738"
10:55:37.358 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Transaction created [DataNucleus Transaction, ID=-1789471456-11, enlisted resources=[]]
10:55:37.358 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Transaction begun for ExecutionContext org.datanucleus.ExecutionContextImpl@23a579fc (optimistic=false)
10:55:37.359 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile (generic) of "SELECT FROM co.codewizards.cloudstore.local.persistence.LocalRepository"
10:55:37.359 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile Time (generic) = 0 ms
10:55:37.359 [qtp1956303740-38] DEBUG DataNucleus.Query - QueryCompilation:
  [symbols: this type=co.codewizards.cloudstore.local.persistence.LocalRepository]
10:55:37.359 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile (datastore) of "SELECT FROM co.codewizards.cloudstore.local.persistence.LocalRepository"
10:55:37.361 [qtp1956303740-38] DEBUG DataNucleus.Query - Compile of JDOQL into SQL - JoinType : navigation(default=(using nullability), filter=(using nullability))
10:55:37.362 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile Time (datastore) = 3 ms
10:55:37.364 [qtp1956303740-38] DEBUG DataNucleus.Connection - ManagedConnection OPENED : "org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@e995f2a [conn=org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@167f4489, commitOnRelease=false, closeOnRelease=false, closeOnTxnEnd=true]" on resource "tx" with isolation level "read-committed" and auto-commit=false
10:55:37.364 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Running enlist operation on resource: org.datanucleus.store.rdbms.ConnectionFactoryImpl$EmulatedXAResource@783aea89, error code TMNOFLAGS and transaction [DataNucleus Transaction, ID=-1789471456-11, enlisted resources=[]]
10:55:37.364 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Executing "SELECT FROM co.codewizards.cloudstore.local.persistence.LocalRepository" ...
10:55:37.374 [qtp1956303740-38] DEBUG DataNucleus.Datastore - Using PreparedStatement "56ac44df-0171-77e6-468b-000001396660" for connection "org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@167f4489"
10:55:37.375 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Native - SELECT "a0"."changed","a0"."created","a0"."id","a0"."repositoryid","a0"."revision","a0"."discriminator" FROM "repository" "a0" WHERE "a0"."discriminator" = 'LocalRepository'
10:55:37.375 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Retrieve - SQL Execution Time = 0 ms
10:55:37.376 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Execution Time = 12 ms
10:55:37.377 [qtp1956303740-38] DEBUG DataNucleus.Cache - Object with id "co.codewizards.cloudstore.local.persistence.LocalRepository:1" not found in Level 1 cache
10:55:37.377 [qtp1956303740-38] DEBUG DataNucleus.Cache - Object with id "co.codewizards.cloudstore.local.persistence.LocalRepository:1" not found in Level 2 cache
10:55:37.377 [qtp1956303740-38] DEBUG DataNucleus.Cache - Object "co.codewizards.cloudstore.local.persistence.LocalRepository@7fce6797" (id="co.codewizards.cloudstore.local.persistence.LocalRepository:1") added to Level 1 cache (loadedFlags="[NNYNNNNNN]")
10:55:37.378 [qtp1956303740-38] DEBUG DataNucleus.Cache - Object "co.codewizards.cloudstore.local.persistence.LocalRepository@7fce6797" (id="1") added to Level 2 cache (fields="[0, 1, 2, 4, 5]", version="")
10:55:37.378 [qtp1956303740-38] DEBUG DataNucleus.Lifecycle - Object "co.codewizards.cloudstore.local.persistence.LocalRepository@7fce6797" (id="co.codewizards.cloudstore.local.persistence.LocalRepository:1") has a lifecycle change : "HOLLOW"->"P_CLEAN"
10:55:37.378 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Object "co.codewizards.cloudstore.local.persistence.LocalRepository@7fce6797" (id="1") enlisted in transactional cache
10:55:37.379 [qtp1956303740-38] DEBUG DataNucleus.Persistence - Object "co.codewizards.cloudstore.local.persistence.LocalRepository@7fce6797" having fields "publicKey" fetched from table ""repository""
10:55:37.387 [qtp1956303740-38] DEBUG DataNucleus.Datastore - Using PreparedStatement "825444e2-0171-77e6-468b-000001396660" for connection "org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@167f4489"
10:55:37.387 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Native - SELECT "a0"."publickey" FROM "repository" "a0" WHERE "a0"."id" = <1>
10:55:37.388 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Retrieve - SQL Execution Time = 1 ms
10:55:37.388 [qtp1956303740-38] DEBUG DataNucleus.Datastore - Closing PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@4315b70a"
10:55:37.389 [qtp1956303740-38] DEBUG DataNucleus.Cache - Object "co.codewizards.cloudstore.local.persistence.LocalRepository@7fce6797" (id="1") is having the following fields in Level 2 cache object updated : [3]
10:55:37.390 [qtp1956303740-38] DEBUG DataNucleus.Persistence - Object "co.codewizards.cloudstore.local.persistence.LocalRepository@7fce6797" having fields "privateKey" fetched from table ""repository""
10:55:37.395 [qtp1956303740-38] DEBUG DataNucleus.Datastore - Using PreparedStatement "d4c584e4-0171-77e6-468b-000001396660" for connection "org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@167f4489"
10:55:37.396 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Native - SELECT "a0"."privatekey" FROM "repository" "a0" WHERE "a0"."id" = <1>
10:55:37.396 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Retrieve - SQL Execution Time = 0 ms
10:55:37.397 [qtp1956303740-38] DEBUG DataNucleus.Datastore - Closing PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@7cdfb8e8"
10:55:37.397 [qtp1956303740-38] DEBUG DataNucleus.Cache - Object "co.codewizards.cloudstore.local.persistence.LocalRepository@7fce6797" (id="1") is having the following fields in Level 2 cache object updated : [7]
10:55:37.397 [qtp1956303740-38] INFO co.codewizards.cloudstore.local.LocalRepoManagerImpl - [fc5c2d0]initPersistenceManagerFactory: repositoryId=598924c6-ab79-4f7c-b977-19da341a71b3
10:55:37.397 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Transaction committing for ExecutionContext org.datanucleus.ExecutionContextImpl@23a579fc
10:55:37.397 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext.internalFlush() START : using ordered flush - 0 enlisted objects
10:55:37.397 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext.internalFlush() END
10:55:37.398 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Committing [DataNucleus Transaction, ID=-1789471456-11, enlisted resources=[org.datanucleus.store.rdbms.ConnectionFactoryImpl$EmulatedXAResource@783aea89]]
10:55:37.398 [qtp1956303740-38] DEBUG DataNucleus.Connection - ManagedConnection COMMITTING : "org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@e995f2a [conn=org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@167f4489, commitOnRelease=false, closeOnRelease=false, closeOnTxnEnd=true]"
10:55:37.398 [qtp1956303740-38] DEBUG DataNucleus.Connection - ManagedConnection CLOSED : "org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@e995f2a [conn=org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@167f4489, commitOnRelease=false, closeOnRelease=false, closeOnTxnEnd=true]"
10:55:37.399 [qtp1956303740-38] DEBUG DataNucleus.Lifecycle - Object "co.codewizards.cloudstore.local.persistence.LocalRepository@7fce6797" (id="co.codewizards.cloudstore.local.persistence.LocalRepository:1") has a lifecycle change : "P_CLEAN"->"HOLLOW"
10:55:37.399 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Object "co.codewizards.cloudstore.local.persistence.LocalRepository@7fce6797" (id="co.codewizards.cloudstore.local.persistence.LocalRepository:1") was evicted from transactional cache
10:55:37.399 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Transaction committed in 2 ms
10:55:37.399 [qtp1956303740-38] DEBUG DataNucleus.Persistence - Disconnecting co.codewizards.cloudstore.local.persistence.LocalRepository@7fce6797 from StateManager[pc=co.codewizards.cloudstore.local.persistence.LocalRepository@7fce6797, lifecycle=HOLLOW]
10:55:37.399 [qtp1956303740-38] DEBUG DataNucleus.Cache - Level 1 Cache cleared
10:55:37.399 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext CLOSED "org.datanucleus.ExecutionContextImpl@23a579fc"
10:55:37.399 [qtp1956303740-38] INFO co.codewizards.cloudstore.local.LocalRepoManagerImpl - [fc5c2d0]initPersistenceManagerFactory: Started up PersistenceManagerFactory successfully in 2622 ms.
10:55:37.400 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext OPENED "org.datanucleus.ExecutionContextImpl@23a579fc" for datastore "org.datanucleus.store.rdbms.RDBMSStoreManager@7f8ac616" with txn="org.datanucleus.TransactionImpl@35297354"
10:55:37.400 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Transaction created [DataNucleus Transaction, ID=-1789471456-12, enlisted resources=[]]
10:55:37.400 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Transaction begun for ExecutionContext org.datanucleus.ExecutionContextImpl@23a579fc (optimistic=false)
10:55:37.400 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Single-String with "SELECT WHERE this.changed < :changed"
10:55:37.401 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile (generic) of "SELECT FROM co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest WHERE this.changed < :changed"
10:55:37.402 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile Time (generic) = 1 ms
10:55:37.402 [qtp1956303740-38] DEBUG DataNucleus.Query - QueryCompilation:
  [filter:DyadicExpression{PrimaryExpression{this.changed}  <  ParameterExpression{changed}}]
  [symbols: this type=co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest, changed type=java.util.Date]
10:55:37.402 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile (datastore) of "SELECT FROM co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest WHERE this.changed < :changed"
10:55:37.402 [qtp1956303740-38] DEBUG DataNucleus.Query - Compile of JDOQL into SQL - JoinType : navigation(default=(using nullability), filter=(using nullability))
10:55:37.404 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile Time (datastore) = 2 ms
10:55:37.404 [qtp1956303740-38] DEBUG DataNucleus.Connection - ManagedConnection OPENED : "org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@236df2e3 [conn=org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@5da08609, commitOnRelease=false, closeOnRelease=false, closeOnTxnEnd=true]" on resource "tx" with isolation level "read-committed" and auto-commit=false
10:55:37.404 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Running enlist operation on resource: org.datanucleus.store.rdbms.ConnectionFactoryImpl$EmulatedXAResource@608d7b02, error code TMNOFLAGS and transaction [DataNucleus Transaction, ID=-1789471456-12, enlisted resources=[]]
10:55:37.404 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Executing "SELECT FROM co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest WHERE this.changed < :changed" ...
10:55:37.413 [qtp1956303740-38] DEBUG DataNucleus.Datastore - Using PreparedStatement "e737c4e6-0171-77e6-468b-000001396660" for connection "org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@5da08609"
10:55:37.413 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Native - SELECT 'co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest' AS "dn_type","a0"."changed","a0"."created","a0"."id","a0"."localpathprefix","a0"."repositoryid" FROM "remoterepositoryrequest" "a0" WHERE "a0"."changed" < <2020-04-13 10:55:37.4>
10:55:37.414 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Retrieve - SQL Execution Time = 1 ms
10:55:37.414 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Execution Time = 10 ms
10:55:37.414 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Transaction committing for ExecutionContext org.datanucleus.ExecutionContextImpl@23a579fc
10:55:37.415 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext.internalFlush() START : using ordered flush - 0 enlisted objects
10:55:37.415 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext.internalFlush() END
10:55:37.415 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Committing [DataNucleus Transaction, ID=-1789471456-12, enlisted resources=[org.datanucleus.store.rdbms.ConnectionFactoryImpl$EmulatedXAResource@608d7b02]]
10:55:37.415 [qtp1956303740-38] DEBUG DataNucleus.Connection - ManagedConnection COMMITTING : "org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@236df2e3 [conn=org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@5da08609, commitOnRelease=false, closeOnRelease=false, closeOnTxnEnd=true]"
10:55:37.415 [qtp1956303740-38] DEBUG DataNucleus.Connection - ManagedConnection CLOSED : "org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@236df2e3 [conn=org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@5da08609, commitOnRelease=false, closeOnRelease=false, closeOnTxnEnd=true]"
10:55:37.415 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Transaction committed in 1 ms
10:55:37.415 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext CLOSED "org.datanucleus.ExecutionContextImpl@23a579fc"
10:55:37.416 [qtp1956303740-38] DEBUG co.codewizards.cloudstore.core.io.LockFileImpl - [72f827d6]<init>: file='/home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/.cloudstore/repoRegistry.properties'
10:55:37.416 [qtp1956303740-38] DEBUG co.codewizards.cloudstore.core.io.LockFileImpl - [72f827d6]tryAcquire: returning true. lockCounter=1
10:55:37.416 [qtp1956303740-38] DEBUG co.codewizards.cloudstore.core.io.LockFileImpl - [72f827d6]tryAcquire: returning true. lockCounter=2
10:55:37.416 [qtp1956303740-38] DEBUG co.codewizards.cloudstore.core.config.ConfigImpl - getPropertyAsNonEmptyTrimmedString: System property with key='cloudstore.repoRegistry.evictDeadEntriesPeriod' is not set (config is queried next).
10:55:37.417 [qtp1956303740-38] DEBUG co.codewizards.cloudstore.core.io.LockFileImpl - [72f827d6]release: NOT releasing underlying FileLock. lockCounter=1
10:55:37.417 [qtp1956303740-38] DEBUG co.codewizards.cloudstore.core.io.LockFileImpl - [72f827d6]release: releasing underlying FileLock. lockCounter=0
10:55:37.417 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext OPENED "org.datanucleus.ExecutionContextImpl@23a579fc" for datastore "org.datanucleus.store.rdbms.RDBMSStoreManager@7f8ac616" with txn="org.datanucleus.TransactionImpl@61a53c8f"
10:55:37.418 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Transaction created [DataNucleus Transaction, ID=-1789471456-13, enlisted resources=[]]
10:55:37.418 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Transaction begun for ExecutionContext org.datanucleus.ExecutionContextImpl@23a579fc (optimistic=false)
10:55:37.418 [qtp1956303740-38] DEBUG DataNucleus.Query - Query "SELECT FROM co.codewizards.cloudstore.local.persistence.LocalRepository FetchPlan [default]" of language "JDOQL" has been run before so reusing existing generic compilation
10:55:37.418 [qtp1956303740-38] DEBUG DataNucleus.Query - Query "SELECT FROM co.codewizards.cloudstore.local.persistence.LocalRepository FetchPlan [default]" of language "JDOQL" for datastore "rdbms-derby" has been run before so reusing existing datastore compilation
10:55:37.419 [qtp1956303740-38] DEBUG DataNucleus.Connection - ManagedConnection OPENED : "org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@534b519e [conn=org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@2c525bc, commitOnRelease=false, closeOnRelease=false, closeOnTxnEnd=true]" on resource "tx" with isolation level "read-committed" and auto-commit=false
10:55:37.419 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Running enlist operation on resource: org.datanucleus.store.rdbms.ConnectionFactoryImpl$EmulatedXAResource@3747c00, error code TMNOFLAGS and transaction [DataNucleus Transaction, ID=-1789471456-13, enlisted resources=[]]
10:55:37.419 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Executing "SELECT FROM co.codewizards.cloudstore.local.persistence.LocalRepository" ...
10:55:37.419 [qtp1956303740-38] DEBUG DataNucleus.Datastore - Using PreparedStatement "56ac44df-0171-77e6-468b-000001396660" for connection "org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@2c525bc"
10:55:37.419 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Native - SELECT "a0"."changed","a0"."created","a0"."id","a0"."repositoryid","a0"."revision","a0"."discriminator" FROM "repository" "a0" WHERE "a0"."discriminator" = 'LocalRepository'
10:55:37.420 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Retrieve - SQL Execution Time = 1 ms
10:55:37.420 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Execution Time = 1 ms
10:55:37.420 [qtp1956303740-38] DEBUG DataNucleus.Cache - Object with id "co.codewizards.cloudstore.local.persistence.LocalRepository:1" not found in Level 1 cache
10:55:37.421 [qtp1956303740-38] DEBUG DataNucleus.Cache - Object "co.codewizards.cloudstore.local.persistence.LocalRepository@37c1875d" (id="co.codewizards.cloudstore.local.persistence.LocalRepository:1") added to Level 1 cache (loadedFlags="[NNYNNNNNN]")
10:55:37.421 [qtp1956303740-38] DEBUG DataNucleus.Persistence - Object "co.codewizards.cloudstore.local.persistence.LocalRepository@37c1875d" (id="co.codewizards.cloudstore.local.persistence.LocalRepository:1") is having the value in field "changed" replaced by a SCO wrapper
10:55:37.421 [qtp1956303740-38] DEBUG DataNucleus.Persistence - Object "co.codewizards.cloudstore.local.persistence.LocalRepository@37c1875d" (id="co.codewizards.cloudstore.local.persistence.LocalRepository:1") is having the value in field "created" replaced by a SCO wrapper
10:55:37.421 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Object "co.codewizards.cloudstore.local.persistence.LocalRepository@37c1875d" (id="1") enlisted in transactional cache
10:55:37.421 [qtp1956303740-38] DEBUG DataNucleus.Cache - Object with id="co.codewizards.cloudstore.local.persistence.LocalRepository:1" taken from Level 2 cache (fields="[0, 1, 2, 3, 4, 5, 7]", version="") - represented as "co.codewizards.cloudstore.local.persistence.LocalRepository@37c1875d"
10:55:37.423 [qtp1956303740-38] DEBUG DataNucleus.Persistence - Object "co.codewizards.cloudstore.local.persistence.LocalRepository@37c1875d" field "aliases" is replaced by a SCO wrapper of type "org.datanucleus.store.types.wrappers.backed.Set" [cache-values=true, lazy-loading=true, allow-nulls=false]
10:55:37.423 [qtp1956303740-38] DEBUG DataNucleus.Cache - Object "co.codewizards.cloudstore.local.persistence.LocalRepository@37c1875d" (id="1") is having the following fields in Level 2 cache object updated : [6]
10:55:37.423 [qtp1956303740-38] DEBUG DataNucleus.Persistence - Object "co.codewizards.cloudstore.local.persistence.LocalRepository@37c1875d" field "aliases" loading contents to SCO wrapper from the datastore
10:55:37.434 [qtp1956303740-38] DEBUG DataNucleus.Datastore - Using PreparedStatement "02e504e9-0171-77e6-468b-000001396660" for connection "org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@2c525bc"
10:55:37.435 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Native - SELECT "a0"."element" FROM "localrepository_aliases" "a0" WHERE "a0"."id_oid" = <1>
10:55:37.435 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Retrieve - SQL Execution Time = 0 ms
10:55:37.436 [qtp1956303740-38] DEBUG DataNucleus.Datastore - Closing PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@57a70424"
10:55:37.436 [qtp1956303740-38] DEBUG co.codewizards.cloudstore.core.io.LockFileImpl - [1fc3abeb]<init>: file='/home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/.cloudstore/repoRegistry.properties'
10:55:37.436 [qtp1956303740-38] DEBUG co.codewizards.cloudstore.core.io.LockFileImpl - [1fc3abeb]tryAcquire: returning true. lockCounter=1
10:55:37.437 [qtp1956303740-38] DEBUG co.codewizards.cloudstore.core.config.ConfigImpl - getPropertyAsNonEmptyTrimmedString: System property with key='cloudstore.repoRegistry.evictDeadEntriesPeriod' is not set (config is queried next).
10:55:37.437 [qtp1956303740-38] DEBUG co.codewizards.cloudstore.core.io.LockFileImpl - [1fc3abeb]release: releasing underlying FileLock. lockCounter=0
10:55:37.437 [qtp1956303740-38] DEBUG co.codewizards.cloudstore.local.LocalRepoManagerImpl - syncWithLocalRepoRegistry: Alias 'k8zo79bj-ggfav' of repository '598924c6-ab79-4f7c-b977-19da341a71b3' already in-sync.
10:55:37.437 [qtp1956303740-38] DEBUG co.codewizards.cloudstore.core.io.LockFileImpl - [6798be79]<init>: file='/home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/.cloudstore/repoRegistry.properties'
10:55:37.438 [qtp1956303740-38] DEBUG co.codewizards.cloudstore.core.io.LockFileImpl - [6798be79]tryAcquire: returning true. lockCounter=1
10:55:37.438 [qtp1956303740-38] DEBUG co.codewizards.cloudstore.core.io.LockFileImpl - [6798be79]tryAcquire: returning true. lockCounter=2
10:55:37.438 [qtp1956303740-38] DEBUG co.codewizards.cloudstore.core.config.ConfigImpl - getPropertyAsNonEmptyTrimmedString: System property with key='cloudstore.repoRegistry.evictDeadEntriesPeriod' is not set (config is queried next).
10:55:37.438 [qtp1956303740-38] DEBUG co.codewizards.cloudstore.core.io.LockFileImpl - [6798be79]release: NOT releasing underlying FileLock. lockCounter=1
10:55:37.438 [qtp1956303740-38] DEBUG co.codewizards.cloudstore.core.io.LockFileImpl - [6798be79]release: releasing underlying FileLock. lockCounter=0
10:55:37.439 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext.internalFlush() START : using ordered flush - 0 enlisted objects
10:55:37.439 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext.internalFlush() END
10:55:37.439 [qtp1956303740-38] DEBUG co.codewizards.cloudstore.local.AutoTrackLifecycleListener - onCommit: Deferred operations took 0 ms for 0 entities.
10:55:37.439 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext.internalFlush() START : using ordered flush - 0 enlisted objects
10:55:37.439 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext.internalFlush() END
10:55:37.439 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Transaction committing for ExecutionContext org.datanucleus.ExecutionContextImpl@23a579fc
10:55:37.439 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext.internalFlush() START : using ordered flush - 0 enlisted objects
10:55:37.439 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext.internalFlush() END
10:55:37.439 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Committing [DataNucleus Transaction, ID=-1789471456-13, enlisted resources=[org.datanucleus.store.rdbms.ConnectionFactoryImpl$EmulatedXAResource@3747c00]]
10:55:37.439 [qtp1956303740-38] DEBUG DataNucleus.Connection - ManagedConnection COMMITTING : "org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@534b519e [conn=org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@2c525bc, commitOnRelease=false, closeOnRelease=false, closeOnTxnEnd=true]"
10:55:37.440 [qtp1956303740-38] DEBUG DataNucleus.Connection - ManagedConnection CLOSED : "org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@534b519e [conn=org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@2c525bc, commitOnRelease=false, closeOnRelease=false, closeOnTxnEnd=true]"
10:55:37.440 [qtp1956303740-38] DEBUG DataNucleus.Lifecycle - Object "co.codewizards.cloudstore.local.persistence.LocalRepository@37c1875d" (id="co.codewizards.cloudstore.local.persistence.LocalRepository:1") has a lifecycle change : "P_CLEAN"->"HOLLOW"
10:55:37.440 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Object "co.codewizards.cloudstore.local.persistence.LocalRepository@37c1875d" (id="co.codewizards.cloudstore.local.persistence.LocalRepository:1") was evicted from transactional cache
10:55:37.440 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Transaction committed in 1 ms
10:55:37.440 [qtp1956303740-38] DEBUG DataNucleus.Persistence - Disconnecting co.codewizards.cloudstore.local.persistence.LocalRepository@37c1875d from StateManager[pc=co.codewizards.cloudstore.local.persistence.LocalRepository@37c1875d, lifecycle=HOLLOW]
10:55:37.440 [qtp1956303740-38] DEBUG DataNucleus.Cache - Level 1 Cache cleared
10:55:37.441 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext CLOSED "org.datanucleus.ExecutionContextImpl@23a579fc"
10:55:37.441 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext OPENED "org.datanucleus.ExecutionContextImpl@23a579fc" for datastore "org.datanucleus.store.rdbms.RDBMSStoreManager@7f8ac616" with txn="org.datanucleus.TransactionImpl@50b1c84d"
10:55:37.441 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Transaction created [DataNucleus Transaction, ID=-1789471456-14, enlisted resources=[]]
10:55:37.441 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Transaction begun for ExecutionContext org.datanucleus.ExecutionContextImpl@23a579fc (optimistic=false)
10:55:37.442 [qtp1956303740-38] DEBUG DataNucleus.Query - Query "SELECT FROM co.codewizards.cloudstore.local.persistence.LocalRepository FetchPlan [default]" of language "JDOQL" has been run before so reusing existing generic compilation
10:55:37.442 [qtp1956303740-38] DEBUG DataNucleus.Query - Query "SELECT FROM co.codewizards.cloudstore.local.persistence.LocalRepository FetchPlan [default]" of language "JDOQL" for datastore "rdbms-derby" has been run before so reusing existing datastore compilation
10:55:37.442 [qtp1956303740-38] DEBUG DataNucleus.Connection - ManagedConnection OPENED : "org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@ce2e7c5 [conn=org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@4c860788, commitOnRelease=false, closeOnRelease=false, closeOnTxnEnd=true]" on resource "tx" with isolation level "read-committed" and auto-commit=false
10:55:37.443 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Running enlist operation on resource: org.datanucleus.store.rdbms.ConnectionFactoryImpl$EmulatedXAResource@77eecc1d, error code TMNOFLAGS and transaction [DataNucleus Transaction, ID=-1789471456-14, enlisted resources=[]]
10:55:37.443 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Executing "SELECT FROM co.codewizards.cloudstore.local.persistence.LocalRepository" ...
10:55:37.443 [qtp1956303740-38] DEBUG DataNucleus.Datastore - Using PreparedStatement "56ac44df-0171-77e6-468b-000001396660" for connection "org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@4c860788"
10:55:37.443 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Native - SELECT "a0"."changed","a0"."created","a0"."id","a0"."repositoryid","a0"."revision","a0"."discriminator" FROM "repository" "a0" WHERE "a0"."discriminator" = 'LocalRepository'
10:55:37.443 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Retrieve - SQL Execution Time = 0 ms
10:55:37.444 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Execution Time = 1 ms
10:55:37.444 [qtp1956303740-38] DEBUG DataNucleus.Cache - Object with id "co.codewizards.cloudstore.local.persistence.LocalRepository:1" not found in Level 1 cache
10:55:37.445 [qtp1956303740-38] DEBUG DataNucleus.Cache - Object "co.codewizards.cloudstore.local.persistence.LocalRepository@c7d43c5" (id="co.codewizards.cloudstore.local.persistence.LocalRepository:1") added to Level 1 cache (loadedFlags="[NNYNNNNNN]")
10:55:37.445 [qtp1956303740-38] DEBUG DataNucleus.Persistence - Object "co.codewizards.cloudstore.local.persistence.LocalRepository@c7d43c5" (id="co.codewizards.cloudstore.local.persistence.LocalRepository:1") is having the value in field "changed" replaced by a SCO wrapper
10:55:37.445 [qtp1956303740-38] DEBUG DataNucleus.Persistence - Object "co.codewizards.cloudstore.local.persistence.LocalRepository@c7d43c5" (id="co.codewizards.cloudstore.local.persistence.LocalRepository:1") is having the value in field "created" replaced by a SCO wrapper
10:55:37.445 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Object "co.codewizards.cloudstore.local.persistence.LocalRepository@c7d43c5" (id="1") enlisted in transactional cache
10:55:37.445 [qtp1956303740-38] DEBUG DataNucleus.Cache - Object with id="co.codewizards.cloudstore.local.persistence.LocalRepository:1" taken from Level 2 cache (fields="[0, 1, 2, 3, 4, 5, 7]", version="") - represented as "co.codewizards.cloudstore.local.persistence.LocalRepository@c7d43c5"
10:55:37.446 [qtp1956303740-38] DEBUG DataNucleus.Persistence - Object "co.codewizards.cloudstore.local.persistence.LocalRepository@c7d43c5" field "aliases" is replaced by a SCO wrapper of type "org.datanucleus.store.types.wrappers.backed.Set" [cache-values=true, lazy-loading=true, allow-nulls=false]
10:55:37.446 [qtp1956303740-38] DEBUG DataNucleus.Cache - Object "co.codewizards.cloudstore.local.persistence.LocalRepository@c7d43c5" (id="1") is having the following fields in Level 2 cache object updated : [6]
10:55:37.453 [qtp1956303740-38] DEBUG DataNucleus.Datastore - Using PreparedStatement "9e9484ec-0171-77e6-468b-000001396660" for connection "org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@4c860788"
10:55:37.453 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Native - SELECT COUNT(*) FROM "localrepository_aliases" THIS WHERE THIS."id_oid"=<1>
10:55:37.454 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Retrieve - SQL Execution Time = 1 ms
10:55:37.454 [qtp1956303740-38] DEBUG DataNucleus.Datastore - Closing PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@469367a3"
10:55:37.455 [qtp1956303740-38] DEBUG DataNucleus.Persistence - Object "co.codewizards.cloudstore.local.persistence.LocalRepository@c7d43c5" field "aliases" loading contents to SCO wrapper from the datastore
10:55:37.455 [qtp1956303740-38] DEBUG DataNucleus.Datastore - Using PreparedStatement "02e504e9-0171-77e6-468b-000001396660" for connection "org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@4c860788"
10:55:37.456 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Native - SELECT "a0"."element" FROM "localrepository_aliases" "a0" WHERE "a0"."id_oid" = <1>
10:55:37.456 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Retrieve - SQL Execution Time = 0 ms
10:55:37.456 [qtp1956303740-38] DEBUG DataNucleus.Datastore - Closing PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@35411f0"
10:55:37.456 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext.internalFlush() START : using ordered flush - 0 enlisted objects
10:55:37.457 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext.internalFlush() END
10:55:37.457 [qtp1956303740-38] DEBUG co.codewizards.cloudstore.local.AutoTrackLifecycleListener - onCommit: Deferred operations took 0 ms for 0 entities.
10:55:37.457 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext.internalFlush() START : using ordered flush - 0 enlisted objects
10:55:37.457 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext.internalFlush() END
10:55:37.457 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Transaction committing for ExecutionContext org.datanucleus.ExecutionContextImpl@23a579fc
10:55:37.457 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext.internalFlush() START : using ordered flush - 0 enlisted objects
10:55:37.457 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext.internalFlush() END
10:55:37.457 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Committing [DataNucleus Transaction, ID=-1789471456-14, enlisted resources=[org.datanucleus.store.rdbms.ConnectionFactoryImpl$EmulatedXAResource@77eecc1d]]
10:55:37.457 [qtp1956303740-38] DEBUG DataNucleus.Connection - ManagedConnection COMMITTING : "org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@ce2e7c5 [conn=org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@4c860788, commitOnRelease=false, closeOnRelease=false, closeOnTxnEnd=true]"
10:55:37.458 [qtp1956303740-38] DEBUG DataNucleus.Connection - ManagedConnection CLOSED : "org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@ce2e7c5 [conn=org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@4c860788, commitOnRelease=false, closeOnRelease=false, closeOnTxnEnd=true]"
10:55:37.458 [qtp1956303740-38] DEBUG DataNucleus.Lifecycle - Object "co.codewizards.cloudstore.local.persistence.LocalRepository@c7d43c5" (id="co.codewizards.cloudstore.local.persistence.LocalRepository:1") has a lifecycle change : "P_CLEAN"->"HOLLOW"
10:55:37.458 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Object "co.codewizards.cloudstore.local.persistence.LocalRepository@c7d43c5" (id="co.codewizards.cloudstore.local.persistence.LocalRepository:1") was evicted from transactional cache
10:55:37.458 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Transaction committed in 1 ms
10:55:37.459 [qtp1956303740-38] DEBUG DataNucleus.Persistence - Disconnecting co.codewizards.cloudstore.local.persistence.LocalRepository@c7d43c5 from StateManager[pc=co.codewizards.cloudstore.local.persistence.LocalRepository@c7d43c5, lifecycle=HOLLOW]
10:55:37.459 [qtp1956303740-38] DEBUG DataNucleus.Cache - Level 1 Cache cleared
10:55:37.459 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext CLOSED "org.datanucleus.ExecutionContextImpl@23a579fc"
10:55:37.459 [qtp1956303740-38] DEBUG co.codewizards.cloudstore.local.LocalRepoManagerImpl - [fc5c2d0]open: closing=false closeAbortable=true
10:55:37.459 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext OPENED "org.datanucleus.ExecutionContextImpl@23a579fc" for datastore "org.datanucleus.store.rdbms.RDBMSStoreManager@7f8ac616" with txn="org.datanucleus.TransactionImpl@65282b9f"
10:55:37.460 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Transaction created [DataNucleus Transaction, ID=-1789471456-15, enlisted resources=[]]
10:55:37.460 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Transaction begun for ExecutionContext org.datanucleus.ExecutionContextImpl@23a579fc (optimistic=false)
10:55:37.461 [qtp1956303740-38] DEBUG co.codewizards.cloudstore.core.io.LockFileImpl - [6c561797]<init>: file='/home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/.cloudstore/repoRegistry.properties'
10:55:37.461 [qtp1956303740-38] DEBUG co.codewizards.cloudstore.core.io.LockFileImpl - [6c561797]tryAcquire: returning true. lockCounter=1
10:55:37.461 [qtp1956303740-38] DEBUG co.codewizards.cloudstore.core.io.LockFileImpl - [6c561797]tryAcquire: returning true. lockCounter=2
10:55:37.461 [qtp1956303740-38] DEBUG co.codewizards.cloudstore.core.config.ConfigImpl - getPropertyAsNonEmptyTrimmedString: System property with key='cloudstore.repoRegistry.evictDeadEntriesPeriod' is not set (config is queried next).
10:55:37.462 [qtp1956303740-38] DEBUG co.codewizards.cloudstore.core.io.LockFileImpl - [6c561797]release: NOT releasing underlying FileLock. lockCounter=1
10:55:37.462 [qtp1956303740-38] DEBUG co.codewizards.cloudstore.core.io.LockFileImpl - [6c561797]release: releasing underlying FileLock. lockCounter=0
10:55:37.462 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile (generic) of "SELECT FROM co.codewizards.cloudstore.local.persistence.RemoteRepository"
10:55:37.463 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile Time (generic) = 1 ms
10:55:37.463 [qtp1956303740-38] DEBUG DataNucleus.Query - QueryCompilation:
  [symbols: this type=co.codewizards.cloudstore.local.persistence.RemoteRepository]
10:55:37.463 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile (datastore) of "SELECT FROM co.codewizards.cloudstore.local.persistence.RemoteRepository"
10:55:37.464 [qtp1956303740-38] DEBUG DataNucleus.Query - Compile of JDOQL into SQL - JoinType : navigation(default=(using nullability), filter=(using nullability))
10:55:37.465 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile Time (datastore) = 2 ms
10:55:37.466 [qtp1956303740-38] DEBUG DataNucleus.Connection - ManagedConnection OPENED : "org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@75d25cc3 [conn=org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@8439b1d, commitOnRelease=false, closeOnRelease=false, closeOnTxnEnd=true]" on resource "tx" with isolation level "read-committed" and auto-commit=false
10:55:37.466 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Running enlist operation on resource: org.datanucleus.store.rdbms.ConnectionFactoryImpl$EmulatedXAResource@7494339f, error code TMNOFLAGS and transaction [DataNucleus Transaction, ID=-1789471456-15, enlisted resources=[]]
10:55:37.466 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Executing "SELECT FROM co.codewizards.cloudstore.local.persistence.RemoteRepository" ...
10:55:37.474 [qtp1956303740-38] DEBUG DataNucleus.Datastore - Using PreparedStatement "6a4644ef-0171-77e6-468b-000001396660" for connection "org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@8439b1d"
10:55:37.474 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Native - SELECT "a0"."changed","a0"."created","a0"."id","a0"."repositoryid","a0"."revision","a0"."localpathprefix","a0"."localrevision","a0"."remoteroot","a0"."remoterootsha1","a0"."discriminator" FROM "repository" "a0" WHERE "a0"."discriminator" = 'RemoteRepository'
10:55:37.475 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Retrieve - SQL Execution Time = 1 ms
10:55:37.475 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Execution Time = 9 ms
10:55:37.476 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile (generic) of "SELECT FROM co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest"
10:55:37.476 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile Time (generic) = 0 ms
10:55:37.476 [qtp1956303740-38] DEBUG DataNucleus.Query - QueryCompilation:
  [symbols: this type=co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest]
10:55:37.476 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile (datastore) of "SELECT FROM co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest"
10:55:37.477 [qtp1956303740-38] DEBUG DataNucleus.Query - Compile of JDOQL into SQL - JoinType : navigation(default=(using nullability), filter=(using nullability))
10:55:37.478 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile Time (datastore) = 2 ms
10:55:37.478 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Executing "SELECT FROM co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest" ...
10:55:37.484 [qtp1956303740-38] DEBUG DataNucleus.Datastore - Using PreparedStatement "8cbe04f1-0171-77e6-468b-000001396660" for connection "org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@8439b1d"
10:55:37.485 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Native - SELECT 'co.codewizards.cloudstore.local.persistence.RemoteRepositoryRequest' AS "dn_type","a0"."changed","a0"."created","a0"."id","a0"."localpathprefix","a0"."repositoryid" FROM "remoterepositoryrequest" "a0"
10:55:37.485 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Retrieve - SQL Execution Time = 1 ms
10:55:37.485 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Execution Time = 7 ms
10:55:37.486 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile (generic) of "SELECT count(this) FROM co.codewizards.cloudstore.local.persistence.NormalFile"
10:55:37.487 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile Time (generic) = 1 ms
10:55:37.487 [qtp1956303740-38] DEBUG DataNucleus.Query - QueryCompilation:
  [result:InvokeExpression{STATIC.count(PrimaryExpression{this})}]
  [symbols: this type=co.codewizards.cloudstore.local.persistence.NormalFile]
10:55:37.487 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile (datastore) of "SELECT count(this) FROM co.codewizards.cloudstore.local.persistence.NormalFile"
10:55:37.488 [qtp1956303740-38] DEBUG DataNucleus.Query - Compile of JDOQL into SQL - JoinType : navigation(default=(using nullability), filter=(using nullability))
10:55:37.489 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile Time (datastore) = 2 ms
10:55:37.489 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Executing "SELECT count(this) FROM co.codewizards.cloudstore.local.persistence.NormalFile" ...
10:55:37.499 [qtp1956303740-38] DEBUG DataNucleus.Datastore - Using PreparedStatement "af36c4f3-0171-77e6-468b-000001396660" for connection "org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@8439b1d"
10:55:37.499 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Native - SELECT COUNT("a0"."id") FROM "repofile" "a0" WHERE "a0"."discriminator" = 'NormalFile'
10:55:37.500 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Retrieve - SQL Execution Time = 1 ms
10:55:37.501 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Execution Time = 12 ms
10:55:37.501 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile (generic) of "SELECT count(this) FROM co.codewizards.cloudstore.local.persistence.Directory"
10:55:37.502 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile Time (generic) = 1 ms
10:55:37.502 [qtp1956303740-38] DEBUG DataNucleus.Query - QueryCompilation:
  [result:InvokeExpression{STATIC.count(PrimaryExpression{this})}]
  [symbols: this type=co.codewizards.cloudstore.local.persistence.Directory]
10:55:37.502 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile (datastore) of "SELECT count(this) FROM co.codewizards.cloudstore.local.persistence.Directory"
10:55:37.503 [qtp1956303740-38] DEBUG DataNucleus.Query - Compile of JDOQL into SQL - JoinType : navigation(default=(using nullability), filter=(using nullability))
10:55:37.503 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile Time (datastore) = 1 ms
10:55:37.503 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Executing "SELECT count(this) FROM co.codewizards.cloudstore.local.persistence.Directory" ...
10:55:37.511 [qtp1956303740-38] DEBUG DataNucleus.Datastore - Using PreparedStatement "51b084f5-0171-77e6-468b-000001396660" for connection "org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@8439b1d"
10:55:37.512 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Native - SELECT COUNT("a0"."id") FROM "repofile" "a0" WHERE "a0"."discriminator" = 'Directory'
10:55:37.513 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Retrieve - SQL Execution Time = 1 ms
10:55:37.513 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Execution Time = 10 ms
10:55:37.514 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile (generic) of "SELECT count(this) FROM co.codewizards.cloudstore.local.persistence.CopyModification"
10:55:37.515 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile Time (generic) = 1 ms
10:55:37.515 [qtp1956303740-38] DEBUG DataNucleus.Query - QueryCompilation:
  [result:InvokeExpression{STATIC.count(PrimaryExpression{this})}]
  [symbols: this type=co.codewizards.cloudstore.local.persistence.CopyModification]
10:55:37.515 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile (datastore) of "SELECT count(this) FROM co.codewizards.cloudstore.local.persistence.CopyModification"
10:55:37.516 [qtp1956303740-38] DEBUG DataNucleus.Query - Compile of JDOQL into SQL - JoinType : navigation(default=(using nullability), filter=(using nullability))
10:55:37.517 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile Time (datastore) = 2 ms
10:55:37.517 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Executing "SELECT count(this) FROM co.codewizards.cloudstore.local.persistence.CopyModification" ...
10:55:37.533 [qtp1956303740-38] DEBUG DataNucleus.Datastore - Using PreparedStatement "f42b44f7-0171-77e6-468b-000001396660" for connection "org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@8439b1d"
10:55:37.533 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Native - SELECT COUNT("a0"."id") FROM "copymodification" "a0" INNER JOIN "modification" "a1" ON "a0"."id" = "a1"."id" WHERE "a1"."discriminator" = 'CopyModification'
10:55:37.534 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Retrieve - SQL Execution Time = 1 ms
10:55:37.534 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Execution Time = 17 ms
10:55:37.534 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile (generic) of "SELECT count(this) FROM co.codewizards.cloudstore.local.persistence.DeleteModification"
10:55:37.535 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile Time (generic) = 1 ms
10:55:37.535 [qtp1956303740-38] DEBUG DataNucleus.Query - QueryCompilation:
  [result:InvokeExpression{STATIC.count(PrimaryExpression{this})}]
  [symbols: this type=co.codewizards.cloudstore.local.persistence.DeleteModification]
10:55:37.535 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile (datastore) of "SELECT count(this) FROM co.codewizards.cloudstore.local.persistence.DeleteModification"
10:55:37.537 [qtp1956303740-38] DEBUG DataNucleus.Query - Compile of JDOQL into SQL - JoinType : navigation(default=(using nullability), filter=(using nullability))
10:55:37.537 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Compile Time (datastore) = 2 ms
10:55:37.537 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Executing "SELECT count(this) FROM co.codewizards.cloudstore.local.persistence.DeleteModification" ...
10:55:37.549 [qtp1956303740-38] DEBUG DataNucleus.Datastore - Using PreparedStatement "16a704f9-0171-77e6-468b-000001396660" for connection "org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@8439b1d"
10:55:37.550 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Native - SELECT COUNT("a0"."id") FROM "deletemodification" "a0" INNER JOIN "modification" "a1" ON "a0"."id" = "a1"."id" WHERE "a1"."discriminator" = 'DeleteModification'
10:55:37.551 [qtp1956303740-38] DEBUG DataNucleus.Datastore.Retrieve - SQL Execution Time = 1 ms
10:55:37.551 [qtp1956303740-38] DEBUG DataNucleus.Query - JDOQL Query : Execution Time = 14 ms
10:55:37.551 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext.internalFlush() START : using ordered flush - 0 enlisted objects
10:55:37.551 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext.internalFlush() END
10:55:37.551 [qtp1956303740-38] DEBUG co.codewizards.cloudstore.local.AutoTrackLifecycleListener - onCommit: Deferred operations took 0 ms for 0 entities.
10:55:37.552 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext.internalFlush() START : using ordered flush - 0 enlisted objects
10:55:37.552 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext.internalFlush() END
10:55:37.552 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Transaction committing for ExecutionContext org.datanucleus.ExecutionContextImpl@23a579fc
10:55:37.552 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext.internalFlush() START : using ordered flush - 0 enlisted objects
10:55:37.552 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext.internalFlush() END
10:55:37.552 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Committing [DataNucleus Transaction, ID=-1789471456-15, enlisted resources=[org.datanucleus.store.rdbms.ConnectionFactoryImpl$EmulatedXAResource@7494339f]]
10:55:37.552 [qtp1956303740-38] DEBUG DataNucleus.Connection - ManagedConnection COMMITTING : "org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@75d25cc3 [conn=org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@8439b1d, commitOnRelease=false, closeOnRelease=false, closeOnTxnEnd=true]"
10:55:37.552 [qtp1956303740-38] DEBUG DataNucleus.Connection - ManagedConnection CLOSED : "org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@75d25cc3 [conn=org.datanucleus.store.rdbms.datasource.dbcp2.PoolingDataSource$PoolGuardConnectionWrapper@8439b1d, commitOnRelease=false, closeOnRelease=false, closeOnTxnEnd=true]"
10:55:37.553 [qtp1956303740-38] DEBUG DataNucleus.Transaction - Transaction committed in 1 ms
10:55:37.553 [qtp1956303740-38] DEBUG DataNucleus.Persistence - ExecutionContext CLOSED "org.datanucleus.ExecutionContextImpl@23a579fc"
10:55:37.553 [qtp1956303740-38] INFO co.codewizards.cloudstore.local.LocalRepoManagerImpl - [fc5c2d0]getCloseDeferredMillis: closeDeferredMillis=0
10:55:37.553 [qtp1956303740-38] INFO co.codewizards.cloudstore.local.LocalRepoManagerImpl - [fc5c2d0]close: Closing real LocalRepoManager immediately.
10:55:37.553 [qtp1956303740-38] INFO co.codewizards.cloudstore.local.LocalRepoManagerImpl - [fc5c2d0]_close: Shutting down real LocalRepoManager.
10:55:37.553 [qtp1956303740-38] DEBUG DataNucleus.Connection - Closing ConnectionPool "tx"
10:55:37.555 [qtp1956303740-38] DEBUG DataNucleus.Connection - Closing ConnectionPool "nontx"
10:55:37.558 [qtp1956303740-38] DEBUG DataNucleus.Persistence - Unmanaging Persistence of all classes
10:55:37.558 [qtp1956303740-38] DEBUG DataNucleus.MetaData - Deregistering listener for metadata initialisation
10:55:37.559 [qtp1956303740-38] DEBUG DataNucleus.Cache - Level 2 Cache cleared
10:55:37.853 [qtp1956303740-38] DEBUG co.codewizards.cloudstore.core.io.LockFileImpl - [33e63369]release: releasing underlying FileLock. lockCounter=0
10:55:37.861 [qtp1956303740-38] DEBUG org.eclipse.jetty.server.HttpChannel - sendResponse info=null content=HeapByteBuffer@6742c556[p=0,l=773,c=8192,r=773]={<<<<?xml version="1....nfoResponseDto>>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=Blocker@acac64a{null}
10:55:37.862 [qtp1956303740-38] DEBUG org.eclipse.jetty.server.HttpChannel - COMMIT for /RepoInfo on HttpChannelOverHttp@3be9983c{r=1,c=true,c=false/false,a=DISPATCHED,uri=//127.0.0.1:38066/RepoInfo,age=3115}
200 OK HTTP/1.1
Content-Length: 773
Content-Type: application/xml


10:55:37.862 [qtp1956303740-38] DEBUG org.eclipse.jetty.server.HttpConnection - org.eclipse.jetty.server.HttpConnection$SendCallback@5fa38672[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=773},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4761c2f3] generate: NEED_HEADER (null,[p=0,l=773,c=8192,r=773],true)@START
10:55:37.862 [qtp1956303740-38] DEBUG org.eclipse.jetty.http.HttpGenerator - generateHeaders HTTP/1.1{s=200,h=2,cl=773} last=true content=HeapByteBuffer@6742c556[p=0,l=773,c=8192,r=773]={<<<<?xml version="1....nfoResponseDto>>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
10:55:37.863 [qtp1956303740-38] DEBUG org.eclipse.jetty.http.HttpGenerator - Content-Length: 773
Content-Type: application/xml


10:55:37.863 [qtp1956303740-38] DEBUG org.eclipse.jetty.http.HttpGenerator - CONTENT_LENGTH
10:55:37.863 [qtp1956303740-38] DEBUG org.eclipse.jetty.server.HttpConnection - org.eclipse.jetty.server.HttpConnection$SendCallback@5fa38672[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=773},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4761c2f3] generate: FLUSH ([p=0,l=104,c=8192,r=104],[p=0,l=773,c=8192,r=773],true)@COMPLETING
10:55:37.863 [qtp1956303740-38] DEBUG org.eclipse.jetty.io.WriteFlusher - write: WriteFlusher@36f8c73c{IDLE}->null [HeapByteBuffer@2603ed15[p=0,l=104,c=8192,r=104]={<<<HTTP/1.1 200 OK\r\n....v20190418)\r\n\r\n>>>JkRFpOeElPVFcydmh...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@6742c556[p=0,l=773,c=8192,r=773]={<<<<?xml version="1....nfoResponseDto>>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}]
10:55:37.863 [qtp1956303740-38] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@36f8c73c{WRITING}->null:IDLE-->WRITING
10:55:37.864 [qtp1956303740-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - flushed 877 SocketChannelEndPoint@352e70e9{/127.0.0.1:48840<->/127.0.0.1:38066,OPEN,fill=-,flush=W,to=3121/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7ad49207[p=HttpParser{s=END,244 of 244},g=HttpGenerator@3cbb0c8c{s=COMPLETING}]=>HttpChannelOverHttp@3be9983c{r=1,c=true,c=false/false,a=DISPATCHED,uri=//127.0.0.1:38066/RepoInfo,age=3118}
10:55:37.866 [qtp1956303740-38] DEBUG org.eclipse.jetty.io.WriteFlusher - Flushed=true written=877 remaining=0 WriteFlusher@36f8c73c{WRITING}->null
10:55:37.866 [qtp1956303740-38] DEBUG org.eclipse.jetty.io.WriteFlusher - update WriteFlusher@36f8c73c{IDLE}->null:WRITING-->IDLE
10:55:37.866 [qtp1956303740-38] DEBUG org.eclipse.jetty.server.HttpConnection - org.eclipse.jetty.server.HttpConnection$SendCallback@5fa38672[PROCESSING][i=HTTP/1.1{s=200,h=2,cl=773},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4761c2f3] generate: DONE ([p=104,l=104,c=8192,r=0],[p=773,l=773,c=8192,r=0],true)@END
10:55:37.867 [qtp1956303740-38] DEBUG org.eclipse.jetty.server.session - FinalSession=null, old_session_handler=null, this=org.eclipse.jetty.server.session.SessionHandler1749524107==dftMaxIdleSec=-1, calling complete=true
10:55:37.867 [qtp1956303740-38] DEBUG org.eclipse.jetty.server.session - Complete called with session null
10:55:37.867 [qtp1956303740-38] DEBUG org.eclipse.jetty.server.Server - handled=true async=false committed=true on HttpChannelOverHttp@3be9983c{r=1,c=true,c=false/true,a=DISPATCHED,uri=//127.0.0.1:38066/RepoInfo,age=3121}
10:55:37.867 [qtp1956303740-38] DEBUG org.eclipse.jetty.server.HttpChannelState - unhandle HttpChannelState@3fd61b99{s=DISPATCHED a=NOT_ASYNC i=true r=READY w=false}
10:55:37.867 [qtp1956303740-38] DEBUG org.eclipse.jetty.server.HttpChannel - HttpChannelOverHttp@3be9983c{r=1,c=true,c=false/true,a=COMPLETING,uri=//127.0.0.1:38066/RepoInfo,age=3121} action COMPLETE
10:55:37.868 [qtp1956303740-38] DEBUG org.eclipse.jetty.server.HttpChannelState - onComplete HttpChannelState@3fd61b99{s=COMPLETING a=NOT_ASYNC i=false r=READY w=false}
10:55:37.868 [qtp1956303740-38] DEBUG org.eclipse.jetty.server.HttpChannel - COMPLETE for /RepoInfo written=773
10:55:37.868 [qtp1956303740-38] DEBUG org.eclipse.jetty.server.HttpChannelState - recycle HttpChannelState@3fd61b99{s=COMPLETED a=NOT_ASYNC i=false r=READY w=false}
10:55:37.868 [qtp1956303740-38] DEBUG org.eclipse.jetty.http.HttpParser - reset HttpParser{s=END,244 of 244}
10:55:37.868 [qtp1956303740-38] DEBUG org.eclipse.jetty.http.HttpParser - END --> START
10:55:37.868 [qtp1956303740-38] DEBUG org.eclipse.jetty.server.HttpChannel - HttpChannelOverHttp@3be9983c{r=1,c=false,c=false/false,a=IDLE,uri=null,age=0} handle exit, result COMPLETE
10:55:37.868 [qtp1956303740-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2603ed15[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 200 OK\r\n...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
10:55:37.868 [qtp1956303740-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - filled 0 HeapByteBuffer@2603ed15[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 200 OK\r\n...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
10:55:37.869 [qtp1956303740-38] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7ad49207::SocketChannelEndPoint@352e70e9{/127.0.0.1:48840<->/127.0.0.1:38066,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7ad49207[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cbb0c8c{s=START}]=>HttpChannelOverHttp@3be9983c{r=1,c=false,c=false/false,a=IDLE,uri=null,age=0} filled 0 HeapByteBuffer@2603ed15[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 200 OK\r\n...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
10:55:37.869 [qtp1956303740-38] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7ad49207::SocketChannelEndPoint@352e70e9{/127.0.0.1:48840<->/127.0.0.1:38066,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7ad49207[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cbb0c8c{s=START}]=>HttpChannelOverHttp@3be9983c{r=1,c=false,c=false/false,a=IDLE,uri=null,age=0} parse HeapByteBuffer@2603ed15[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 200 OK\r\n...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {}
10:55:37.869 [qtp1956303740-38] DEBUG org.eclipse.jetty.http.HttpParser - parseNext s=START HeapByteBuffer@2603ed15[p=0,l=0,c=8192,r=0]={<<<>>>HTTP/1.1 200 OK\r\n...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
10:55:37.870 [qtp1956303740-38] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7ad49207::SocketChannelEndPoint@352e70e9{/127.0.0.1:48840<->/127.0.0.1:38066,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7ad49207[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cbb0c8c{s=START}]=>HttpChannelOverHttp@3be9983c{r=1,c=false,c=false/false,a=IDLE,uri=null,age=0} parsed false HttpParser{s=START,0 of -1}
10:55:37.870 [qtp1956303740-38] DEBUG org.eclipse.jetty.server.HttpConnection - releaseRequestBuffer HttpConnection@7ad49207::SocketChannelEndPoint@352e70e9{/127.0.0.1:48840<->/127.0.0.1:38066,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7ad49207[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cbb0c8c{s=START}]=>HttpChannelOverHttp@3be9983c{r=1,c=false,c=false/false,a=IDLE,uri=null,age=0}
10:55:37.870 [qtp1956303740-38] DEBUG org.eclipse.jetty.io.AbstractConnection - fillInterested HttpConnection@7ad49207::SocketChannelEndPoint@352e70e9{/127.0.0.1:48840<->/127.0.0.1:38066,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7ad49207[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cbb0c8c{s=START}]=>HttpChannelOverHttp@3be9983c{r=1,c=false,c=false/false,a=IDLE,uri=null,age=0}
10:55:37.871 [qtp1956303740-38] DEBUG org.eclipse.jetty.io.FillInterest - interested FillInterest@4be44b5f{AC.ReadCB@7ad49207{HttpConnection@7ad49207::SocketChannelEndPoint@352e70e9{/127.0.0.1:48840<->/127.0.0.1:38066,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->HttpConnection@7ad49207[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cbb0c8c{s=START}]=>HttpChannelOverHttp@3be9983c{r=1,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
10:55:37.871 [qtp1956303740-38] DEBUG org.eclipse.jetty.io.ChannelEndPoint - changeInterests p=false 0->1 for SocketChannelEndPoint@352e70e9{/127.0.0.1:48840<->/127.0.0.1:38066,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=1}->HttpConnection@7ad49207[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cbb0c8c{s=START}]=>HttpChannelOverHttp@3be9983c{r=1,c=false,c=false/false,a=IDLE,uri=null,age=0}
10:55:37.871 [qtp1956303740-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@44618b69 on ManagedSelector@520c3dcb{STARTED} id=1 keys=1 selected=0 updates=0
10:55:37.872 [qtp1956303740-38] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@520c3dcb{STARTED} id=1 keys=1 selected=0 updates=1
10:55:37.887 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@415c6c8e woken with none selected
10:55:37.887 [qtp1956303740-38] DEBUG org.eclipse.jetty.server.HttpConnection - HttpConnection@7ad49207::SocketChannelEndPoint@352e70e9{/127.0.0.1:48840<->/127.0.0.1:38066,OPEN,fill=FI,flush=-,to=2/30000}{io=0/1,kio=0,kro=1}->HttpConnection@7ad49207[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cbb0c8c{s=START}]=>HttpChannelOverHttp@3be9983c{r=1,c=false,c=false/false,a=IDLE,uri=null,age=0} onFillable exit HttpChannelState@3fd61b99{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
10:55:37.887 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@415c6c8e woken up from select, 0/0/1 selected
10:55:37.887 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@415c6c8e processing 0 keys, 1 updates
10:55:37.887 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1
10:55:37.887 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ChannelEndPoint$1@44618b69
10:55:37.888 [qtp1956303740-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran CEP:SocketChannelEndPoint@352e70e9{/127.0.0.1:48840<->/127.0.0.1:38066,OPEN,fill=FI,flush=-,to=17/30000}{io=0/1,kio=0,kro=1}->HttpConnection@7ad49207[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cbb0c8c{s=START}]=>HttpChannelOverHttp@3be9983c{r=1,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
10:55:37.888 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - Key interests updated 0 -> 1 on SocketChannelEndPoint@352e70e9{/127.0.0.1:48840<->/127.0.0.1:38066,OPEN,fill=FI,flush=-,to=18/30000}{io=1/1,kio=1,kro=1}->HttpConnection@7ad49207[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cbb0c8c{s=START}]=>HttpChannelOverHttp@3be9983c{r=1,c=false,c=false/false,a=IDLE,uri=null,age=0}
10:55:37.888 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0
10:55:37.888 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@415c6c8e waiting with 1 keys
10:55:37.896 [main] DEBUG co.codewizards.cloudstore.ls.rest.client.LocalServerRestClient - execute: invocation took 3255 ms
Local repository:
  repository.repositoryId = 598924c6-ab79-4f7c-b977-19da341a71b3
  repository.localRoot = /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/repo/k8zo79bj-ggfav
  repository.aliases = co.codewizards.cloudstore.ls.core.dto.RepoInfoResponseDto@1203d787
  repository.publicKeySha1 = BE:30:ED:68:8E:E2:55:72:9D:3B:DC:9B:61:AD:FF:5A:2F:B0:12:4A

Remote repositories connected: {NONE}

Remote repositories requesting connection: {NONE}

Statistics:
  * Count(NormalFile): 0
  * Count(Directory): 1
  * Count(CopyModification): 0
  * Count(DeleteModification): 0

10:55:37.897 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping Server@1b485c8b{STARTED}[9.4.17.v20190418]
10:55:37.898 [main] DEBUG org.eclipse.jetty.server.Server - doStop Server@1b485c8b{STOPPING}[9.4.17.v20190418]
10:55:37.898 [qtp1956303740-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran qtp1956303740-35-acceptor-0@53a09566-ServerConnector@2248d140{HTTP/1.1,[http/1.1]}{127.0.0.1:38066}
10:55:37.898 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandlerContainer - Graceful shutdown Server@1b485c8b{STOPPING}[9.4.17.v20190418] by 
10:55:37.898 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ServerConnector@2248d140{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
10:55:37.899 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping SelectorManager@ServerConnector@2248d140{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
10:55:37.899 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ManagedSelector@5d3634c8{STARTED} id=2 keys=0 selected=0 updates=0
10:55:37.899 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change org.eclipse.jetty.io.ManagedSelector$CloseConnections@1f72fbd1 on ManagedSelector@5d3634c8{STOPPING} id=2 keys=0 selected=0 updates=0
10:55:37.899 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@5d3634c8{STOPPING} id=2 keys=0 selected=0 updates=1
10:55:37.899 [qtp1956303740-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@694948e woken with none selected
10:55:37.899 [qtp1956303740-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@694948e woken up from select, 0/0/0 selected
10:55:37.900 [qtp1956303740-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@694948e processing 0 keys, 1 updates
10:55:37.900 [qtp1956303740-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1
10:55:37.900 [qtp1956303740-34] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$CloseConnections@1f72fbd1
10:55:37.900 [qtp1956303740-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Closing 0 connections on ManagedSelector@5d3634c8{STOPPING} id=2 keys=0 selected=0 updates=0
10:55:37.901 [qtp1956303740-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0
10:55:37.901 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change org.eclipse.jetty.io.ManagedSelector$StopSelector@6f785a27 on ManagedSelector@5d3634c8{STOPPING} id=2 keys=0 selected=0 updates=0
10:55:37.901 [qtp1956303740-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@694948e waiting with 0 keys
10:55:37.901 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@5d3634c8{STOPPING} id=2 keys=0 selected=0 updates=1
10:55:37.901 [qtp1956303740-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@694948e woken with none selected
10:55:37.901 [qtp1956303740-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@694948e woken up from select, 0/0/0 selected
10:55:37.901 [qtp1956303740-34] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@694948e processing 0 keys, 1 updates
10:55:37.901 [qtp1956303740-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1
10:55:37.901 [qtp1956303740-34] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$StopSelector@6f785a27
10:55:37.902 [qtp1956303740-34] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0
10:55:37.902 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping EatWhatYouKill@145fe8ab/SelectorProducer@3b347439/PRODUCING/p=false/QueuedThreadPool[qtp1956303740]@749ad37c{STARTED,8<=8<=500,i=4,q=0}[ReservedThreadExecutor@4a7db5a{s=1/6,p=0}][pc=0,pic=0,pec=0,epc=0]@2020-04-14T10:55:37.902663+02:00
10:55:37.902 [qtp1956303740-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$$Lambda$231/0x0000000800320840@2295566b
10:55:37.903 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED EatWhatYouKill@145fe8ab/SelectorProducer@3b347439/IDLE/p=false/QueuedThreadPool[qtp1956303740]@749ad37c{STARTED,8<=8<=500,i=4,q=0}[ReservedThreadExecutor@4a7db5a{s=1/6,p=0}][pc=0,pic=0,pec=0,epc=0]@2020-04-14T10:55:37.903128+02:00
10:55:37.903 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ManagedSelector@5d3634c8{STOPPED} id=2 keys=-1 selected=-1 updates=0
10:55:37.903 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ManagedSelector@520c3dcb{STARTED} id=1 keys=1 selected=0 updates=0
10:55:37.903 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change org.eclipse.jetty.io.ManagedSelector$CloseConnections@443dae2 on ManagedSelector@520c3dcb{STOPPING} id=1 keys=1 selected=0 updates=0
10:55:37.903 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@520c3dcb{STOPPING} id=1 keys=1 selected=0 updates=1
10:55:37.903 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@415c6c8e woken with none selected
10:55:37.904 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@415c6c8e woken up from select, 0/0/1 selected
10:55:37.904 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@415c6c8e processing 0 keys, 1 updates
10:55:37.904 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1
10:55:37.904 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$CloseConnections@443dae2
10:55:37.904 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Closing 1 connections on ManagedSelector@520c3dcb{STOPPING} id=1 keys=1 selected=0 updates=0
10:55:37.905 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close SocketChannelEndPoint@352e70e9{/127.0.0.1:48840<->/127.0.0.1:38066,OPEN,fill=FI,flush=-,to=35/30000}{io=1/1,kio=1,kro=1}->HttpConnection@7ad49207[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cbb0c8c{s=START}]=>HttpChannelOverHttp@3be9983c{r=1,c=false,c=false/false,a=IDLE,uri=null,age=0}
10:55:37.905 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.AbstractEndPoint - close(null) SocketChannelEndPoint@352e70e9{/127.0.0.1:48840<->/127.0.0.1:38066,OPEN,fill=FI,flush=-,to=35/30000}{io=1/1,kio=1,kro=1}->HttpConnection@7ad49207[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cbb0c8c{s=START}]=>HttpChannelOverHttp@3be9983c{r=1,c=false,c=false/false,a=IDLE,uri=null,age=0}
10:55:37.906 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.ChannelEndPoint - doClose SocketChannelEndPoint@352e70e9{/127.0.0.1:48840<->/127.0.0.1:38066,CLOSED,fill=FI,flush=-,to=36/30000}{io=1/1,kio=1,kro=1}->HttpConnection@7ad49207[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cbb0c8c{s=START}]=>HttpChannelOverHttp@3be9983c{r=1,c=false,c=false/false,a=IDLE,uri=null,age=0}
10:55:37.906 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.WriteFlusher - ignored: WriteFlusher@36f8c73c{IDLE}->null
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248)
	at org.eclipse.jetty.io.ManagedSelector.closeNoExceptions(ManagedSelector.java:252)
	at org.eclipse.jetty.io.ManagedSelector.access$1400(ManagedSelector.java:61)
	at org.eclipse.jetty.io.ManagedSelector$CloseConnections.update(ManagedSelector.java:866)
	at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.processUpdates(ManagedSelector.java:426)
	at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:397)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:786)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:743)
	at java.base/java.lang.Thread.run(Thread.java:834)
10:55:37.909 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.FillInterest - onClose FillInterest@4be44b5f{AC.ReadCB@7ad49207{HttpConnection@7ad49207::SocketChannelEndPoint@352e70e9{/127.0.0.1:48840<->/127.0.0.1:38066,CLOSED,fill=FI,flush=-,to=38/30000}{io=1/1,kio=-1,kro=-1}->HttpConnection@7ad49207[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3cbb0c8c{s=START}]=>HttpChannelOverHttp@3be9983c{r=1,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
10:55:37.909 [qtp1956303740-33] DEBUG org.eclipse.jetty.http.HttpParser - close HttpParser{s=START,0 of -1}
10:55:37.910 [qtp1956303740-33] DEBUG org.eclipse.jetty.http.HttpParser - START --> CLOSE
10:55:37.910 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.AbstractConnection - HttpConnection@7ad49207::SocketChannelEndPoint@352e70e9{/127.0.0.1:48840<->/127.0.0.1:38066,CLOSED,fill=-,flush=-,to=40/30000}{io=1/1,kio=-1,kro=-1}->HttpConnection@7ad49207[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3cbb0c8c{s=START}]=>HttpChannelOverHttp@3be9983c{r=1,c=false,c=false/false,a=IDLE,uri=null,age=0} onFillInterestedFailed {}
10:55:37.910 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup ManagedSelector@520c3dcb{STOPPING} id=1 keys=1 selected=0 updates=0
10:55:37.911 [qtp1956303740-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@ea690ee
10:55:37.911 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0
10:55:37.911 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@415c6c8e waiting with 1 keys
10:55:37.911 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change org.eclipse.jetty.io.ManagedSelector$StopSelector@8f09a02 on ManagedSelector@520c3dcb{STOPPING} id=1 keys=1 selected=0 updates=0
10:55:37.911 [qtp1956303740-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@ea690ee
10:55:37.911 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@520c3dcb{STOPPING} id=1 keys=0 selected=0 updates=1
10:55:37.911 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@415c6c8e woken with none selected
10:55:37.911 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@415c6c8e woken up from select, 0/0/0 selected
10:55:37.911 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@415c6c8e processing 0 keys, 1 updates
10:55:37.912 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1
10:55:37.912 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$StopSelector@8f09a02
10:55:37.912 [qtp1956303740-33] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0
10:55:37.912 [qtp1956303740-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$$Lambda$231/0x0000000800320840@1d1b3620
10:55:37.912 [qtp1956303740-39] DEBUG org.eclipse.jetty.io.ManagedSelector - Destroyed SocketChannelEndPoint@352e70e9{/127.0.0.1:48840<->/127.0.0.1:38066,CLOSED,fill=-,flush=-,to=41/30000}{io=1/1,kio=-1,kro=-1}->HttpConnection@7ad49207[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3cbb0c8c{s=START}]=>HttpChannelOverHttp@3be9983c{r=1,c=false,c=false/false,a=IDLE,uri=null,age=0}
10:55:37.913 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping EatWhatYouKill@1dd64243/SelectorProducer@2ef913a4/IDLE/p=false/QueuedThreadPool[qtp1956303740]@749ad37c{STARTED,8<=8<=500,i=5,q=0}[ReservedThreadExecutor@4a7db5a{s=1/6,p=0}][pc=0,pic=0,pec=1,epc=0]@2020-04-14T10:55:37.91325+02:00
10:55:37.913 [qtp1956303740-39] DEBUG org.eclipse.jetty.io.AbstractConnection - onClose HttpConnection@7ad49207::SocketChannelEndPoint@352e70e9{/127.0.0.1:48840<->/127.0.0.1:38066,CLOSED,fill=-,flush=-,to=43/30000}{io=1/1,kio=-1,kro=-1}->HttpConnection@7ad49207[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3cbb0c8c{s=START}]=>HttpChannelOverHttp@3be9983c{r=1,c=false,c=false/false,a=IDLE,uri=null,age=0}
10:55:37.914 [qtp1956303740-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@ea690ee
10:55:37.914 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED EatWhatYouKill@1dd64243/SelectorProducer@2ef913a4/IDLE/p=false/QueuedThreadPool[qtp1956303740]@749ad37c{STARTED,8<=8<=500,i=5,q=0}[ReservedThreadExecutor@4a7db5a{s=1/6,p=0}][pc=0,pic=0,pec=1,epc=0]@2020-04-14T10:55:37.914236+02:00
10:55:37.915 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ManagedSelector@520c3dcb{STOPPED} id=1 keys=-1 selected=-1 updates=0
10:55:37.915 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ManagedSelector@7286827b{STARTED} id=0 keys=0 selected=0 updates=0
10:55:37.915 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change org.eclipse.jetty.io.ManagedSelector$CloseConnections@5454be on ManagedSelector@7286827b{STOPPING} id=0 keys=0 selected=0 updates=0
10:55:37.915 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@7286827b{STOPPING} id=0 keys=0 selected=0 updates=1
10:55:37.915 [qtp1956303740-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@391060dc woken with none selected
10:55:37.916 [qtp1956303740-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@391060dc woken up from select, 0/0/0 selected
10:55:37.916 [qtp1956303740-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@391060dc processing 0 keys, 1 updates
10:55:37.916 [qtp1956303740-32] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1
10:55:37.916 [qtp1956303740-32] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$CloseConnections@5454be
10:55:37.916 [qtp1956303740-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Closing 0 connections on ManagedSelector@7286827b{STOPPING} id=0 keys=0 selected=0 updates=0
10:55:37.916 [qtp1956303740-32] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0
10:55:37.916 [qtp1956303740-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@391060dc waiting with 0 keys
10:55:37.917 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Queued change org.eclipse.jetty.io.ManagedSelector$StopSelector@2dd08ff1 on ManagedSelector@7286827b{STOPPING} id=0 keys=0 selected=0 updates=0
10:55:37.917 [main] DEBUG org.eclipse.jetty.io.ManagedSelector - Wakeup on submit ManagedSelector@7286827b{STOPPING} id=0 keys=0 selected=0 updates=1
10:55:37.917 [qtp1956303740-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@391060dc woken with none selected
10:55:37.918 [qtp1956303740-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@391060dc woken up from select, 0/0/0 selected
10:55:37.918 [qtp1956303740-32] DEBUG org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.EPollSelectorImpl@391060dc processing 0 keys, 1 updates
10:55:37.918 [qtp1956303740-32] DEBUG org.eclipse.jetty.io.ManagedSelector - updateable 1
10:55:37.918 [qtp1956303740-32] DEBUG org.eclipse.jetty.io.ManagedSelector - update org.eclipse.jetty.io.ManagedSelector$StopSelector@2dd08ff1
10:55:37.918 [qtp1956303740-32] DEBUG org.eclipse.jetty.io.ManagedSelector - updates 0
10:55:37.919 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping EatWhatYouKill@71285693/SelectorProducer@3199a202/PRODUCING/p=false/QueuedThreadPool[qtp1956303740]@749ad37c{STARTED,8<=8<=500,i=6,q=0}[ReservedThreadExecutor@4a7db5a{s=1/6,p=0}][pc=0,pic=0,pec=0,epc=0]@2020-04-14T10:55:37.919138+02:00
10:55:37.919 [qtp1956303740-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.io.ManagedSelector$$Lambda$231/0x0000000800320840@6e67a8c0
10:55:37.920 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED EatWhatYouKill@71285693/SelectorProducer@3199a202/IDLE/p=false/QueuedThreadPool[qtp1956303740]@749ad37c{STARTED,8<=8<=500,i=7,q=0}[ReservedThreadExecutor@4a7db5a{s=1/6,p=0}][pc=0,pic=0,pec=0,epc=0]@2020-04-14T10:55:37.919934+02:00
10:55:37.920 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ManagedSelector@7286827b{STOPPED} id=0 keys=-1 selected=-1 updates=0
10:55:37.921 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED SelectorManager@ServerConnector@2248d140{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
10:55:37.921 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HttpConnectionFactory@591e5fd4[HTTP/1.1]
10:55:37.921 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HttpConnectionFactory@591e5fd4[HTTP/1.1]
10:55:37.921 [main] INFO org.eclipse.jetty.server.AbstractConnector - Stopped ServerConnector@2248d140{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
10:55:37.921 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ServerConnector@2248d140{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
10:55:37.922 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - stopping Server@1b485c8b{STOPPING}[9.4.17.v20190418]
10:55:37.922 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping DefaultSessionIdManager@16f4a3c0{STARTED}[worker=node0]
10:55:37.922 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping HouseKeeper@26495639{STARTED}[interval=600000, ownscheduler=false]
10:55:37.922 [main] INFO org.eclipse.jetty.server.session - node0 Stopped scavenging
10:55:37.922 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED HouseKeeper@26495639{STOPPED}[interval=600000, ownscheduler=false]
10:55:37.922 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED DefaultSessionIdManager@16f4a3c0{STOPPED}[worker=node0]
10:55:37.922 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ErrorHandler@398f0516{STARTED}
10:55:37.922 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - stopping ErrorHandler@398f0516{STOPPING}
10:55:37.923 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ErrorHandler@398f0516{STOPPED}
10:55:37.923 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping o.e.j.s.ServletContextHandler@ce19c86{/,null,SHUTDOWN}
10:55:37.923 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandlerContainer - Graceful shutdown o.e.j.s.ServletContextHandler@ce19c86{/,null,SHUTDOWN} by 
10:55:37.923 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - stopping o.e.j.s.ServletContextHandler@ce19c86{/,null,UNAVAILABLE}
10:55:37.923 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping org.eclipse.jetty.server.session.SessionHandler1749524107==dftMaxIdleSec=-1
10:55:37.923 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping org.eclipse.jetty.server.session.DefaultSessionCache@acd3460[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false]
10:55:37.923 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping org.eclipse.jetty.server.session.NullSessionDataStore@3ea9a091[passivating=false,graceSec=3600]
10:55:37.923 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED org.eclipse.jetty.server.session.NullSessionDataStore@3ea9a091[passivating=false,graceSec=3600]
10:55:37.923 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED org.eclipse.jetty.server.session.DefaultSessionCache@acd3460[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false]
10:55:37.923 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - stopping org.eclipse.jetty.server.session.SessionHandler1749524107==dftMaxIdleSec=-1
10:55:37.924 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ServletHandler@4e951fb1{STARTED}
10:55:37.924 [main] DEBUG org.eclipse.jetty.server.handler.AbstractHandler - stopping ServletHandler@4e951fb1{STOPPING}
10:55:37.924 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-369a95a5@9e4b190f==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet,jsp=null,order=-1,inst=false,async=true
10:55:37.924 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-369a95a5@9e4b190f==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet,jsp=null,order=-1,inst=false,async=true
10:55:37.924 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping org.glassfish.jersey.servlet.ServletContainer-295d54d6@4a437015==org.glassfish.jersey.servlet.ServletContainer,jsp=null,order=-1,inst=true,async=true
10:55:37.934 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED org.glassfish.jersey.servlet.ServletContainer-295d54d6@4a437015==org.glassfish.jersey.servlet.ServletContainer,jsp=null,order=-1,inst=true,async=true
10:55:37.935 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ServletHandler@4e951fb1{STOPPED}
10:55:37.935 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED org.eclipse.jetty.server.session.SessionHandler1749524107==dftMaxIdleSec=-1
10:55:37.935 [main] INFO org.eclipse.jetty.server.handler.ContextHandler - Stopped o.e.j.s.ServletContextHandler@ce19c86{/,null,UNAVAILABLE}
10:55:37.935 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED o.e.j.s.ServletContextHandler@ce19c86{/,null,UNAVAILABLE}
10:55:37.935 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ScheduledExecutorScheduler@59b98ad1{STARTED}
10:55:37.936 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ScheduledExecutorScheduler@59b98ad1{STOPPED}
10:55:37.937 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping QueuedThreadPool[qtp1956303740]@749ad37c{STARTED,8<=8<=500,i=7,q=0}[ReservedThreadExecutor@4a7db5a{s=1/6,p=0}]
10:55:37.937 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Stopping QueuedThreadPool[qtp1956303740]@749ad37c{STOPPING,8<=8<=500,i=7,q=0}[ReservedThreadExecutor@4a7db5a{s=1/6,p=0}]
10:55:37.937 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - stopping ReservedThreadExecutor@4a7db5a{s=1/6,p=0}
10:55:37.938 [main] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@4a7db5a{s=0/6,p=0}@4ba407fe offer STOP!
10:55:37.938 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED ReservedThreadExecutor@4a7db5a{s=0/6,p=0}
10:55:37.938 [qtp1956303740-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@4a7db5a{s=0/6,p=0}@4ba407fe task=STOP!
10:55:37.938 [qtp1956303740-37] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor - ReservedThreadExecutor@4a7db5a{s=0/6,p=0}@4ba407fe Exited
10:55:37.938 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[qtp1956303740-32,5,main] for 14999
10:55:37.938 [qtp1956303740-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran ReservedThreadExecutor@4a7db5a{s=0/6,p=0}@4ba407fe
10:55:37.938 [qtp1956303740-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$321/0x000000080094cc40@3d49d196
10:55:37.938 [qtp1956303740-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$321/0x000000080094cc40@3d49d196
10:55:37.939 [qtp1956303740-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$321/0x000000080094cc40@3d49d196
10:55:37.939 [qtp1956303740-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$321/0x000000080094cc40@3d49d196
10:55:37.939 [qtp1956303740-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$321/0x000000080094cc40@3d49d196
10:55:37.939 [qtp1956303740-35] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$321/0x000000080094cc40@3d49d196
10:55:37.939 [qtp1956303740-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$321/0x000000080094cc40@3d49d196
10:55:37.940 [qtp1956303740-34] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$321/0x000000080094cc40@3d49d196
10:55:37.940 [qtp1956303740-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$321/0x000000080094cc40@3d49d196
10:55:37.940 [qtp1956303740-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$321/0x000000080094cc40@3d49d196
10:55:37.940 [qtp1956303740-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$321/0x000000080094cc40@3d49d196
10:55:37.940 [qtp1956303740-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$321/0x000000080094cc40@3d49d196
10:55:37.941 [qtp1956303740-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$321/0x000000080094cc40@3d49d196
10:55:37.941 [qtp1956303740-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$321/0x000000080094cc40@3d49d196
10:55:37.941 [main] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool - Waiting for Thread[qtp1956303740-35,5,] for 14997
10:55:37.941 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED QueuedThreadPool[qtp1956303740]@749ad37c{STOPPED,8<=0<=500,i=0,q=0}[org.eclipse.jetty.util.thread.TryExecutor$$Lambda$67/0x00000008001e4840@5bf8fa12]
10:55:37.942 [main] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle - STOPPED Server@1b485c8b{STOPPED}[9.4.17.v20190418]
10:55:37.942 [main] INFO co.codewizards.cloudstore.ls.server.LocalServer - onStopOrFailure: File did not exist (could not delete): /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/.cloudstore/localServerRunning.deleteToStop
10:55:37.942 [main] DEBUG co.codewizards.cloudstore.core.io.LockFileImpl - [105ffc58]release: releasing underlying FileLock. lockCounter=0
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.219 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ co.codewizards.cloudstore.client ---
[INFO] Building jar: /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/co.codewizards.cloudstore.client-1.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ co.codewizards.cloudstore.client ---
[INFO] Copying jaxb-api-2.4.0-b180830.0359.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/jaxb-api-2.4.0-b180830.0359.jar
[INFO] Copying co.codewizards.cloudstore.rest.shared-1.0.1-SNAPSHOT.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/co.codewizards.cloudstore.rest.shared-1.0.1-SNAPSHOT.jar
[INFO] Copying hk2-utils-2.5.0.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/hk2-utils-2.5.0.jar
[INFO] Copying javax.mail-1.6.0.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/javax.mail-1.6.0.jar
[INFO] Copying jakarta.inject-2.6.1.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/jakarta.inject-2.6.1.jar
[INFO] Copying co.codewizards.cloudstore.ls.rest.server-1.0.1-SNAPSHOT.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/co.codewizards.cloudstore.ls.rest.server-1.0.1-SNAPSHOT.jar
[INFO] Copying jetty-util-9.4.17.v20190418.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/jetty-util-9.4.17.v20190418.jar
[INFO] Copying jetty-servlet-9.4.17.v20190418.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/jetty-servlet-9.4.17.v20190418.jar
[INFO] Copying co.codewizards.cloudstore.local-1.0.1-SNAPSHOT.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/co.codewizards.cloudstore.local-1.0.1-SNAPSHOT.jar
[INFO] Copying hk2-locator-2.5.0.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/hk2-locator-2.5.0.jar
[INFO] Copying aopalliance-repackaged-2.5.0.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/aopalliance-repackaged-2.5.0.jar
[INFO] Copying FastInfoset-1.2.15.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/FastInfoset-1.2.15.jar
[INFO] Copying jersey-client-2.29.1.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/jersey-client-2.29.1.jar
[INFO] Copying co.codewizards.cloudstore.ls.core-1.0.1-SNAPSHOT.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/co.codewizards.cloudstore.ls.core-1.0.1-SNAPSHOT.jar
[INFO] Copying jcl-over-slf4j-2.0.0-alpha1.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/jcl-over-slf4j-2.0.0-alpha1.jar
[INFO] Copying jetty-continuation-9.4.17.v20190418.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/jetty-continuation-9.4.17.v20190418.jar
[INFO] Copying datanucleus-core-5.2.2.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/datanucleus-core-5.2.2.jar
[INFO] Copying bcprov-jdk15on-161b03.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/bcprov-jdk15on-161b03.jar
[INFO] Copying javassist-3.22.0-CR2.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/javassist-3.22.0-CR2.jar
[INFO] Copying log4j-over-slf4j-2.0.0-alpha1.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/log4j-over-slf4j-2.0.0-alpha1.jar
[INFO] Copying jakarta.annotation-api-1.3.5.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/jakarta.annotation-api-1.3.5.jar
[INFO] Copying jakarta.ws.rs-api-2.1.6.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/jakarta.ws.rs-api-2.1.6.jar
[INFO] Copying osgi-resource-locator-1.0.3.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/osgi-resource-locator-1.0.3.jar
[INFO] Copying jetty-http-9.4.17.v20190418.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/jetty-http-9.4.17.v20190418.jar
[INFO] Copying slf4j-api-2.0.0-alpha1.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/slf4j-api-2.0.0-alpha1.jar
[INFO] Copying datanucleus-rdbms-5.2.2.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/datanucleus-rdbms-5.2.2.jar
[INFO] Copying jetty-security-9.4.17.v20190418.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/jetty-security-9.4.17.v20190418.jar
[INFO] Copying co.codewizards.cloudstore.core.oio.nio-1.0.1-SNAPSHOT.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/co.codewizards.cloudstore.core.oio.nio-1.0.1-SNAPSHOT.jar
[INFO] Copying jersey-container-servlet-core-2.29.1.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/jersey-container-servlet-core-2.29.1.jar
[INFO] Copying args4j-2.0.16.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/args4j-2.0.16.jar
[INFO] Copying jaxb-runtime-2.4.0-b180830.0438.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/jaxb-runtime-2.4.0-b180830.0438.jar
[INFO] Copying javax.activation-api-1.2.0.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/javax.activation-api-1.2.0.jar
[INFO] Copying co.codewizards.cloudstore.core-1.0.1-SNAPSHOT.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/co.codewizards.cloudstore.core-1.0.1-SNAPSHOT.jar
[INFO] Copying co.codewizards.cloudstore.rest.client-1.0.1-SNAPSHOT.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/co.codewizards.cloudstore.rest.client-1.0.1-SNAPSHOT.jar
[INFO] Copying stax-ex-1.8.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/stax-ex-1.8.jar
[INFO] Copying co.codewizards.cloudstore.ls.rest.client-1.0.1-SNAPSHOT.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/co.codewizards.cloudstore.ls.rest.client-1.0.1-SNAPSHOT.jar
[INFO] Copying jersey-media-jaxb-2.29.1.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/jersey-media-jaxb-2.29.1.jar
[INFO] Copying istack-commons-runtime-3.0.7.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/istack-commons-runtime-3.0.7.jar
[INFO] Copying derby-10.13.1.1.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/derby-10.13.1.1.jar
[INFO] Copying postgresql-42.2.12.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/postgresql-42.2.12.jar
[INFO] Copying jul-to-slf4j-2.0.0-alpha1.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/jul-to-slf4j-2.0.0-alpha1.jar
[INFO] Copying jersey-server-2.29.1.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/jersey-server-2.29.1.jar
[INFO] Copying jersey-hk2-2.28.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/jersey-hk2-2.28.jar
[INFO] Copying commons-compress-1.18.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/commons-compress-1.18.jar
[INFO] Copying jetty-servlets-9.4.17.v20190418.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/jetty-servlets-9.4.17.v20190418.jar
[INFO] Copying jetty-server-9.4.17.v20190418.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/jetty-server-9.4.17.v20190418.jar
[INFO] Copying jersey-container-servlet-2.29.1.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/jersey-container-servlet-2.29.1.jar
[INFO] Copying co.codewizards.cloudstore.ls.server-1.0.1-SNAPSHOT.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/co.codewizards.cloudstore.ls.server-1.0.1-SNAPSHOT.jar
[INFO] Copying jersey-common-2.29.1.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/jersey-common-2.29.1.jar
[INFO] Copying txw2-2.4.0-b180830.0438.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/txw2-2.4.0-b180830.0438.jar
[INFO] Copying hk2-api-2.5.0.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/hk2-api-2.5.0.jar
[INFO] Copying javax.jdo-3.2.0-m13.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/javax.jdo-3.2.0-m13.jar
[INFO] Copying co.codewizards.cloudstore.updater-1.0.1-SNAPSHOT.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/co.codewizards.cloudstore.updater-1.0.1-SNAPSHOT.jar
[INFO] Copying jakarta.validation-api-2.0.2.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/jakarta.validation-api-2.0.2.jar
[INFO] Copying jetty-xml-9.4.17.v20190418.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/jetty-xml-9.4.17.v20190418.jar
[INFO] Copying co.codewizards.cloudstore.ls.server.cproc-1.0.1-SNAPSHOT.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/co.codewizards.cloudstore.ls.server.cproc-1.0.1-SNAPSHOT.jar
[INFO] Copying logback-classic-1.3.0-alpha4.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/logback-classic-1.3.0-alpha4.jar
[INFO] Copying datanucleus-api-jdo-5.2.3.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/datanucleus-api-jdo-5.2.3.jar
[INFO] Copying jetty-io-9.4.17.v20190418.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/jetty-io-9.4.17.v20190418.jar
[INFO] Copying logback-core-1.3.0-alpha4.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/logback-core-1.3.0-alpha4.jar
[INFO] Copying jetty-webapp-9.4.17.v20190418.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/jetty-webapp-9.4.17.v20190418.jar
[INFO] Copying bcpg-jdk15on-161b03.jar to /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/dependency/bcpg-jdk15on-161b03.jar
[INFO] 
[INFO] --- maven-assembly-plugin:2.2-beta-5:single (make-assembly) @ co.codewizards.cloudstore.client ---
[INFO] Reading assembly descriptor: src/assembly/bin.xml
[INFO] Building tar : /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/co.codewizards.cloudstore.client-1.0.1-SNAPSHOT-bin.tar.gz
[INFO] Building zip: /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/co.codewizards.cloudstore.client-1.0.1-SNAPSHOT-bin.zip
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ co.codewizards.cloudstore.client ---
[INFO] Building jar: /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/co.codewizards.cloudstore.client-1.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ co.codewizards.cloudstore.client ---
[INFO] Installing /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/co.codewizards.cloudstore.client-1.0.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/co/codewizards/cloudstore/co.codewizards.cloudstore.client/1.0.1-SNAPSHOT/co.codewizards.cloudstore.client-1.0.1-SNAPSHOT.jar
[INFO] Installing /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/pom.xml to /home/tomcat/.m2/repository/co/codewizards/cloudstore/co.codewizards.cloudstore.client/1.0.1-SNAPSHOT/co.codewizards.cloudstore.client-1.0.1-SNAPSHOT.pom
[INFO] Installing /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/co.codewizards.cloudstore.client-1.0.1-SNAPSHOT-bin.tar.gz to /home/tomcat/.m2/repository/co/codewizards/cloudstore/co.codewizards.cloudstore.client/1.0.1-SNAPSHOT/co.codewizards.cloudstore.client-1.0.1-SNAPSHOT-bin.tar.gz
[INFO] Installing /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/co.codewizards.cloudstore.client-1.0.1-SNAPSHOT-bin.zip to /home/tomcat/.m2/repository/co/codewizards/cloudstore/co.codewizards.cloudstore.client/1.0.1-SNAPSHOT/co.codewizards.cloudstore.client-1.0.1-SNAPSHOT-bin.zip
[INFO] Installing /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/co.codewizards.cloudstore.client-1.0.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/co/codewizards/cloudstore/co.codewizards.cloudstore.client/1.0.1-SNAPSHOT/co.codewizards.cloudstore.client-1.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ co.codewizards.cloudstore.client ---
[INFO] Downloading from cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.client/1.0.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.client/1.0.1-SNAPSHOT/maven-metadata.xml (1.4 kB at 37 kB/s)
[INFO] Uploading to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.client/1.0.1-SNAPSHOT/co.codewizards.cloudstore.client-1.0.1-20200414.085546-9.jar
[INFO] Uploaded to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.client/1.0.1-SNAPSHOT/co.codewizards.cloudstore.client-1.0.1-20200414.085546-9.jar (45 kB at 3.5 MB/s)
[INFO] Uploading to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.client/1.0.1-SNAPSHOT/co.codewizards.cloudstore.client-1.0.1-20200414.085546-9.pom
[INFO] Uploaded to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.client/1.0.1-SNAPSHOT/co.codewizards.cloudstore.client-1.0.1-20200414.085546-9.pom (3.8 kB at 3.8 MB/s)
[INFO] Downloading from cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.client/maven-metadata.xml
[INFO] Downloaded from cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.client/maven-metadata.xml (317 B at 106 kB/s)
[INFO] Uploading to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.client/1.0.1-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.client/1.0.1-SNAPSHOT/maven-metadata.xml (1.4 kB at 722 kB/s)
[INFO] Uploading to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.client/maven-metadata.xml
[INFO] Uploaded to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.client/maven-metadata.xml (317 B at 317 kB/s)
[INFO] Uploading to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.client/1.0.1-SNAPSHOT/co.codewizards.cloudstore.client-1.0.1-20200414.085546-9-bin.tar.gz
[INFO] Uploaded to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.client/1.0.1-SNAPSHOT/co.codewizards.cloudstore.client-1.0.1-20200414.085546-9-bin.tar.gz (24 MB at 54 MB/s)
[INFO] Uploading to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.client/1.0.1-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.client/1.0.1-SNAPSHOT/maven-metadata.xml (1.4 kB at 722 kB/s)
[INFO] Uploading to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.client/1.0.1-SNAPSHOT/co.codewizards.cloudstore.client-1.0.1-20200414.085546-9-bin.zip
[INFO] Uploaded to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.client/1.0.1-SNAPSHOT/co.codewizards.cloudstore.client-1.0.1-20200414.085546-9-bin.zip (24 MB at 55 MB/s)
[INFO] Uploading to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.client/1.0.1-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.client/1.0.1-SNAPSHOT/maven-metadata.xml (1.4 kB at 1.4 MB/s)
[INFO] Uploading to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.client/1.0.1-SNAPSHOT/co.codewizards.cloudstore.client-1.0.1-20200414.085546-9-sources.jar
[INFO] Uploaded to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.client/1.0.1-SNAPSHOT/co.codewizards.cloudstore.client-1.0.1-20200414.085546-9-sources.jar (29 kB at 14 MB/s)
[INFO] Uploading to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.client/1.0.1-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to cloudstore-snapshot-repo: file:/srv/www/nightly/cloudstore.codewizards.co/htdocs/maven/snapshot/co/codewizards/cloudstore/co.codewizards.cloudstore.client/1.0.1-SNAPSHOT/maven-metadata.xml (1.4 kB at 722 kB/s)
[INFO] 
[INFO] --- maven-site-plugin:3.3:site (default-site) @ co.codewizards.cloudstore.client ---
[INFO] Relativizing decoration links with respect to project URL: http://cloudstore.codewizards.co/co.codewizards.cloudstore.client
[INFO] Rendering site with org.apache.maven.skins:maven-default-skin:jar:1.0 skin.
[INFO] Relativizing decoration links with respect to project URL: http://cloudstore.codewizards.co/co.codewizards.cloudstore.client/de
[INFO] Rendering site with org.apache.maven.skins:maven-default-skin:jar:1.0 skin.
[JENKINS] Archiving site from /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/site to /home/tomcat/.jenkins/jobs/co.codewizards.cloudstore_java_11/site/co.codewizards.cloudstore.client
[INFO] 
[INFO] >>> maven-javadoc-plugin:3.1.1:javadoc (javadoc-generate-unfiltered) > generate-sources @ co.codewizards.cloudstore.client >>>
[WARNING] Failed to getClass for org.apache.maven.plugins.javadoc.JavadocReport
[JENKINS] Archiving  javadoc
[INFO] 
[INFO] <<< maven-javadoc-plugin:3.1.1:javadoc (javadoc-generate-unfiltered) < generate-sources @ co.codewizards.cloudstore.client <<<
[INFO] 
[INFO] 
[INFO] --- maven-javadoc-plugin:3.1.1:javadoc (javadoc-generate-unfiltered) @ co.codewizards.cloudstore.client ---
[INFO] Skipping javadoc generation
[JENKINS] Archiving  javadoc
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (javadoc-filter) @ co.codewizards.cloudstore.client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/javadoc.unfiltered
[INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/javadoc.unfiltered
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (javadoc-copy-to-site) @ co.codewizards.cloudstore.client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/apidocs
[INFO] 
[INFO] --- maven-site-plugin:3.3:deploy (default-deploy) @ co.codewizards.cloudstore.client ---
file:/tmp/cloudstore-junk/ - Session: Opened  
[INFO] Pushing /home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.client/target/site
[INFO]    >>> to file:/tmp/cloudstore-junk/co.codewizards.cloudstore.client
[INFO]    >>> to file:/tmp/cloudstore-junk/de/co.codewizards.cloudstore.client
file:/tmp/cloudstore-junk/ - Session: Disconnecting  
file:/tmp/cloudstore-junk/ - Session: Disconnected